Shades of Aero Blue #BAE0C9
Tints of Aero Blue #BAE0C9
RGB
CMYK
RGB Variations
Color information
#BAE0C9 (or 0xBAE0C9) is known color: Aero Blue. HEX triplet: BA, E0 and C9. RGB value is (186,224,201). Sum of RGB (Red+Green+Blue) = 186+224+201=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0C9 is #451F36. Grayscale: #D2D2D2. Windows color (decimal): -4529975 or 13230266. OLE color: 13230266.
HSL color Cylindrical-coordinate representation of color #BAE0C9: hue angle of 143.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0C9 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 201 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.12 |
| HSL | 143.68º | 0.38% | 0.8% | - |
| HSV(B) | 143.68º | 0.17% | 0.88% | - |
| XYZ | 57.45 | 67.97 | 65.35 | - |
| YUV | 210.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 201 | 0.17 | 0 | 0.10 | 0.12 | 143.68 | 0.38 | 0.8 |
| Hex | BA | E0 | C9 | 11 | 0 | A | C | 90 | 26 | 50 |
| Octal | 272 | 340 | 311 | 21 | 0 | 12 | 14 | 220 | 46 | 120 |
| Binary | 10111010 | 11100000 | 11001001 | 10001 | 0 | 1010 | 1100 | 10010000 | 100110 | 1010000 |
Color Harmonies of #BAE0C9
Complementary color
Monochromatic Colors of #BAE0C9
Black with #BAE0C9
Text Example
Text Example
White with #BAE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0C9; }
p { color: rgb(186,224,201); }
H1.HeaderClassName
{
color: #BAE0C9;
}
.AnyTagClassName
{
color: #BAE0C9;
}
</style>
background-color css
<style>
a { background-color: #BAE0C9; }
a { background-color: rgb(186,224,201); }
div.DivClassName
{
background-color: #BAE0C9;
}
.BgClassName
{
background-color: #BAE0C9;
}
</style>
border-color css
<style>
span { border-color: #BAE0C9; }
span { border-color: rgb(186,224,201); }
td.TdClassName
{
border-color: #BAE0C9;
}
.TagClassName
{
border-color: #BAE0C9;
}
</style>