Shades of Aero Blue #BADDC8
Tints of Aero Blue #BADDC8
RGB
CMYK
RGB Variations
Color information
#BADDC8 (or 0xBADDC8) is known color: Aero Blue. HEX triplet: BA, DD and C8. RGB value is (186,221,200). Sum of RGB (Red+Green+Blue) = 186+221+200=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC8 is #452237. Grayscale: #D0D0D0. Windows color (decimal): -4530744 or 13163962. OLE color: 13163962.
HSL color Cylindrical-coordinate representation of color #BADDC8: hue angle of 144º 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 #BADDC8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 200 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.13 |
| HSL | 144º | 0.34% | 0.8% | - |
| HSV(B) | 144º | 0.16% | 0.87% | - |
| XYZ | 56.53 | 66.32 | 64.47 | - |
| YUV | 208.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 200 | 0.16 | 0 | 0.10 | 0.13 | 144 | 0.34 | 0.8 |
| Hex | BA | DD | C8 | 10 | 0 | A | D | 90 | 22 | 50 |
| Octal | 272 | 335 | 310 | 20 | 0 | 12 | 15 | 220 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11001000 | 10000 | 0 | 1010 | 1101 | 10010000 | 100010 | 1010000 |
Color Harmonies of #BADDC8
Complementary color
Monochromatic Colors of #BADDC8
Black with #BADDC8
Text Example
Text Example
White with #BADDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDC8; }
p { color: rgb(186,221,200); }
H1.HeaderClassName
{
color: #BADDC8;
}
.AnyTagClassName
{
color: #BADDC8;
}
</style>
background-color css
<style>
a { background-color: #BADDC8; }
a { background-color: rgb(186,221,200); }
div.DivClassName
{
background-color: #BADDC8;
}
.BgClassName
{
background-color: #BADDC8;
}
</style>
border-color css
<style>
span { border-color: #BADDC8; }
span { border-color: rgb(186,221,200); }
td.TdClassName
{
border-color: #BADDC8;
}
.TagClassName
{
border-color: #BADDC8;
}
</style>