Shades of Light Blue #BBD2DB
Tints of Light Blue #BBD2DB
RGB
CMYK
RGB Variations
Color information
#BBD2DB (or 0xBBD2DB) is known color: Light Blue. HEX triplet: BB, D2 and DB. RGB value is (187,210,219). Sum of RGB (Red+Green+Blue) = 187+210+219=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2DB is #442D24. Grayscale: #CCCCCC. Windows color (decimal): -4468005 or 14406331. OLE color: 14406331.
HSL color Cylindrical-coordinate representation of color #BBD2DB: hue angle of 196.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD2DB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 210 | 219 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.14 |
| HSL | 196.88º | 0.31% | 0.8% | - |
| HSV(B) | 196.88º | 0.15% | 0.86% | - |
| XYZ | 56.33 | 61.77 | 75.97 | - |
| YUV | 204.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 219 | 0.15 | 0.04 | 0 | 0.14 | 196.88 | 0.31 | 0.8 |
| Hex | BB | D2 | DB | F | 4 | 0 | E | C5 | 1F | 50 |
| Octal | 273 | 322 | 333 | 17 | 4 | 0 | 16 | 305 | 37 | 120 |
| Binary | 10111011 | 11010010 | 11011011 | 1111 | 100 | 0 | 1110 | 11000101 | 11111 | 1010000 |
Color Harmonies of #BBD2DB
Complementary color
Monochromatic Colors of #BBD2DB
Black with #BBD2DB
Text Example
Text Example
White with #BBD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2DB; }
p { color: rgb(187,210,219); }
H1.HeaderClassName
{
color: #BBD2DB;
}
.AnyTagClassName
{
color: #BBD2DB;
}
</style>
background-color css
<style>
a { background-color: #BBD2DB; }
a { background-color: rgb(187,210,219); }
div.DivClassName
{
background-color: #BBD2DB;
}
.BgClassName
{
background-color: #BBD2DB;
}
</style>
border-color css
<style>
span { border-color: #BBD2DB; }
span { border-color: rgb(187,210,219); }
td.TdClassName
{
border-color: #BBD2DB;
}
.TagClassName
{
border-color: #BBD2DB;
}
</style>