Shades of Light Blue #BBD9EC
Tints of Light Blue #BBD9EC
RGB
CMYK
RGB Variations
Color information
#BBD9EC (or 0xBBD9EC) is known color: Light Blue. HEX triplet: BB, D9 and EC. RGB value is (187,217,236). Sum of RGB (Red+Green+Blue) = 187+217+236=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9EC is #442613. Grayscale: #D2D2D2. Windows color (decimal): -4466196 or 15522235. OLE color: 15522235.
HSL color Cylindrical-coordinate representation of color #BBD9EC: hue angle of 203.27º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD9EC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 217 | 236 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.07 |
| HSL | 203.27º | 0.56% | 0.83% | - |
| HSV(B) | 203.27º | 0.21% | 0.93% | - |
| XYZ | 60.45 | 66.25 | 88.96 | - |
| YUV | 210.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 236 | 0.21 | 0.08 | 0 | 0.07 | 203.27 | 0.56 | 0.83 |
| Hex | BB | D9 | EC | 15 | 8 | 0 | 7 | CB | 38 | 53 |
| Octal | 273 | 331 | 354 | 25 | 10 | 0 | 7 | 313 | 70 | 123 |
| Binary | 10111011 | 11011001 | 11101100 | 10101 | 1000 | 0 | 111 | 11001011 | 111000 | 1010011 |
Color Harmonies of #BBD9EC
Complementary color
Monochromatic Colors of #BBD9EC
Black with #BBD9EC
Text Example
Text Example
White with #BBD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9EC; }
p { color: rgb(187,217,236); }
H1.HeaderClassName
{
color: #BBD9EC;
}
.AnyTagClassName
{
color: #BBD9EC;
}
</style>
background-color css
<style>
a { background-color: #BBD9EC; }
a { background-color: rgb(187,217,236); }
div.DivClassName
{
background-color: #BBD9EC;
}
.BgClassName
{
background-color: #BBD9EC;
}
</style>
border-color css
<style>
span { border-color: #BBD9EC; }
span { border-color: rgb(187,217,236); }
td.TdClassName
{
border-color: #BBD9EC;
}
.TagClassName
{
border-color: #BBD9EC;
}
</style>