Shades of Aero Blue #BAE8D3
Tints of Aero Blue #BAE8D3
RGB
CMYK
RGB Variations
Color information
#BAE8D3 (or 0xBAE8D3) is known color: Aero Blue. HEX triplet: BA, E8 and D3. RGB value is (186,232,211). Sum of RGB (Red+Green+Blue) = 186+232+211=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8D3 is #45172C. Grayscale: #D7D7D7. Windows color (decimal): -4527917 or 13887674. OLE color: 13887674.
HSL color Cylindrical-coordinate representation of color #BAE8D3: hue angle of 152.61º 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 #BAE8D3 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 211 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.09 |
| HSL | 152.61º | 0.5% | 0.82% | - |
| HSV(B) | 152.61º | 0.2% | 0.91% | - |
| XYZ | 60.86 | 72.86 | 72.48 | - |
| YUV | 215.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 211 | 0.20 | 0 | 0.09 | 0.09 | 152.61 | 0.5 | 0.82 |
| Hex | BA | E8 | D3 | 14 | 0 | 9 | 9 | 99 | 32 | 52 |
| Octal | 272 | 350 | 323 | 24 | 0 | 11 | 11 | 231 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11010011 | 10100 | 0 | 1001 | 1001 | 10011001 | 110010 | 1010010 |
Color Harmonies of #BAE8D3
Complementary color
Monochromatic Colors of #BAE8D3
Black with #BAE8D3
Text Example
Text Example
White with #BAE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8D3; }
p { color: rgb(186,232,211); }
H1.HeaderClassName
{
color: #BAE8D3;
}
.AnyTagClassName
{
color: #BAE8D3;
}
</style>
background-color css
<style>
a { background-color: #BAE8D3; }
a { background-color: rgb(186,232,211); }
div.DivClassName
{
background-color: #BAE8D3;
}
.BgClassName
{
background-color: #BAE8D3;
}
</style>
border-color css
<style>
span { border-color: #BAE8D3; }
span { border-color: rgb(186,232,211); }
td.TdClassName
{
border-color: #BAE8D3;
}
.TagClassName
{
border-color: #BAE8D3;
}
</style>