Shades of Light Blue #BBD9E5
Tints of Light Blue #BBD9E5
RGB
CMYK
RGB Variations
Color information
#BBD9E5 (or 0xBBD9E5) is known color: Light Blue. HEX triplet: BB, D9 and E5. RGB value is (187,217,229). Sum of RGB (Red+Green+Blue) = 187+217+229=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9E5 is #44261A. Grayscale: #D1D1D1. Windows color (decimal): -4466203 or 15063483. OLE color: 15063483.
HSL color Cylindrical-coordinate representation of color #BBD9E5: hue angle of 197.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD9E5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 217 | 229 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.10 |
| HSL | 197.14º | 0.45% | 0.82% | - |
| HSV(B) | 197.14º | 0.18% | 0.9% | - |
| XYZ | 59.45 | 65.85 | 83.71 | - |
| YUV | 209.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 229 | 0.18 | 0.05 | 0 | 0.10 | 197.14 | 0.45 | 0.82 |
| Hex | BB | D9 | E5 | 12 | 5 | 0 | A | C5 | 2D | 52 |
| Octal | 273 | 331 | 345 | 22 | 5 | 0 | 12 | 305 | 55 | 122 |
| Binary | 10111011 | 11011001 | 11100101 | 10010 | 101 | 0 | 1010 | 11000101 | 101101 | 1010010 |
Color Harmonies of #BBD9E5
Complementary color
Monochromatic Colors of #BBD9E5
Black with #BBD9E5
Text Example
Text Example
White with #BBD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9E5; }
p { color: rgb(187,217,229); }
H1.HeaderClassName
{
color: #BBD9E5;
}
.AnyTagClassName
{
color: #BBD9E5;
}
</style>
background-color css
<style>
a { background-color: #BBD9E5; }
a { background-color: rgb(187,217,229); }
div.DivClassName
{
background-color: #BBD9E5;
}
.BgClassName
{
background-color: #BBD9E5;
}
</style>
border-color css
<style>
span { border-color: #BBD9E5; }
span { border-color: rgb(187,217,229); }
td.TdClassName
{
border-color: #BBD9E5;
}
.TagClassName
{
border-color: #BBD9E5;
}
</style>