Shades of Aero Blue #BAE9CE
Tints of Aero Blue #BAE9CE
RGB
CMYK
RGB Variations
Color information
#BAE9CE (or 0xBAE9CE) is known color: Aero Blue. HEX triplet: BA, E9 and CE. RGB value is (186,233,206). Sum of RGB (Red+Green+Blue) = 186+233+206=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9CE is #451631. Grayscale: #D7D7D7. Windows color (decimal): -4527666 or 13560250. OLE color: 13560250.
HSL color Cylindrical-coordinate representation of color #BAE9CE: hue angle of 145.53º 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 #BAE9CE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 206 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.09 |
| HSL | 145.53º | 0.52% | 0.82% | - |
| HSV(B) | 145.53º | 0.2% | 0.91% | - |
| XYZ | 60.53 | 73.17 | 69.33 | - |
| YUV | 215.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 206 | 0.20 | 0 | 0.12 | 0.09 | 145.53 | 0.52 | 0.82 |
| Hex | BA | E9 | CE | 14 | 0 | C | 9 | 92 | 34 | 52 |
| Octal | 272 | 351 | 316 | 24 | 0 | 14 | 11 | 222 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11001110 | 10100 | 0 | 1100 | 1001 | 10010010 | 110100 | 1010010 |
Color Harmonies of #BAE9CE
Complementary color
Monochromatic Colors of #BAE9CE
Black with #BAE9CE
Text Example
Text Example
White with #BAE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9CE; }
p { color: rgb(186,233,206); }
H1.HeaderClassName
{
color: #BAE9CE;
}
.AnyTagClassName
{
color: #BAE9CE;
}
</style>
background-color css
<style>
a { background-color: #BAE9CE; }
a { background-color: rgb(186,233,206); }
div.DivClassName
{
background-color: #BAE9CE;
}
.BgClassName
{
background-color: #BAE9CE;
}
</style>
border-color css
<style>
span { border-color: #BAE9CE; }
span { border-color: rgb(186,233,206); }
td.TdClassName
{
border-color: #BAE9CE;
}
.TagClassName
{
border-color: #BAE9CE;
}
</style>