Shades of Aero Blue #BADECC
Tints of Aero Blue #BADECC
RGB
CMYK
RGB Variations
Color information
#BADECC (or 0xBADECC) is known color: Aero Blue. HEX triplet: BA, DE and CC. RGB value is (186,222,204). Sum of RGB (Red+Green+Blue) = 186+222+204=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECC is #452133. Grayscale: #D1D1D1. Windows color (decimal): -4530484 or 13426362. OLE color: 13426362.
HSL color Cylindrical-coordinate representation of color #BADECC: hue angle of 150º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADECC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 204 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.13 |
| HSL | 150º | 0.35% | 0.8% | - |
| HSV(B) | 150º | 0.16% | 0.87% | - |
| XYZ | 57.27 | 67.04 | 67.05 | - |
| YUV | 209.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 204 | 0.16 | 0 | 0.08 | 0.13 | 150 | 0.35 | 0.8 |
| Hex | BA | DE | CC | 10 | 0 | 8 | D | 96 | 23 | 50 |
| Octal | 272 | 336 | 314 | 20 | 0 | 10 | 15 | 226 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11001100 | 10000 | 0 | 1000 | 1101 | 10010110 | 100011 | 1010000 |
Color Harmonies of #BADECC
Complementary color
Monochromatic Colors of #BADECC
Black with #BADECC
Text Example
Text Example
White with #BADECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADECC; }
p { color: rgb(186,222,204); }
H1.HeaderClassName
{
color: #BADECC;
}
.AnyTagClassName
{
color: #BADECC;
}
</style>
background-color css
<style>
a { background-color: #BADECC; }
a { background-color: rgb(186,222,204); }
div.DivClassName
{
background-color: #BADECC;
}
.BgClassName
{
background-color: #BADECC;
}
</style>
border-color css
<style>
span { border-color: #BADECC; }
span { border-color: rgb(186,222,204); }
td.TdClassName
{
border-color: #BADECC;
}
.TagClassName
{
border-color: #BADECC;
}
</style>