Shades of Aero Blue #BAE9D1
Tints of Aero Blue #BAE9D1
RGB
CMYK
RGB Variations
Color information
#BAE9D1 (or 0xBAE9D1) is known color: Aero Blue. HEX triplet: BA, E9 and D1. RGB value is (186,233,209). Sum of RGB (Red+Green+Blue) = 186+233+209=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9D1 is #45162E. Grayscale: #D8D8D8. Windows color (decimal): -4527663 or 13756858. OLE color: 13756858.
HSL color Cylindrical-coordinate representation of color #BAE9D1: hue angle of 149.36º degrees, saturation: 0.52, 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 #BAE9D1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 209 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.09 |
| HSL | 149.36º | 0.52% | 0.82% | - |
| HSV(B) | 149.36º | 0.2% | 0.91% | - |
| XYZ | 60.9 | 73.32 | 71.26 | - |
| YUV | 216.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 209 | 0.20 | 0 | 0.10 | 0.09 | 149.36 | 0.52 | 0.82 |
| Hex | BA | E9 | D1 | 14 | 0 | A | 9 | 95 | 34 | 52 |
| Octal | 272 | 351 | 321 | 24 | 0 | 12 | 11 | 225 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11010001 | 10100 | 0 | 1010 | 1001 | 10010101 | 110100 | 1010010 |
Color Harmonies of #BAE9D1
Complementary color
Monochromatic Colors of #BAE9D1
Black with #BAE9D1
Text Example
Text Example
White with #BAE9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9D1; }
p { color: rgb(186,233,209); }
H1.HeaderClassName
{
color: #BAE9D1;
}
.AnyTagClassName
{
color: #BAE9D1;
}
</style>
background-color css
<style>
a { background-color: #BAE9D1; }
a { background-color: rgb(186,233,209); }
div.DivClassName
{
background-color: #BAE9D1;
}
.BgClassName
{
background-color: #BAE9D1;
}
</style>
border-color css
<style>
span { border-color: #BAE9D1; }
span { border-color: rgb(186,233,209); }
td.TdClassName
{
border-color: #BAE9D1;
}
.TagClassName
{
border-color: #BAE9D1;
}
</style>