#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 of #bbc4eb | Value |
---|---|
RGB | 187, 196, 235 |
HSL | 0.64, 0.55, 0.83 |
HSV | 229°, 20°, 92° |
XYZ | 55.23, 56.04, 86.49 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000100 | 11101011 |
Octal | 273 | 304 | 353 |
Decimal | 187 | 196 | 235 |
Hex | BB | C4 | EB |
Shades of #bbc4eb
Tints of #bbc4eb
.mybgColor {background-color: #bbc4eb;} .myforeColor {color: #bbc4eb;} .myborderColor {border:3px solid #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,
<div style="background-color:#bbc4eb">Div content here</div>
<div style="border:3px solid #bbc4eb">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(187, 196, 235, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bbc4eb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>