Shades of Aero Blue #BAE5D4
Tints of Aero Blue #BAE5D4
RGB
CMYK
RGB Variations
Color information
#BAE5D4 (or 0xBAE5D4) is known color: Aero Blue. HEX triplet: BA, E5 and D4. RGB value is (186,229,212). Sum of RGB (Red+Green+Blue) = 186+229+212=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5D4 is #451A2B. Grayscale: #D6D6D6. Windows color (decimal): -4528684 or 13952442. OLE color: 13952442.
HSL color Cylindrical-coordinate representation of color #BAE5D4: hue angle of 156.28º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5D4 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 212 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.10 |
| HSL | 156.28º | 0.45% | 0.81% | - |
| HSV(B) | 156.28º | 0.19% | 0.9% | - |
| XYZ | 60.15 | 71.23 | 72.87 | - |
| YUV | 214.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 212 | 0.19 | 0 | 0.07 | 0.10 | 156.28 | 0.45 | 0.81 |
| Hex | BA | E5 | D4 | 13 | 0 | 7 | A | 9C | 2D | 51 |
| Octal | 272 | 345 | 324 | 23 | 0 | 7 | 12 | 234 | 55 | 121 |
| Binary | 10111010 | 11100101 | 11010100 | 10011 | 0 | 111 | 1010 | 10011100 | 101101 | 1010001 |
Color Harmonies of #BAE5D4
Complementary color
Monochromatic Colors of #BAE5D4
Black with #BAE5D4
Text Example
Text Example
White with #BAE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5D4; }
p { color: rgb(186,229,212); }
H1.HeaderClassName
{
color: #BAE5D4;
}
.AnyTagClassName
{
color: #BAE5D4;
}
</style>
background-color css
<style>
a { background-color: #BAE5D4; }
a { background-color: rgb(186,229,212); }
div.DivClassName
{
background-color: #BAE5D4;
}
.BgClassName
{
background-color: #BAE5D4;
}
</style>
border-color css
<style>
span { border-color: #BAE5D4; }
span { border-color: rgb(186,229,212); }
td.TdClassName
{
border-color: #BAE5D4;
}
.TagClassName
{
border-color: #BAE5D4;
}
</style>