Shades of Aero Blue #BDDCCD
Tints of Aero Blue #BDDCCD
RGB
CMYK
RGB Variations
Color information
#BDDCCD (or 0xBDDCCD) is known color: Aero Blue. HEX triplet: BD, DC and CD. RGB value is (189,220,205). Sum of RGB (Red+Green+Blue) = 189+220+205=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCD is #422332. Grayscale: #D1D1D1. Windows color (decimal): -4334387 or 13491389. OLE color: 13491389.
HSL color Cylindrical-coordinate representation of color #BDDCCD: hue angle of 150.97º 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 #BDDCCD is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 205 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.14 |
| HSL | 150.97º | 0.31% | 0.8% | - |
| HSV(B) | 150.97º | 0.14% | 0.86% | - |
| XYZ | 57.6 | 66.41 | 67.54 | - |
| YUV | 209.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 205 | 0.14 | 0 | 0.07 | 0.14 | 150.97 | 0.31 | 0.8 |
| Hex | BD | DC | CD | E | 0 | 7 | E | 97 | 1F | 50 |
| Octal | 275 | 334 | 315 | 16 | 0 | 7 | 16 | 227 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11001101 | 1110 | 0 | 111 | 1110 | 10010111 | 11111 | 1010000 |
Color Harmonies of #BDDCCD
Complementary color
Monochromatic Colors of #BDDCCD
Black with #BDDCCD
Text Example
Text Example
White with #BDDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCCD; }
p { color: rgb(189,220,205); }
H1.HeaderClassName
{
color: #BDDCCD;
}
.AnyTagClassName
{
color: #BDDCCD;
}
</style>
background-color css
<style>
a { background-color: #BDDCCD; }
a { background-color: rgb(189,220,205); }
div.DivClassName
{
background-color: #BDDCCD;
}
.BgClassName
{
background-color: #BDDCCD;
}
</style>
border-color css
<style>
span { border-color: #BDDCCD; }
span { border-color: rgb(189,220,205); }
td.TdClassName
{
border-color: #BDDCCD;
}
.TagClassName
{
border-color: #BDDCCD;
}
</style>