Shades of Light Blue #BBD2DF
Tints of Light Blue #BBD2DF
RGB
CMYK
RGB Variations
Color information
#BBD2DF (or 0xBBD2DF) is known color: Light Blue. HEX triplet: BB, D2 and DF. RGB value is (187,210,223). Sum of RGB (Red+Green+Blue) = 187+210+223=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2DF is #442D20. Grayscale: #CCCCCC. Windows color (decimal): -4468001 or 14668475. OLE color: 14668475.
HSL color Cylindrical-coordinate representation of color #BBD2DF: hue angle of 201.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD2DF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 210 | 223 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.13 |
| HSL | 201.67º | 0.36% | 0.8% | - |
| HSV(B) | 201.67º | 0.16% | 0.87% | - |
| XYZ | 56.86 | 61.99 | 78.78 | - |
| YUV | 204.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 223 | 0.16 | 0.06 | 0 | 0.13 | 201.67 | 0.36 | 0.8 |
| Hex | BB | D2 | DF | 10 | 6 | 0 | D | CA | 24 | 50 |
| Octal | 273 | 322 | 337 | 20 | 6 | 0 | 15 | 312 | 44 | 120 |
| Binary | 10111011 | 11010010 | 11011111 | 10000 | 110 | 0 | 1101 | 11001010 | 100100 | 1010000 |
Color Harmonies of #BBD2DF
Complementary color
Monochromatic Colors of #BBD2DF
Black with #BBD2DF
Text Example
Text Example
White with #BBD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2DF; }
p { color: rgb(187,210,223); }
H1.HeaderClassName
{
color: #BBD2DF;
}
.AnyTagClassName
{
color: #BBD2DF;
}
</style>
background-color css
<style>
a { background-color: #BBD2DF; }
a { background-color: rgb(187,210,223); }
div.DivClassName
{
background-color: #BBD2DF;
}
.BgClassName
{
background-color: #BBD2DF;
}
</style>
border-color css
<style>
span { border-color: #BBD2DF; }
span { border-color: rgb(187,210,223); }
td.TdClassName
{
border-color: #BBD2DF;
}
.TagClassName
{
border-color: #BBD2DF;
}
</style>