Shades of Aero Blue #BDE2CC
Tints of Aero Blue #BDE2CC
RGB
CMYK
RGB Variations
Color information
#BDE2CC (or 0xBDE2CC) is known color: Aero Blue. HEX triplet: BD, E2 and CC. RGB value is (189,226,204). Sum of RGB (Red+Green+Blue) = 189+226+204=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2CC is #421D33. Grayscale: #D4D4D4. Windows color (decimal): -4332852 or 13427389. OLE color: 13427389.
HSL color Cylindrical-coordinate representation of color #BDE2CC: hue angle of 144.32º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2CC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 204 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.11 |
| HSL | 144.32º | 0.39% | 0.81% | - |
| HSV(B) | 144.32º | 0.16% | 0.89% | - |
| XYZ | 59.08 | 69.57 | 67.44 | - |
| YUV | 212.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 204 | 0.16 | 0 | 0.10 | 0.11 | 144.32 | 0.39 | 0.81 |
| Hex | BD | E2 | CC | 10 | 0 | A | B | 90 | 27 | 51 |
| Octal | 275 | 342 | 314 | 20 | 0 | 12 | 13 | 220 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11001100 | 10000 | 0 | 1010 | 1011 | 10010000 | 100111 | 1010001 |
Color Harmonies of #BDE2CC
Complementary color
Monochromatic Colors of #BDE2CC
Black with #BDE2CC
Text Example
Text Example
White with #BDE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2CC; }
p { color: rgb(189,226,204); }
H1.HeaderClassName
{
color: #BDE2CC;
}
.AnyTagClassName
{
color: #BDE2CC;
}
</style>
background-color css
<style>
a { background-color: #BDE2CC; }
a { background-color: rgb(189,226,204); }
div.DivClassName
{
background-color: #BDE2CC;
}
.BgClassName
{
background-color: #BDE2CC;
}
</style>
border-color css
<style>
span { border-color: #BDE2CC; }
span { border-color: rgb(189,226,204); }
td.TdClassName
{
border-color: #BDE2CC;
}
.TagClassName
{
border-color: #BDE2CC;
}
</style>