Shades of Aero Blue #BDDCCB
Tints of Aero Blue #BDDCCB
RGB
CMYK
RGB Variations
Color information
#BDDCCB (or 0xBDDCCB) is known color: Aero Blue. HEX triplet: BD, DC and CB. RGB value is (189,220,203). Sum of RGB (Red+Green+Blue) = 189+220+203=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCB is #422334. Grayscale: #D0D0D0. Windows color (decimal): -4334389 or 13360317. OLE color: 13360317.
HSL color Cylindrical-coordinate representation of color #BDDCCB: hue angle of 147.1º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCCB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 203 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.14 |
| HSL | 147.1º | 0.31% | 0.8% | - |
| HSV(B) | 147.1º | 0.14% | 0.86% | - |
| XYZ | 57.36 | 66.32 | 66.28 | - |
| YUV | 208.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 203 | 0.14 | 0 | 0.08 | 0.14 | 147.1 | 0.31 | 0.8 |
| Hex | BD | DC | CB | E | 0 | 8 | E | 93 | 1F | 50 |
| Octal | 275 | 334 | 313 | 16 | 0 | 10 | 16 | 223 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11001011 | 1110 | 0 | 1000 | 1110 | 10010011 | 11111 | 1010000 |
Color Harmonies of #BDDCCB
Complementary color
Monochromatic Colors of #BDDCCB
Black with #BDDCCB
Text Example
Text Example
White with #BDDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCCB; }
p { color: rgb(189,220,203); }
H1.HeaderClassName
{
color: #BDDCCB;
}
.AnyTagClassName
{
color: #BDDCCB;
}
</style>
background-color css
<style>
a { background-color: #BDDCCB; }
a { background-color: rgb(189,220,203); }
div.DivClassName
{
background-color: #BDDCCB;
}
.BgClassName
{
background-color: #BDDCCB;
}
</style>
border-color css
<style>
span { border-color: #BDDCCB; }
span { border-color: rgb(189,220,203); }
td.TdClassName
{
border-color: #BDDCCB;
}
.TagClassName
{
border-color: #BDDCCB;
}
</style>