Shades of Light Blue #BBCED5
Tints of Light Blue #BBCED5
RGB
CMYK
RGB Variations
Color information
#BBCED5 (or 0xBBCED5) is known color: Light Blue. HEX triplet: BB, CE and D5. RGB value is (187,206,213). Sum of RGB (Red+Green+Blue) = 187+206+213=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCED5 is #44312A. Grayscale: #C9C9C9. Windows color (decimal): -4469035 or 14012091. OLE color: 14012091.
HSL color Cylindrical-coordinate representation of color #BBCED5: hue angle of 196.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCED5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 187 | 206 | 213 | - |
CMYK | 0.12 | 0.03 | 0 | 0.16 |
HSL | 196.15º | 0.24% | 0.78% | - |
HSV(B) | 196.15º | 0.12% | 0.84% | - |
XYZ | 54.58 | 59.51 | 71.56 | - |
YUV | 201.12 | 134.71 | 117.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 206 | 213 | 0.12 | 0.03 | 0 | 0.16 | 196.15 | 0.24 | 0.78 |
Hex | BB | CE | D5 | C | 3 | 0 | 10 | C4 | 18 | 4E |
Octal | 273 | 316 | 325 | 14 | 3 | 0 | 20 | 304 | 30 | 116 |
Binary | 10111011 | 11001110 | 11010101 | 1100 | 11 | 0 | 10000 | 11000100 | 11000 | 1001110 |
Color Harmonies of #BBCED5
Complementary color
Monochromatic Colors of #BBCED5
Black with #BBCED5
Text Example
Text Example
White with #BBCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCED5; }
p { color: rgb(187,206,213); }
H1.HeaderClassName
{
color: #BBCED5;
}
.AnyTagClassName
{
color: #BBCED5;
}
</style>
background-color css
<style>
a { background-color: #BBCED5; }
a { background-color: rgb(187,206,213); }
div.DivClassName
{
background-color: #BBCED5;
}
.BgClassName
{
background-color: #BBCED5;
}
</style>
border-color css
<style>
span { border-color: #BBCED5; }
span { border-color: rgb(187,206,213); }
td.TdClassName
{
border-color: #BBCED5;
}
.TagClassName
{
border-color: #BBCED5;
}
</style>