Shades of Light Blue #BBCED6
Tints of Light Blue #BBCED6
RGB
CMYK
RGB Variations
Color information
#BBCED6 (or 0xBBCED6) is known color: Light Blue. HEX triplet: BB, CE and D6. RGB value is (187,206,214). Sum of RGB (Red+Green+Blue) = 187+206+214=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCED6 is #443129. Grayscale: #C9C9C9. Windows color (decimal): -4469034 or 14077627. OLE color: 14077627.
HSL color Cylindrical-coordinate representation of color #BBCED6: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCED6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 206 | 214 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.16 |
| HSL | 197.78º | 0.25% | 0.79% | - |
| HSV(B) | 197.78º | 0.13% | 0.84% | - |
| XYZ | 54.7 | 59.56 | 72.23 | - |
| YUV | 201.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 214 | 0.13 | 0.04 | 0 | 0.16 | 197.78 | 0.25 | 0.79 |
| Hex | BB | CE | D6 | D | 4 | 0 | 10 | C6 | 19 | 4F |
| Octal | 273 | 316 | 326 | 15 | 4 | 0 | 20 | 306 | 31 | 117 |
| Binary | 10111011 | 11001110 | 11010110 | 1101 | 100 | 0 | 10000 | 11000110 | 11001 | 1001111 |
Color Harmonies of #BBCED6
Complementary color
Monochromatic Colors of #BBCED6
Black with #BBCED6
Text Example
Text Example
White with #BBCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCED6; }
p { color: rgb(187,206,214); }
H1.HeaderClassName
{
color: #BBCED6;
}
.AnyTagClassName
{
color: #BBCED6;
}
</style>
background-color css
<style>
a { background-color: #BBCED6; }
a { background-color: rgb(187,206,214); }
div.DivClassName
{
background-color: #BBCED6;
}
.BgClassName
{
background-color: #BBCED6;
}
</style>
border-color css
<style>
span { border-color: #BBCED6; }
span { border-color: rgb(187,206,214); }
td.TdClassName
{
border-color: #BBCED6;
}
.TagClassName
{
border-color: #BBCED6;
}
</style>