Shades of Aero Blue #BADDCA
Tints of Aero Blue #BADDCA
RGB
CMYK
RGB Variations
Color information
#BADDCA (or 0xBADDCA) is known color: Aero Blue. HEX triplet: BA, DD and CA. RGB value is (186,221,202). Sum of RGB (Red+Green+Blue) = 186+221+202=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDCA is #452235. Grayscale: #D0D0D0. Windows color (decimal): -4530742 or 13295034. OLE color: 13295034.
HSL color Cylindrical-coordinate representation of color #BADDCA: hue angle of 147.43º 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 #BADDCA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 202 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.13 |
| HSL | 147.43º | 0.34% | 0.8% | - |
| HSV(B) | 147.43º | 0.16% | 0.87% | - |
| XYZ | 56.77 | 66.42 | 65.7 | - |
| YUV | 208.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 202 | 0.16 | 0 | 0.09 | 0.13 | 147.43 | 0.34 | 0.8 |
| Hex | BA | DD | CA | 10 | 0 | 9 | D | 93 | 22 | 50 |
| Octal | 272 | 335 | 312 | 20 | 0 | 11 | 15 | 223 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11001010 | 10000 | 0 | 1001 | 1101 | 10010011 | 100010 | 1010000 |
Color Harmonies of #BADDCA
Complementary color
Monochromatic Colors of #BADDCA
Black with #BADDCA
Text Example
Text Example
White with #BADDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDCA; }
p { color: rgb(186,221,202); }
H1.HeaderClassName
{
color: #BADDCA;
}
.AnyTagClassName
{
color: #BADDCA;
}
</style>
background-color css
<style>
a { background-color: #BADDCA; }
a { background-color: rgb(186,221,202); }
div.DivClassName
{
background-color: #BADDCA;
}
.BgClassName
{
background-color: #BADDCA;
}
</style>
border-color css
<style>
span { border-color: #BADDCA; }
span { border-color: rgb(186,221,202); }
td.TdClassName
{
border-color: #BADDCA;
}
.TagClassName
{
border-color: #BADDCA;
}
</style>