Shades of Aero Blue #BDDACB
Tints of Aero Blue #BDDACB
RGB
CMYK
RGB Variations
Color information
#BDDACB (or 0xBDDACB) is known color: Aero Blue. HEX triplet: BD, DA and CB. RGB value is (189,218,203). Sum of RGB (Red+Green+Blue) = 189+218+203=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDACB is #422534. Grayscale: #CFCFCF. Windows color (decimal): -4334901 or 13359805. OLE color: 13359805.
HSL color Cylindrical-coordinate representation of color #BDDACB: hue angle of 148.97º degrees, saturation: 0.28, 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 #BDDACB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 203 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.15 |
| HSL | 148.97º | 0.28% | 0.8% | - |
| HSV(B) | 148.97º | 0.13% | 0.85% | - |
| XYZ | 56.84 | 65.27 | 66.1 | - |
| YUV | 207.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 203 | 0.13 | 0 | 0.07 | 0.15 | 148.97 | 0.28 | 0.8 |
| Hex | BD | DA | CB | D | 0 | 7 | F | 95 | 1C | 50 |
| Octal | 275 | 332 | 313 | 15 | 0 | 7 | 17 | 225 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11001011 | 1101 | 0 | 111 | 1111 | 10010101 | 11100 | 1010000 |
Color Harmonies of #BDDACB
Complementary color
Monochromatic Colors of #BDDACB
Black with #BDDACB
Text Example
Text Example
White with #BDDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDACB; }
p { color: rgb(189,218,203); }
H1.HeaderClassName
{
color: #BDDACB;
}
.AnyTagClassName
{
color: #BDDACB;
}
</style>
background-color css
<style>
a { background-color: #BDDACB; }
a { background-color: rgb(189,218,203); }
div.DivClassName
{
background-color: #BDDACB;
}
.BgClassName
{
background-color: #BDDACB;
}
</style>
border-color css
<style>
span { border-color: #BDDACB; }
span { border-color: rgb(189,218,203); }
td.TdClassName
{
border-color: #BDDACB;
}
.TagClassName
{
border-color: #BDDACB;
}
</style>