Shades of Aero Blue #BADDCD
Tints of Aero Blue #BADDCD
RGB
CMYK
RGB Variations
Color information
#BADDCD (or 0xBADDCD) is known color: Aero Blue. HEX triplet: BA, DD and CD. RGB value is (186,221,205). Sum of RGB (Red+Green+Blue) = 186+221+205=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDCD is #452232. Grayscale: #D0D0D0. Windows color (decimal): -4530739 or 13491642. OLE color: 13491642.
HSL color Cylindrical-coordinate representation of color #BADDCD: hue angle of 152.57º 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 #BADDCD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 205 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.13 |
| HSL | 152.57º | 0.34% | 0.8% | - |
| HSV(B) | 152.57º | 0.16% | 0.87% | - |
| XYZ | 57.13 | 66.56 | 67.59 | - |
| YUV | 208.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 205 | 0.16 | 0 | 0.07 | 0.13 | 152.57 | 0.34 | 0.8 |
| Hex | BA | DD | CD | 10 | 0 | 7 | D | 99 | 22 | 50 |
| Octal | 272 | 335 | 315 | 20 | 0 | 7 | 15 | 231 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11001101 | 10000 | 0 | 111 | 1101 | 10011001 | 100010 | 1010000 |
Color Harmonies of #BADDCD
Complementary color
Monochromatic Colors of #BADDCD
Black with #BADDCD
Text Example
Text Example
White with #BADDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDCD; }
p { color: rgb(186,221,205); }
H1.HeaderClassName
{
color: #BADDCD;
}
.AnyTagClassName
{
color: #BADDCD;
}
</style>
background-color css
<style>
a { background-color: #BADDCD; }
a { background-color: rgb(186,221,205); }
div.DivClassName
{
background-color: #BADDCD;
}
.BgClassName
{
background-color: #BADDCD;
}
</style>
border-color css
<style>
span { border-color: #BADDCD; }
span { border-color: rgb(186,221,205); }
td.TdClassName
{
border-color: #BADDCD;
}
.TagClassName
{
border-color: #BADDCD;
}
</style>