color details

Color Details
#bbc4eb Color Hex

#bbc4eb color RGB value is (11, 188, 78).
#bbc4eb hex color red value is 11, green value is 188, and blue value is 78.
Cylindrical-coordinate representations (HSL) of color #bbc4eb hue: 142.71, saturation: 0.89 and lightness: 0.39.

The process color (four-color CMYK) of #bbc4eb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bbc4eb is #ff9999. Color #bbc4eb contains mainly RED.

Color Spaces
Color spaces of #bbc4ebValue
RGB187, 196, 235
HSL0.64, 0.55, 0.83
HSV229°, 20°, 92°
XYZ55.23, 56.04, 86.49
Base Numbers
Base Red Green Blue
Binary 10111011 11000100 11101011
Octal 273 304 353
Decimal 187 196 235
Hex BB C4 EB

RGB Percentages for Color #bbc4eb

30.26%
31.72%
38.03%

CMYK Percentages of the Color #bbc4eb

20.43%
16.6%
7.84%
CSS Codes for Color #bbc4eb
.mybgColor {background-color: #bbc4eb;}
.myforeColor {color: #bbc4eb;}
.myborderColor {border:3px solid #bbc4eb;}
Text Font Color #bbc4eb

<p style="color:#bbc4eb">Text here</p>

This sample text is styled with the font color #bbc4eb. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #bbc4eb

<div style="background-color:#bbc4eb">Div content here</div>

The background color of this div is #bbc4eb
Border Color #bbc4eb

<div style="border:3px solid #bbc4eb">Div here</div>

The border color of this div is #bbc4eb
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(187, 196, 235, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #bbc4eb;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #bbc4eb;
-webkit-box-shadow: 1px 1px 3px #bbc4eb;
box-shadow: 1px 1px 3px #bbc4eb;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187, 196, 235, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #bbc4eb;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #bbc4eb; -webkit-box-shadow: 1px 1px 3px #bbc4eb; box-shadow: 1px 1px 3px #bbc4eb;">Div content here</div>

This div box has a shadow with a specified color. #bbc4eb
Scroll to Top