Shades of Aero Blue #BBDDCE
Tints of Aero Blue #BBDDCE
RGB
CMYK
RGB Variations
Color information
#BBDDCE (or 0xBBDDCE) is known color: Aero Blue. HEX triplet: BB, DD and CE. RGB value is (187,221,206). Sum of RGB (Red+Green+Blue) = 187+221+206=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDCE is #442231. Grayscale: #D1D1D1. Windows color (decimal): -4465202 or 13557179. OLE color: 13557179.
HSL color Cylindrical-coordinate representation of color #BBDDCE: hue angle of 153.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDCE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 206 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.13 |
| HSL | 153.53º | 0.33% | 0.8% | - |
| HSV(B) | 153.53º | 0.15% | 0.87% | - |
| XYZ | 57.49 | 66.73 | 68.24 | - |
| YUV | 209.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 206 | 0.15 | 0 | 0.07 | 0.13 | 153.53 | 0.33 | 0.8 |
| Hex | BB | DD | CE | F | 0 | 7 | D | 9A | 21 | 50 |
| Octal | 273 | 335 | 316 | 17 | 0 | 7 | 15 | 232 | 41 | 120 |
| Binary | 10111011 | 11011101 | 11001110 | 1111 | 0 | 111 | 1101 | 10011010 | 100001 | 1010000 |
Color Harmonies of #BBDDCE
Complementary color
Monochromatic Colors of #BBDDCE
Black with #BBDDCE
Text Example
Text Example
White with #BBDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDCE; }
p { color: rgb(187,221,206); }
H1.HeaderClassName
{
color: #BBDDCE;
}
.AnyTagClassName
{
color: #BBDDCE;
}
</style>
background-color css
<style>
a { background-color: #BBDDCE; }
a { background-color: rgb(187,221,206); }
div.DivClassName
{
background-color: #BBDDCE;
}
.BgClassName
{
background-color: #BBDDCE;
}
</style>
border-color css
<style>
span { border-color: #BBDDCE; }
span { border-color: rgb(187,221,206); }
td.TdClassName
{
border-color: #BBDDCE;
}
.TagClassName
{
border-color: #BBDDCE;
}
</style>