Shades of Aero Blue #BAE7D3
Tints of Aero Blue #BAE7D3
RGB
CMYK
RGB Variations
Color information
#BAE7D3 (or 0xBAE7D3) is known color: Aero Blue. HEX triplet: BA, E7 and D3. RGB value is (186,231,211). Sum of RGB (Red+Green+Blue) = 186+231+211=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7D3 is #45182C. Grayscale: #D7D7D7. Windows color (decimal): -4528173 or 13887418. OLE color: 13887418.
HSL color Cylindrical-coordinate representation of color #BAE7D3: hue angle of 153.33º 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 #BAE7D3 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 211 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.09 |
| HSL | 153.33º | 0.48% | 0.82% | - |
| HSV(B) | 153.33º | 0.19% | 0.91% | - |
| XYZ | 60.58 | 72.29 | 72.39 | - |
| YUV | 215.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 211 | 0.19 | 0 | 0.09 | 0.09 | 153.33 | 0.48 | 0.82 |
| Hex | BA | E7 | D3 | 13 | 0 | 9 | 9 | 99 | 30 | 52 |
| Octal | 272 | 347 | 323 | 23 | 0 | 11 | 11 | 231 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11010011 | 10011 | 0 | 1001 | 1001 | 10011001 | 110000 | 1010010 |
Color Harmonies of #BAE7D3
Complementary color
Monochromatic Colors of #BAE7D3
Black with #BAE7D3
Text Example
Text Example
White with #BAE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7D3; }
p { color: rgb(186,231,211); }
H1.HeaderClassName
{
color: #BAE7D3;
}
.AnyTagClassName
{
color: #BAE7D3;
}
</style>
background-color css
<style>
a { background-color: #BAE7D3; }
a { background-color: rgb(186,231,211); }
div.DivClassName
{
background-color: #BAE7D3;
}
.BgClassName
{
background-color: #BAE7D3;
}
</style>
border-color css
<style>
span { border-color: #BAE7D3; }
span { border-color: rgb(186,231,211); }
td.TdClassName
{
border-color: #BAE7D3;
}
.TagClassName
{
border-color: #BAE7D3;
}
</style>