Shades of Aero Blue #BAE8D1
Tints of Aero Blue #BAE8D1
RGB
CMYK
RGB Variations
Color information
#BAE8D1 (or 0xBAE8D1) is known color: Aero Blue. HEX triplet: BA, E8 and D1. RGB value is (186,232,209). Sum of RGB (Red+Green+Blue) = 186+232+209=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8D1 is #45172E. Grayscale: #D7D7D7. Windows color (decimal): -4527919 or 13756602. OLE color: 13756602.
HSL color Cylindrical-coordinate representation of color #BAE8D1: hue angle of 150º degrees, saturation: 0.5, 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 #BAE8D1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 209 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.09 |
| HSL | 150º | 0.5% | 0.82% | - |
| HSV(B) | 150º | 0.2% | 0.91% | - |
| XYZ | 60.61 | 72.76 | 71.17 | - |
| YUV | 215.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 209 | 0.20 | 0 | 0.10 | 0.09 | 150 | 0.5 | 0.82 |
| Hex | BA | E8 | D1 | 14 | 0 | A | 9 | 96 | 32 | 52 |
| Octal | 272 | 350 | 321 | 24 | 0 | 12 | 11 | 226 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11010001 | 10100 | 0 | 1010 | 1001 | 10010110 | 110010 | 1010010 |
Color Harmonies of #BAE8D1
Complementary color
Monochromatic Colors of #BAE8D1
Black with #BAE8D1
Text Example
Text Example
White with #BAE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8D1; }
p { color: rgb(186,232,209); }
H1.HeaderClassName
{
color: #BAE8D1;
}
.AnyTagClassName
{
color: #BAE8D1;
}
</style>
background-color css
<style>
a { background-color: #BAE8D1; }
a { background-color: rgb(186,232,209); }
div.DivClassName
{
background-color: #BAE8D1;
}
.BgClassName
{
background-color: #BAE8D1;
}
</style>
border-color css
<style>
span { border-color: #BAE8D1; }
span { border-color: rgb(186,232,209); }
td.TdClassName
{
border-color: #BAE8D1;
}
.TagClassName
{
border-color: #BAE8D1;
}
</style>