Shades of Aero Blue #BBDECF
Tints of Aero Blue #BBDECF
RGB
CMYK
RGB Variations
Color information
#BBDECF (or 0xBBDECF) is known color: Aero Blue. HEX triplet: BB, DE and CF. RGB value is (187,222,207). Sum of RGB (Red+Green+Blue) = 187+222+207=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDECF is #442130. Grayscale: #D1D1D1. Windows color (decimal): -4464945 or 13622971. OLE color: 13622971.
HSL color Cylindrical-coordinate representation of color #BBDECF: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDECF is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 207 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.13 |
| HSL | 154.29º | 0.35% | 0.8% | - |
| HSV(B) | 154.29º | 0.16% | 0.87% | - |
| XYZ | 57.88 | 67.31 | 68.97 | - |
| YUV | 209.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 207 | 0.16 | 0 | 0.07 | 0.13 | 154.29 | 0.35 | 0.8 |
| Hex | BB | DE | CF | 10 | 0 | 7 | D | 9A | 23 | 50 |
| Octal | 273 | 336 | 317 | 20 | 0 | 7 | 15 | 232 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11001111 | 10000 | 0 | 111 | 1101 | 10011010 | 100011 | 1010000 |
Color Harmonies of #BBDECF
Complementary color
Monochromatic Colors of #BBDECF
Black with #BBDECF
Text Example
Text Example
White with #BBDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDECF; }
p { color: rgb(187,222,207); }
H1.HeaderClassName
{
color: #BBDECF;
}
.AnyTagClassName
{
color: #BBDECF;
}
</style>
background-color css
<style>
a { background-color: #BBDECF; }
a { background-color: rgb(187,222,207); }
div.DivClassName
{
background-color: #BBDECF;
}
.BgClassName
{
background-color: #BBDECF;
}
</style>
border-color css
<style>
span { border-color: #BBDECF; }
span { border-color: rgb(187,222,207); }
td.TdClassName
{
border-color: #BBDECF;
}
.TagClassName
{
border-color: #BBDECF;
}
</style>