Shades of Aero Blue #BAE7D5
Tints of Aero Blue #BAE7D5
RGB
CMYK
RGB Variations
Color information
#BAE7D5 (or 0xBAE7D5) is known color: Aero Blue. HEX triplet: BA, E7 and D5. RGB value is (186,231,213). Sum of RGB (Red+Green+Blue) = 186+231+213=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7D5 is #45182A. Grayscale: #D7D7D7. Windows color (decimal): -4528171 or 14018490. OLE color: 14018490.
HSL color Cylindrical-coordinate representation of color #BAE7D5: hue angle of 156º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7D5 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 213 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.09 |
| HSL | 156º | 0.48% | 0.82% | - |
| HSV(B) | 156º | 0.19% | 0.91% | - |
| XYZ | 60.84 | 72.4 | 73.72 | - |
| YUV | 215.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 213 | 0.19 | 0 | 0.08 | 0.09 | 156 | 0.48 | 0.82 |
| Hex | BA | E7 | D5 | 13 | 0 | 8 | 9 | 9C | 30 | 52 |
| Octal | 272 | 347 | 325 | 23 | 0 | 10 | 11 | 234 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11010101 | 10011 | 0 | 1000 | 1001 | 10011100 | 110000 | 1010010 |
Color Harmonies of #BAE7D5
Complementary color
Monochromatic Colors of #BAE7D5
Black with #BAE7D5
Text Example
Text Example
White with #BAE7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7D5; }
p { color: rgb(186,231,213); }
H1.HeaderClassName
{
color: #BAE7D5;
}
.AnyTagClassName
{
color: #BAE7D5;
}
</style>
background-color css
<style>
a { background-color: #BAE7D5; }
a { background-color: rgb(186,231,213); }
div.DivClassName
{
background-color: #BAE7D5;
}
.BgClassName
{
background-color: #BAE7D5;
}
</style>
border-color css
<style>
span { border-color: #BAE7D5; }
span { border-color: rgb(186,231,213); }
td.TdClassName
{
border-color: #BAE7D5;
}
.TagClassName
{
border-color: #BAE7D5;
}
</style>