Shades of Aero Blue #BAE0D0
Tints of Aero Blue #BAE0D0
RGB
CMYK
RGB Variations
Color information
#BAE0D0 (or 0xBAE0D0) is known color: Aero Blue. HEX triplet: BA, E0 and D0. RGB value is (186,224,208). Sum of RGB (Red+Green+Blue) = 186+224+208=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0D0 is #451F2F. Grayscale: #D2D2D2. Windows color (decimal): -4529968 or 13689018. OLE color: 13689018.
HSL color Cylindrical-coordinate representation of color #BAE0D0: hue angle of 154.74º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE0D0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 208 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.12 |
| HSL | 154.74º | 0.38% | 0.8% | - |
| HSV(B) | 154.74º | 0.17% | 0.88% | - |
| XYZ | 58.29 | 68.3 | 69.79 | - |
| YUV | 210.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 208 | 0.17 | 0 | 0.07 | 0.12 | 154.74 | 0.38 | 0.8 |
| Hex | BA | E0 | D0 | 11 | 0 | 7 | C | 9B | 26 | 50 |
| Octal | 272 | 340 | 320 | 21 | 0 | 7 | 14 | 233 | 46 | 120 |
| Binary | 10111010 | 11100000 | 11010000 | 10001 | 0 | 111 | 1100 | 10011011 | 100110 | 1010000 |
Color Harmonies of #BAE0D0
Complementary color
Monochromatic Colors of #BAE0D0
Black with #BAE0D0
Text Example
Text Example
White with #BAE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0D0; }
p { color: rgb(186,224,208); }
H1.HeaderClassName
{
color: #BAE0D0;
}
.AnyTagClassName
{
color: #BAE0D0;
}
</style>
background-color css
<style>
a { background-color: #BAE0D0; }
a { background-color: rgb(186,224,208); }
div.DivClassName
{
background-color: #BAE0D0;
}
.BgClassName
{
background-color: #BAE0D0;
}
</style>
border-color css
<style>
span { border-color: #BAE0D0; }
span { border-color: rgb(186,224,208); }
td.TdClassName
{
border-color: #BAE0D0;
}
.TagClassName
{
border-color: #BAE0D0;
}
</style>