Shades of Light Blue #BBD3E0
Tints of Light Blue #BBD3E0
RGB
CMYK
RGB Variations
Color information
#BBD3E0 (or 0xBBD3E0) is known color: Light Blue. HEX triplet: BB, D3 and E0. RGB value is (187,211,224). Sum of RGB (Red+Green+Blue) = 187+211+224=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBD3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3E0 is #442C1F. Grayscale: #CDCDCD. Windows color (decimal): -4467744 or 14734267. OLE color: 14734267.
HSL color Cylindrical-coordinate representation of color #BBD3E0: hue angle of 201.08º 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 #BBD3E0 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 211 | 224 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.12 |
| HSL | 201.08º | 0.37% | 0.81% | - |
| HSV(B) | 201.08º | 0.17% | 0.88% | - |
| XYZ | 57.24 | 62.54 | 79.57 | - |
| YUV | 205.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 224 | 0.17 | 0.06 | 0 | 0.12 | 201.08 | 0.37 | 0.81 |
| Hex | BB | D3 | E0 | 11 | 6 | 0 | C | C9 | 25 | 51 |
| Octal | 273 | 323 | 340 | 21 | 6 | 0 | 14 | 311 | 45 | 121 |
| Binary | 10111011 | 11010011 | 11100000 | 10001 | 110 | 0 | 1100 | 11001001 | 100101 | 1010001 |
Color Harmonies of #BBD3E0
Complementary color
Monochromatic Colors of #BBD3E0
Black with #BBD3E0
Text Example
Text Example
White with #BBD3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3E0; }
p { color: rgb(187,211,224); }
H1.HeaderClassName
{
color: #BBD3E0;
}
.AnyTagClassName
{
color: #BBD3E0;
}
</style>
background-color css
<style>
a { background-color: #BBD3E0; }
a { background-color: rgb(187,211,224); }
div.DivClassName
{
background-color: #BBD3E0;
}
.BgClassName
{
background-color: #BBD3E0;
}
</style>
border-color css
<style>
span { border-color: #BBD3E0; }
span { border-color: rgb(187,211,224); }
td.TdClassName
{
border-color: #BBD3E0;
}
.TagClassName
{
border-color: #BBD3E0;
}
</style>