Shades of Aero Blue #BDDBCB
Tints of Aero Blue #BDDBCB
RGB
CMYK
RGB Variations
Color information
#BDDBCB (or 0xBDDBCB) is known color: Aero Blue. HEX triplet: BD, DB and CB. RGB value is (189,219,203). Sum of RGB (Red+Green+Blue) = 189+219+203=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBCB is #422434. Grayscale: #D0D0D0. Windows color (decimal): -4334645 or 13360061. OLE color: 13360061.
HSL color Cylindrical-coordinate representation of color #BDDBCB: hue angle of 148º degrees, saturation: 0.29, 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 #BDDBCB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 203 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.14 |
| HSL | 148º | 0.29% | 0.8% | - |
| HSV(B) | 148º | 0.14% | 0.86% | - |
| XYZ | 57.1 | 65.79 | 66.19 | - |
| YUV | 208.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 203 | 0.14 | 0 | 0.07 | 0.14 | 148 | 0.29 | 0.8 |
| Hex | BD | DB | CB | E | 0 | 7 | E | 94 | 1D | 50 |
| Octal | 275 | 333 | 313 | 16 | 0 | 7 | 16 | 224 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11001011 | 1110 | 0 | 111 | 1110 | 10010100 | 11101 | 1010000 |
Color Harmonies of #BDDBCB
Complementary color
Monochromatic Colors of #BDDBCB
Black with #BDDBCB
Text Example
Text Example
White with #BDDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBCB; }
p { color: rgb(189,219,203); }
H1.HeaderClassName
{
color: #BDDBCB;
}
.AnyTagClassName
{
color: #BDDBCB;
}
</style>
background-color css
<style>
a { background-color: #BDDBCB; }
a { background-color: rgb(189,219,203); }
div.DivClassName
{
background-color: #BDDBCB;
}
.BgClassName
{
background-color: #BDDBCB;
}
</style>
border-color css
<style>
span { border-color: #BDDBCB; }
span { border-color: rgb(189,219,203); }
td.TdClassName
{
border-color: #BDDBCB;
}
.TagClassName
{
border-color: #BDDBCB;
}
</style>