Shades of Aero Blue #BADECE
Tints of Aero Blue #BADECE
RGB
CMYK
RGB Variations
Color information
#BADECE (or 0xBADECE) is known color: Aero Blue. HEX triplet: BA, DE and CE. RGB value is (186,222,206). Sum of RGB (Red+Green+Blue) = 186+222+206=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECE is #452131. Grayscale: #D1D1D1. Windows color (decimal): -4530482 or 13557434. OLE color: 13557434.
HSL color Cylindrical-coordinate representation of color #BADECE: hue angle of 153.33º 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 #BADECE is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 206 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.13 |
| HSL | 153.33º | 0.35% | 0.8% | - |
| HSV(B) | 153.33º | 0.16% | 0.87% | - |
| XYZ | 57.51 | 67.14 | 68.32 | - |
| YUV | 209.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 206 | 0.16 | 0 | 0.07 | 0.13 | 153.33 | 0.35 | 0.8 |
| Hex | BA | DE | CE | 10 | 0 | 7 | D | 99 | 23 | 50 |
| Octal | 272 | 336 | 316 | 20 | 0 | 7 | 15 | 231 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11001110 | 10000 | 0 | 111 | 1101 | 10011001 | 100011 | 1010000 |
Color Harmonies of #BADECE
Complementary color
Monochromatic Colors of #BADECE
Black with #BADECE
Text Example
Text Example
White with #BADECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADECE; }
p { color: rgb(186,222,206); }
H1.HeaderClassName
{
color: #BADECE;
}
.AnyTagClassName
{
color: #BADECE;
}
</style>
background-color css
<style>
a { background-color: #BADECE; }
a { background-color: rgb(186,222,206); }
div.DivClassName
{
background-color: #BADECE;
}
.BgClassName
{
background-color: #BADECE;
}
</style>
border-color css
<style>
span { border-color: #BADECE; }
span { border-color: rgb(186,222,206); }
td.TdClassName
{
border-color: #BADECE;
}
.TagClassName
{
border-color: #BADECE;
}
</style>