Shades of Light Blue #BBD3DB
Tints of Light Blue #BBD3DB
RGB
CMYK
RGB Variations
Color information
#BBD3DB (or 0xBBD3DB) is known color: Light Blue. HEX triplet: BB, D3 and DB. RGB value is (187,211,219). Sum of RGB (Red+Green+Blue) = 187+211+219=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3DB is #442C24. Grayscale: #CCCCCC. Windows color (decimal): -4467749 or 14406587. OLE color: 14406587.
HSL color Cylindrical-coordinate representation of color #BBD3DB: hue angle of 195º 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 #BBD3DB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 187 | 211 | 219 | - |
CMYK | 0.15 | 0.04 | 0 | 0.14 |
HSL | 195º | 0.31% | 0.8% | - |
HSV(B) | 195º | 0.15% | 0.86% | - |
XYZ | 56.57 | 62.27 | 76.05 | - |
YUV | 204.74 | 136.05 | 115.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 211 | 219 | 0.15 | 0.04 | 0 | 0.14 | 195 | 0.31 | 0.8 |
Hex | BB | D3 | DB | F | 4 | 0 | E | C3 | 1F | 50 |
Octal | 273 | 323 | 333 | 17 | 4 | 0 | 16 | 303 | 37 | 120 |
Binary | 10111011 | 11010011 | 11011011 | 1111 | 100 | 0 | 1110 | 11000011 | 11111 | 1010000 |
Color Harmonies of #BBD3DB
Complementary color
Monochromatic Colors of #BBD3DB
Black with #BBD3DB
Text Example
Text Example
White with #BBD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3DB; }
p { color: rgb(187,211,219); }
H1.HeaderClassName
{
color: #BBD3DB;
}
.AnyTagClassName
{
color: #BBD3DB;
}
</style>
background-color css
<style>
a { background-color: #BBD3DB; }
a { background-color: rgb(187,211,219); }
div.DivClassName
{
background-color: #BBD3DB;
}
.BgClassName
{
background-color: #BBD3DB;
}
</style>
border-color css
<style>
span { border-color: #BBD3DB; }
span { border-color: rgb(187,211,219); }
td.TdClassName
{
border-color: #BBD3DB;
}
.TagClassName
{
border-color: #BBD3DB;
}
</style>