Shades of Aero Blue #BDDECB
Tints of Aero Blue #BDDECB
RGB
CMYK
RGB Variations
Color information
#BDDECB (or 0xBDDECB) is known color: Aero Blue. HEX triplet: BD, DE and CB. RGB value is (189,222,203). Sum of RGB (Red+Green+Blue) = 189+222+203=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDECB is #422134. Grayscale: #D2D2D2. Windows color (decimal): -4333877 or 13360829. OLE color: 13360829.
HSL color Cylindrical-coordinate representation of color #BDDECB: hue angle of 145.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDECB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 203 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.13 |
| HSL | 145.45º | 0.33% | 0.81% | - |
| HSV(B) | 145.45º | 0.15% | 0.87% | - |
| XYZ | 57.89 | 67.37 | 66.45 | - |
| YUV | 209.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 203 | 0.15 | 0 | 0.09 | 0.13 | 145.45 | 0.33 | 0.81 |
| Hex | BD | DE | CB | F | 0 | 9 | D | 91 | 21 | 51 |
| Octal | 275 | 336 | 313 | 17 | 0 | 11 | 15 | 221 | 41 | 121 |
| Binary | 10111101 | 11011110 | 11001011 | 1111 | 0 | 1001 | 1101 | 10010001 | 100001 | 1010001 |
Color Harmonies of #BDDECB
Complementary color
Monochromatic Colors of #BDDECB
Black with #BDDECB
Text Example
Text Example
White with #BDDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDECB; }
p { color: rgb(189,222,203); }
H1.HeaderClassName
{
color: #BDDECB;
}
.AnyTagClassName
{
color: #BDDECB;
}
</style>
background-color css
<style>
a { background-color: #BDDECB; }
a { background-color: rgb(189,222,203); }
div.DivClassName
{
background-color: #BDDECB;
}
.BgClassName
{
background-color: #BDDECB;
}
</style>
border-color css
<style>
span { border-color: #BDDECB; }
span { border-color: rgb(189,222,203); }
td.TdClassName
{
border-color: #BDDECB;
}
.TagClassName
{
border-color: #BDDECB;
}
</style>