Shades of Light Blue #BBD4DB
Tints of Light Blue #BBD4DB
RGB
CMYK
RGB Variations
Color information
#BBD4DB (or 0xBBD4DB) is known color: Light Blue. HEX triplet: BB, D4 and DB. RGB value is (187,212,219). Sum of RGB (Red+Green+Blue) = 187+212+219=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DB is #442B24. Grayscale: #CDCDCD. Windows color (decimal): -4467493 or 14406843. OLE color: 14406843.
HSL color Cylindrical-coordinate representation of color #BBD4DB: hue angle of 193.12º 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 #BBD4DB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 212 | 219 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.14 |
| HSL | 193.13º | 0.31% | 0.8% | - |
| HSV(B) | 193.13º | 0.15% | 0.86% | - |
| XYZ | 56.82 | 62.77 | 76.14 | - |
| YUV | 205.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 219 | 0.15 | 0.03 | 0 | 0.14 | 193.13 | 0.31 | 0.8 |
| Hex | BB | D4 | DB | F | 3 | 0 | E | C1 | 1F | 50 |
| Octal | 273 | 324 | 333 | 17 | 3 | 0 | 16 | 301 | 37 | 120 |
| Binary | 10111011 | 11010100 | 11011011 | 1111 | 11 | 0 | 1110 | 11000001 | 11111 | 1010000 |
Color Harmonies of #BBD4DB
Complementary color
Monochromatic Colors of #BBD4DB
Black with #BBD4DB
Text Example
Text Example
White with #BBD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4DB; }
p { color: rgb(187,212,219); }
H1.HeaderClassName
{
color: #BBD4DB;
}
.AnyTagClassName
{
color: #BBD4DB;
}
</style>
background-color css
<style>
a { background-color: #BBD4DB; }
a { background-color: rgb(187,212,219); }
div.DivClassName
{
background-color: #BBD4DB;
}
.BgClassName
{
background-color: #BBD4DB;
}
</style>
border-color css
<style>
span { border-color: #BBD4DB; }
span { border-color: rgb(187,212,219); }
td.TdClassName
{
border-color: #BBD4DB;
}
.TagClassName
{
border-color: #BBD4DB;
}
</style>