Shades of Aero Blue #BAE9CF
Tints of Aero Blue #BAE9CF
RGB
CMYK
RGB Variations
Color information
#BAE9CF (or 0xBAE9CF) is known color: Aero Blue. HEX triplet: BA, E9 and CF. RGB value is (186,233,207). Sum of RGB (Red+Green+Blue) = 186+233+207=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9CF is #451630. Grayscale: #D8D8D8. Windows color (decimal): -4527665 or 13625786. OLE color: 13625786.
HSL color Cylindrical-coordinate representation of color #BAE9CF: hue angle of 146.81º 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 #BAE9CF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 207 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.09 |
| HSL | 146.81º | 0.52% | 0.82% | - |
| HSV(B) | 146.81º | 0.2% | 0.91% | - |
| XYZ | 60.65 | 73.22 | 69.97 | - |
| YUV | 215.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 207 | 0.20 | 0 | 0.11 | 0.09 | 146.81 | 0.52 | 0.82 |
| Hex | BA | E9 | CF | 14 | 0 | B | 9 | 93 | 34 | 52 |
| Octal | 272 | 351 | 317 | 24 | 0 | 13 | 11 | 223 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11001111 | 10100 | 0 | 1011 | 1001 | 10010011 | 110100 | 1010010 |
Color Harmonies of #BAE9CF
Complementary color
Monochromatic Colors of #BAE9CF
Black with #BAE9CF
Text Example
Text Example
White with #BAE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9CF; }
p { color: rgb(186,233,207); }
H1.HeaderClassName
{
color: #BAE9CF;
}
.AnyTagClassName
{
color: #BAE9CF;
}
</style>
background-color css
<style>
a { background-color: #BAE9CF; }
a { background-color: rgb(186,233,207); }
div.DivClassName
{
background-color: #BAE9CF;
}
.BgClassName
{
background-color: #BAE9CF;
}
</style>
border-color css
<style>
span { border-color: #BAE9CF; }
span { border-color: rgb(186,233,207); }
td.TdClassName
{
border-color: #BAE9CF;
}
.TagClassName
{
border-color: #BAE9CF;
}
</style>