Shades of Aero Blue #BADDC9
Tints of Aero Blue #BADDC9
RGB
CMYK
RGB Variations
Color information
#BADDC9 (or 0xBADDC9) is known color: Aero Blue. HEX triplet: BA, DD and C9. RGB value is (186,221,201). Sum of RGB (Red+Green+Blue) = 186+221+201=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC9 is #452236. Grayscale: #D0D0D0. Windows color (decimal): -4530743 or 13229498. OLE color: 13229498.
HSL color Cylindrical-coordinate representation of color #BADDC9: hue angle of 145.71º degrees, saturation: 0.34, 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 #BADDC9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 221 | 201 | - |
CMYK | 0.16 | 0 | 0.09 | 0.13 |
HSL | 145.71º | 0.34% | 0.8% | - |
HSV(B) | 145.71º | 0.16% | 0.87% | - |
XYZ | 56.65 | 66.37 | 65.08 | - |
YUV | 208.26 | 123.9 | 112.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 221 | 201 | 0.16 | 0 | 0.09 | 0.13 | 145.71 | 0.34 | 0.8 |
Hex | BA | DD | C9 | 10 | 0 | 9 | D | 92 | 22 | 50 |
Octal | 272 | 335 | 311 | 20 | 0 | 11 | 15 | 222 | 42 | 120 |
Binary | 10111010 | 11011101 | 11001001 | 10000 | 0 | 1001 | 1101 | 10010010 | 100010 | 1010000 |
Color Harmonies of #BADDC9
Complementary color
Monochromatic Colors of #BADDC9
Black with #BADDC9
Text Example
Text Example
White with #BADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDC9; }
p { color: rgb(186,221,201); }
H1.HeaderClassName
{
color: #BADDC9;
}
.AnyTagClassName
{
color: #BADDC9;
}
</style>
background-color css
<style>
a { background-color: #BADDC9; }
a { background-color: rgb(186,221,201); }
div.DivClassName
{
background-color: #BADDC9;
}
.BgClassName
{
background-color: #BADDC9;
}
</style>
border-color css
<style>
span { border-color: #BADDC9; }
span { border-color: rgb(186,221,201); }
td.TdClassName
{
border-color: #BADDC9;
}
.TagClassName
{
border-color: #BADDC9;
}
</style>