Shades of Aero Blue #BDD9C9
Tints of Aero Blue #BDD9C9
RGB
CMYK
RGB Variations
Color information
#BDD9C9 (or 0xBDD9C9) is known color: Aero Blue. HEX triplet: BD, D9 and C9. RGB value is (189,217,201). Sum of RGB (Red+Green+Blue) = 189+217+201=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9C9 is #422636. Grayscale: #CECECE. Windows color (decimal): -4335159 or 13228477. OLE color: 13228477.
HSL color Cylindrical-coordinate representation of color #BDD9C9: hue angle of 145.71º degrees, saturation: 0.27, 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 #BDD9C9 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 201 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.15 |
| HSL | 145.71º | 0.27% | 0.8% | - |
| HSV(B) | 145.71º | 0.13% | 0.85% | - |
| XYZ | 56.34 | 64.66 | 64.77 | - |
| YUV | 206.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 201 | 0.13 | 0 | 0.07 | 0.15 | 145.71 | 0.27 | 0.8 |
| Hex | BD | D9 | C9 | D | 0 | 7 | F | 92 | 1B | 50 |
| Octal | 275 | 331 | 311 | 15 | 0 | 7 | 17 | 222 | 33 | 120 |
| Binary | 10111101 | 11011001 | 11001001 | 1101 | 0 | 111 | 1111 | 10010010 | 11011 | 1010000 |
Color Harmonies of #BDD9C9
Complementary color
Monochromatic Colors of #BDD9C9
Black with #BDD9C9
Text Example
Text Example
White with #BDD9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9C9; }
p { color: rgb(189,217,201); }
H1.HeaderClassName
{
color: #BDD9C9;
}
.AnyTagClassName
{
color: #BDD9C9;
}
</style>
background-color css
<style>
a { background-color: #BDD9C9; }
a { background-color: rgb(189,217,201); }
div.DivClassName
{
background-color: #BDD9C9;
}
.BgClassName
{
background-color: #BDD9C9;
}
</style>
border-color css
<style>
span { border-color: #BDD9C9; }
span { border-color: rgb(189,217,201); }
td.TdClassName
{
border-color: #BDD9C9;
}
.TagClassName
{
border-color: #BDD9C9;
}
</style>