Shades of Aero Blue #BDDDCE
Tints of Aero Blue #BDDDCE
RGB
CMYK
RGB Variations
Color information
#BDDDCE (or 0xBDDDCE) is known color: Aero Blue. HEX triplet: BD, DD and CE. RGB value is (189,221,206). Sum of RGB (Red+Green+Blue) = 189+221+206=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCE is #422231. Grayscale: #D1D1D1. Windows color (decimal): -4334130 or 13557181. OLE color: 13557181.
HSL color Cylindrical-coordinate representation of color #BDDDCE: hue angle of 151.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDCE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 206 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.13 |
| HSL | 151.88º | 0.32% | 0.8% | - |
| HSV(B) | 151.88º | 0.14% | 0.87% | - |
| XYZ | 57.98 | 66.99 | 68.27 | - |
| YUV | 209.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 206 | 0.14 | 0 | 0.07 | 0.13 | 151.88 | 0.32 | 0.8 |
| Hex | BD | DD | CE | E | 0 | 7 | D | 98 | 20 | 50 |
| Octal | 275 | 335 | 316 | 16 | 0 | 7 | 15 | 230 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11001110 | 1110 | 0 | 111 | 1101 | 10011000 | 100000 | 1010000 |
Color Harmonies of #BDDDCE
Complementary color
Monochromatic Colors of #BDDDCE
Black with #BDDDCE
Text Example
Text Example
White with #BDDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDCE; }
p { color: rgb(189,221,206); }
H1.HeaderClassName
{
color: #BDDDCE;
}
.AnyTagClassName
{
color: #BDDDCE;
}
</style>
background-color css
<style>
a { background-color: #BDDDCE; }
a { background-color: rgb(189,221,206); }
div.DivClassName
{
background-color: #BDDDCE;
}
.BgClassName
{
background-color: #BDDDCE;
}
</style>
border-color css
<style>
span { border-color: #BDDDCE; }
span { border-color: rgb(189,221,206); }
td.TdClassName
{
border-color: #BDDDCE;
}
.TagClassName
{
border-color: #BDDDCE;
}
</style>