Shades of Aero Blue #BBE9D1
Tints of Aero Blue #BBE9D1
RGB
CMYK
RGB Variations
Color information
#BBE9D1 (or 0xBBE9D1) is known color: Aero Blue. HEX triplet: BB, E9 and D1. RGB value is (187,233,209). Sum of RGB (Red+Green+Blue) = 187+233+209=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9D1 is #44162E. Grayscale: #D8D8D8. Windows color (decimal): -4462127 or 13756859. OLE color: 13756859.
HSL color Cylindrical-coordinate representation of color #BBE9D1: hue angle of 148.7º 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 #BBE9D1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 209 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.09 |
| HSL | 148.7º | 0.51% | 0.82% | - |
| HSV(B) | 148.7º | 0.2% | 0.91% | - |
| XYZ | 61.14 | 73.45 | 71.28 | - |
| YUV | 216.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 209 | 0.20 | 0 | 0.10 | 0.09 | 148.7 | 0.51 | 0.82 |
| Hex | BB | E9 | D1 | 14 | 0 | A | 9 | 95 | 33 | 52 |
| Octal | 273 | 351 | 321 | 24 | 0 | 12 | 11 | 225 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11010001 | 10100 | 0 | 1010 | 1001 | 10010101 | 110011 | 1010010 |
Color Harmonies of #BBE9D1
Complementary color
Monochromatic Colors of #BBE9D1
Black with #BBE9D1
Text Example
Text Example
White with #BBE9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9D1; }
p { color: rgb(187,233,209); }
H1.HeaderClassName
{
color: #BBE9D1;
}
.AnyTagClassName
{
color: #BBE9D1;
}
</style>
background-color css
<style>
a { background-color: #BBE9D1; }
a { background-color: rgb(187,233,209); }
div.DivClassName
{
background-color: #BBE9D1;
}
.BgClassName
{
background-color: #BBE9D1;
}
</style>
border-color css
<style>
span { border-color: #BBE9D1; }
span { border-color: rgb(187,233,209); }
td.TdClassName
{
border-color: #BBE9D1;
}
.TagClassName
{
border-color: #BBE9D1;
}
</style>