Shades of Aero Blue #BAE4D0
Tints of Aero Blue #BAE4D0
RGB
CMYK
RGB Variations
Color information
#BAE4D0 (or 0xBAE4D0) is known color: Aero Blue. HEX triplet: BA, E4 and D0. RGB value is (186,228,208). Sum of RGB (Red+Green+Blue) = 186+228+208=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4D0 is #451B2F. Grayscale: #D5D5D5. Windows color (decimal): -4528944 or 13690042. OLE color: 13690042.
HSL color Cylindrical-coordinate representation of color #BAE4D0: hue angle of 151.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4D0 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 208 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.11 |
| HSL | 151.43º | 0.44% | 0.81% | - |
| HSV(B) | 151.43º | 0.18% | 0.89% | - |
| XYZ | 59.38 | 70.48 | 70.15 | - |
| YUV | 213.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 208 | 0.18 | 0 | 0.09 | 0.11 | 151.43 | 0.44 | 0.81 |
| Hex | BA | E4 | D0 | 12 | 0 | 9 | B | 97 | 2C | 51 |
| Octal | 272 | 344 | 320 | 22 | 0 | 11 | 13 | 227 | 54 | 121 |
| Binary | 10111010 | 11100100 | 11010000 | 10010 | 0 | 1001 | 1011 | 10010111 | 101100 | 1010001 |
Color Harmonies of #BAE4D0
Complementary color
Monochromatic Colors of #BAE4D0
Black with #BAE4D0
Text Example
Text Example
White with #BAE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4D0; }
p { color: rgb(186,228,208); }
H1.HeaderClassName
{
color: #BAE4D0;
}
.AnyTagClassName
{
color: #BAE4D0;
}
</style>
background-color css
<style>
a { background-color: #BAE4D0; }
a { background-color: rgb(186,228,208); }
div.DivClassName
{
background-color: #BAE4D0;
}
.BgClassName
{
background-color: #BAE4D0;
}
</style>
border-color css
<style>
span { border-color: #BAE4D0; }
span { border-color: rgb(186,228,208); }
td.TdClassName
{
border-color: #BAE4D0;
}
.TagClassName
{
border-color: #BAE4D0;
}
</style>