Shades of Light Blue #BBDBEC
Tints of Light Blue #BBDBEC
RGB
CMYK
RGB Variations
Color information
#BBDBEC (or 0xBBDBEC) is known color: Light Blue. HEX triplet: BB, DB and EC. RGB value is (187,219,236). Sum of RGB (Red+Green+Blue) = 187+219+236=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBEC is #442413. Grayscale: #D3D3D3. Windows color (decimal): -4465684 or 15522747. OLE color: 15522747.
HSL color Cylindrical-coordinate representation of color #BBDBEC: hue angle of 200.82º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDBEC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 187 | 219 | 236 | - |
CMYK | 0.21 | 0.07 | 0 | 0.07 |
HSL | 200.82º | 0.56% | 0.83% | - |
HSV(B) | 200.82º | 0.21% | 0.93% | - |
XYZ | 60.97 | 67.28 | 89.13 | - |
YUV | 211.37 | 141.9 | 110.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 219 | 236 | 0.21 | 0.07 | 0 | 0.07 | 200.82 | 0.56 | 0.83 |
Hex | BB | DB | EC | 15 | 7 | 0 | 7 | C9 | 38 | 53 |
Octal | 273 | 333 | 354 | 25 | 7 | 0 | 7 | 311 | 70 | 123 |
Binary | 10111011 | 11011011 | 11101100 | 10101 | 111 | 0 | 111 | 11001001 | 111000 | 1010011 |
Color Harmonies of #BBDBEC
Complementary color
Monochromatic Colors of #BBDBEC
Black with #BBDBEC
Text Example
Text Example
White with #BBDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBEC; }
p { color: rgb(187,219,236); }
H1.HeaderClassName
{
color: #BBDBEC;
}
.AnyTagClassName
{
color: #BBDBEC;
}
</style>
background-color css
<style>
a { background-color: #BBDBEC; }
a { background-color: rgb(187,219,236); }
div.DivClassName
{
background-color: #BBDBEC;
}
.BgClassName
{
background-color: #BBDBEC;
}
</style>
border-color css
<style>
span { border-color: #BBDBEC; }
span { border-color: rgb(187,219,236); }
td.TdClassName
{
border-color: #BBDBEC;
}
.TagClassName
{
border-color: #BBDBEC;
}
</style>