Shades of Aero Blue #BDDAC9
Tints of Aero Blue #BDDAC9
RGB
CMYK
RGB Variations
Color information
#BDDAC9 (or 0xBDDAC9) is known color: Aero Blue. HEX triplet: BD, DA and C9. RGB value is (189,218,201). Sum of RGB (Red+Green+Blue) = 189+218+201=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC9 is #422536. Grayscale: #CFCFCF. Windows color (decimal): -4334903 or 13228733. OLE color: 13228733.
HSL color Cylindrical-coordinate representation of color #BDDAC9: hue angle of 144.83º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAC9 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 201 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.15 |
| HSL | 144.83º | 0.28% | 0.8% | - |
| HSV(B) | 144.83º | 0.13% | 0.85% | - |
| XYZ | 56.6 | 65.18 | 64.86 | - |
| YUV | 207.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 201 | 0.13 | 0 | 0.08 | 0.15 | 144.83 | 0.28 | 0.8 |
| Hex | BD | DA | C9 | D | 0 | 8 | F | 91 | 1C | 50 |
| Octal | 275 | 332 | 311 | 15 | 0 | 10 | 17 | 221 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11001001 | 1101 | 0 | 1000 | 1111 | 10010001 | 11100 | 1010000 |
Color Harmonies of #BDDAC9
Complementary color
Monochromatic Colors of #BDDAC9
Black with #BDDAC9
Text Example
Text Example
White with #BDDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAC9; }
p { color: rgb(189,218,201); }
H1.HeaderClassName
{
color: #BDDAC9;
}
.AnyTagClassName
{
color: #BDDAC9;
}
</style>
background-color css
<style>
a { background-color: #BDDAC9; }
a { background-color: rgb(189,218,201); }
div.DivClassName
{
background-color: #BDDAC9;
}
.BgClassName
{
background-color: #BDDAC9;
}
</style>
border-color css
<style>
span { border-color: #BDDAC9; }
span { border-color: rgb(189,218,201); }
td.TdClassName
{
border-color: #BDDAC9;
}
.TagClassName
{
border-color: #BDDAC9;
}
</style>