Shades of Aero Blue #BDDCCC
Tints of Aero Blue #BDDCCC
RGB
CMYK
RGB Variations
Color information
#BDDCCC (or 0xBDDCCC) is known color: Aero Blue. HEX triplet: BD, DC and CC. RGB value is (189,220,204). Sum of RGB (Red+Green+Blue) = 189+220+204=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCC is #422333. Grayscale: #D0D0D0. Windows color (decimal): -4334388 or 13425853. OLE color: 13425853.
HSL color Cylindrical-coordinate representation of color #BDDCCC: hue angle of 149.03º 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 #BDDCCC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 204 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.14 |
| HSL | 149.03º | 0.31% | 0.8% | - |
| HSV(B) | 149.03º | 0.14% | 0.86% | - |
| XYZ | 57.48 | 66.36 | 66.91 | - |
| YUV | 208.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 204 | 0.14 | 0 | 0.07 | 0.14 | 149.03 | 0.31 | 0.8 |
| Hex | BD | DC | CC | E | 0 | 7 | E | 95 | 1F | 50 |
| Octal | 275 | 334 | 314 | 16 | 0 | 7 | 16 | 225 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11001100 | 1110 | 0 | 111 | 1110 | 10010101 | 11111 | 1010000 |
Color Harmonies of #BDDCCC
Complementary color
Monochromatic Colors of #BDDCCC
Black with #BDDCCC
Text Example
Text Example
White with #BDDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCCC; }
p { color: rgb(189,220,204); }
H1.HeaderClassName
{
color: #BDDCCC;
}
.AnyTagClassName
{
color: #BDDCCC;
}
</style>
background-color css
<style>
a { background-color: #BDDCCC; }
a { background-color: rgb(189,220,204); }
div.DivClassName
{
background-color: #BDDCCC;
}
.BgClassName
{
background-color: #BDDCCC;
}
</style>
border-color css
<style>
span { border-color: #BDDCCC; }
span { border-color: rgb(189,220,204); }
td.TdClassName
{
border-color: #BDDCCC;
}
.TagClassName
{
border-color: #BDDCCC;
}
</style>