Shades of Light Blue #BBD8E9
Tints of Light Blue #BBD8E9
RGB
CMYK
RGB Variations
Color information
#BBD8E9 (or 0xBBD8E9) is known color: Light Blue. HEX triplet: BB, D8 and E9. RGB value is (187,216,233). Sum of RGB (Red+Green+Blue) = 187+216+233=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8E9 is #442716. Grayscale: #D1D1D1. Windows color (decimal): -4466455 or 15325371. OLE color: 15325371.
HSL color Cylindrical-coordinate representation of color #BBD8E9: hue angle of 202.17º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD8E9 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 216 | 233 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.09 |
| HSL | 202.17º | 0.51% | 0.82% | - |
| HSV(B) | 202.17º | 0.2% | 0.91% | - |
| XYZ | 59.76 | 65.56 | 86.6 | - |
| YUV | 209.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 233 | 0.20 | 0.07 | 0 | 0.09 | 202.17 | 0.51 | 0.82 |
| Hex | BB | D8 | E9 | 14 | 7 | 0 | 9 | CA | 33 | 52 |
| Octal | 273 | 330 | 351 | 24 | 7 | 0 | 11 | 312 | 63 | 122 |
| Binary | 10111011 | 11011000 | 11101001 | 10100 | 111 | 0 | 1001 | 11001010 | 110011 | 1010010 |
Color Harmonies of #BBD8E9
Complementary color
Monochromatic Colors of #BBD8E9
Black with #BBD8E9
Text Example
Text Example
White with #BBD8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8E9; }
p { color: rgb(187,216,233); }
H1.HeaderClassName
{
color: #BBD8E9;
}
.AnyTagClassName
{
color: #BBD8E9;
}
</style>
background-color css
<style>
a { background-color: #BBD8E9; }
a { background-color: rgb(187,216,233); }
div.DivClassName
{
background-color: #BBD8E9;
}
.BgClassName
{
background-color: #BBD8E9;
}
</style>
border-color css
<style>
span { border-color: #BBD8E9; }
span { border-color: rgb(187,216,233); }
td.TdClassName
{
border-color: #BBD8E9;
}
.TagClassName
{
border-color: #BBD8E9;
}
</style>