Shades of Aero Blue #BDE0CC
Tints of Aero Blue #BDE0CC
RGB
CMYK
RGB Variations
Color information
#BDE0CC (or 0xBDE0CC) is known color: Aero Blue. HEX triplet: BD, E0 and CC. RGB value is (189,224,204). Sum of RGB (Red+Green+Blue) = 189+224+204=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0CC is #421F33. Grayscale: #D3D3D3. Windows color (decimal): -4333364 or 13426877. OLE color: 13426877.
HSL color Cylindrical-coordinate representation of color #BDE0CC: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0CC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 204 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.12 |
| HSL | 145.71º | 0.36% | 0.81% | - |
| HSV(B) | 145.71º | 0.16% | 0.88% | - |
| XYZ | 58.54 | 68.49 | 67.26 | - |
| YUV | 211.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 204 | 0.16 | 0 | 0.09 | 0.12 | 145.71 | 0.36 | 0.81 |
| Hex | BD | E0 | CC | 10 | 0 | 9 | C | 92 | 24 | 51 |
| Octal | 275 | 340 | 314 | 20 | 0 | 11 | 14 | 222 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11001100 | 10000 | 0 | 1001 | 1100 | 10010010 | 100100 | 1010001 |
Color Harmonies of #BDE0CC
Complementary color
Monochromatic Colors of #BDE0CC
Black with #BDE0CC
Text Example
Text Example
White with #BDE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0CC; }
p { color: rgb(189,224,204); }
H1.HeaderClassName
{
color: #BDE0CC;
}
.AnyTagClassName
{
color: #BDE0CC;
}
</style>
background-color css
<style>
a { background-color: #BDE0CC; }
a { background-color: rgb(189,224,204); }
div.DivClassName
{
background-color: #BDE0CC;
}
.BgClassName
{
background-color: #BDE0CC;
}
</style>
border-color css
<style>
span { border-color: #BDE0CC; }
span { border-color: rgb(189,224,204); }
td.TdClassName
{
border-color: #BDE0CC;
}
.TagClassName
{
border-color: #BDE0CC;
}
</style>