Shades of Aero Blue #BBE9D8
Tints of Aero Blue #BBE9D8
RGB
CMYK
RGB Variations
Color information
#BBE9D8 (or 0xBBE9D8) is known color: Aero Blue. HEX triplet: BB, E9 and D8. RGB value is (187,233,216). Sum of RGB (Red+Green+Blue) = 187+233+216=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9D8 is #441627. Grayscale: #D9D9D9. Windows color (decimal): -4462120 or 14215611. OLE color: 14215611.
HSL color Cylindrical-coordinate representation of color #BBE9D8: hue angle of 157.83º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9D8 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 216 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.09 |
| HSL | 157.83º | 0.51% | 0.82% | - |
| HSV(B) | 157.83º | 0.2% | 0.91% | - |
| XYZ | 62.03 | 73.8 | 75.94 | - |
| YUV | 217.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 216 | 0.20 | 0 | 0.07 | 0.09 | 157.83 | 0.51 | 0.82 |
| Hex | BB | E9 | D8 | 14 | 0 | 7 | 9 | 9E | 33 | 52 |
| Octal | 273 | 351 | 330 | 24 | 0 | 7 | 11 | 236 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11011000 | 10100 | 0 | 111 | 1001 | 10011110 | 110011 | 1010010 |
Color Harmonies of #BBE9D8
Complementary color
Monochromatic Colors of #BBE9D8
Black with #BBE9D8
Text Example
Text Example
White with #BBE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9D8; }
p { color: rgb(187,233,216); }
H1.HeaderClassName
{
color: #BBE9D8;
}
.AnyTagClassName
{
color: #BBE9D8;
}
</style>
background-color css
<style>
a { background-color: #BBE9D8; }
a { background-color: rgb(187,233,216); }
div.DivClassName
{
background-color: #BBE9D8;
}
.BgClassName
{
background-color: #BBE9D8;
}
</style>
border-color css
<style>
span { border-color: #BBE9D8; }
span { border-color: rgb(187,233,216); }
td.TdClassName
{
border-color: #BBE9D8;
}
.TagClassName
{
border-color: #BBE9D8;
}
</style>