Shades of Light Blue #BBD9E8
Tints of Light Blue #BBD9E8
RGB
CMYK
RGB Variations
Color information
#BBD9E8 (or 0xBBD9E8) is known color: Light Blue. HEX triplet: BB, D9 and E8. RGB value is (187,217,232). Sum of RGB (Red+Green+Blue) = 187+217+232=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBD9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9E8 is #442617. Grayscale: #D1D1D1. Windows color (decimal): -4466200 or 15260091. OLE color: 15260091.
HSL color Cylindrical-coordinate representation of color #BBD9E8: hue angle of 200º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD9E8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 217 | 232 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.09 |
| HSL | 200º | 0.49% | 0.82% | - |
| HSV(B) | 200º | 0.19% | 0.91% | - |
| XYZ | 59.87 | 66.02 | 85.93 | - |
| YUV | 209.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 232 | 0.19 | 0.06 | 0 | 0.09 | 200 | 0.49 | 0.82 |
| Hex | BB | D9 | E8 | 13 | 6 | 0 | 9 | C8 | 31 | 52 |
| Octal | 273 | 331 | 350 | 23 | 6 | 0 | 11 | 310 | 61 | 122 |
| Binary | 10111011 | 11011001 | 11101000 | 10011 | 110 | 0 | 1001 | 11001000 | 110001 | 1010010 |
Color Harmonies of #BBD9E8
Complementary color
Monochromatic Colors of #BBD9E8
Black with #BBD9E8
Text Example
Text Example
White with #BBD9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9E8; }
p { color: rgb(187,217,232); }
H1.HeaderClassName
{
color: #BBD9E8;
}
.AnyTagClassName
{
color: #BBD9E8;
}
</style>
background-color css
<style>
a { background-color: #BBD9E8; }
a { background-color: rgb(187,217,232); }
div.DivClassName
{
background-color: #BBD9E8;
}
.BgClassName
{
background-color: #BBD9E8;
}
</style>
border-color css
<style>
span { border-color: #BBD9E8; }
span { border-color: rgb(187,217,232); }
td.TdClassName
{
border-color: #BBD9E8;
}
.TagClassName
{
border-color: #BBD9E8;
}
</style>