Shades of Aero Blue #BDDDCC
Tints of Aero Blue #BDDDCC
RGB
CMYK
RGB Variations
Color information
#BDDDCC (or 0xBDDDCC) is known color: Aero Blue. HEX triplet: BD, DD and CC. RGB value is (189,221,204). Sum of RGB (Red+Green+Blue) = 189+221+204=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCC is #422233. Grayscale: #D1D1D1. Windows color (decimal): -4334132 or 13426109. OLE color: 13426109.
HSL color Cylindrical-coordinate representation of color #BDDDCC: hue angle of 148.12º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDCC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 204 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.13 |
| HSL | 148.13º | 0.32% | 0.8% | - |
| HSV(B) | 148.13º | 0.14% | 0.87% | - |
| XYZ | 57.74 | 66.89 | 66.99 | - |
| YUV | 209.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 204 | 0.14 | 0 | 0.08 | 0.13 | 148.13 | 0.32 | 0.8 |
| Hex | BD | DD | CC | E | 0 | 8 | D | 94 | 20 | 50 |
| Octal | 275 | 335 | 314 | 16 | 0 | 10 | 15 | 224 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11001100 | 1110 | 0 | 1000 | 1101 | 10010100 | 100000 | 1010000 |
Color Harmonies of #BDDDCC
Complementary color
Monochromatic Colors of #BDDDCC
Black with #BDDDCC
Text Example
Text Example
White with #BDDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDCC; }
p { color: rgb(189,221,204); }
H1.HeaderClassName
{
color: #BDDDCC;
}
.AnyTagClassName
{
color: #BDDDCC;
}
</style>
background-color css
<style>
a { background-color: #BDDDCC; }
a { background-color: rgb(189,221,204); }
div.DivClassName
{
background-color: #BDDDCC;
}
.BgClassName
{
background-color: #BDDDCC;
}
</style>
border-color css
<style>
span { border-color: #BDDDCC; }
span { border-color: rgb(189,221,204); }
td.TdClassName
{
border-color: #BDDDCC;
}
.TagClassName
{
border-color: #BDDDCC;
}
</style>