Shades of Light Blue #BBD2E0
Tints of Light Blue #BBD2E0
RGB
CMYK
RGB Variations
Color information
#BBD2E0 (or 0xBBD2E0) is known color: Light Blue. HEX triplet: BB, D2 and E0. RGB value is (187,210,224). Sum of RGB (Red+Green+Blue) = 187+210+224=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBD2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2E0 is #442D1F. Grayscale: #CCCCCC. Windows color (decimal): -4468000 or 14734011. OLE color: 14734011.
HSL color Cylindrical-coordinate representation of color #BBD2E0: hue angle of 202.7º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD2E0 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 210 | 224 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.12 |
| HSL | 202.7º | 0.37% | 0.81% | - |
| HSV(B) | 202.7º | 0.17% | 0.88% | - |
| XYZ | 56.99 | 62.04 | 79.49 | - |
| YUV | 204.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 224 | 0.17 | 0.06 | 0 | 0.12 | 202.7 | 0.37 | 0.81 |
| Hex | BB | D2 | E0 | 11 | 6 | 0 | C | CB | 25 | 51 |
| Octal | 273 | 322 | 340 | 21 | 6 | 0 | 14 | 313 | 45 | 121 |
| Binary | 10111011 | 11010010 | 11100000 | 10001 | 110 | 0 | 1100 | 11001011 | 100101 | 1010001 |
Color Harmonies of #BBD2E0
Complementary color
Monochromatic Colors of #BBD2E0
Black with #BBD2E0
Text Example
Text Example
White with #BBD2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2E0; }
p { color: rgb(187,210,224); }
H1.HeaderClassName
{
color: #BBD2E0;
}
.AnyTagClassName
{
color: #BBD2E0;
}
</style>
background-color css
<style>
a { background-color: #BBD2E0; }
a { background-color: rgb(187,210,224); }
div.DivClassName
{
background-color: #BBD2E0;
}
.BgClassName
{
background-color: #BBD2E0;
}
</style>
border-color css
<style>
span { border-color: #BBD2E0; }
span { border-color: rgb(187,210,224); }
td.TdClassName
{
border-color: #BBD2E0;
}
.TagClassName
{
border-color: #BBD2E0;
}
</style>