Shades of Aero Blue #BDE0CE
Tints of Aero Blue #BDE0CE
RGB
CMYK
RGB Variations
Color information
#BDE0CE (or 0xBDE0CE) is known color: Aero Blue. HEX triplet: BD, E0 and CE. RGB value is (189,224,206). Sum of RGB (Red+Green+Blue) = 189+224+206=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0CE is #421F31. Grayscale: #D3D3D3. Windows color (decimal): -4333362 or 13557949. OLE color: 13557949.
HSL color Cylindrical-coordinate representation of color #BDE0CE: hue angle of 149.14º 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 #BDE0CE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 206 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.12 |
| HSL | 149.14º | 0.36% | 0.81% | - |
| HSV(B) | 149.14º | 0.16% | 0.88% | - |
| XYZ | 58.78 | 68.59 | 68.53 | - |
| YUV | 211.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 206 | 0.16 | 0 | 0.08 | 0.12 | 149.14 | 0.36 | 0.81 |
| Hex | BD | E0 | CE | 10 | 0 | 8 | C | 95 | 24 | 51 |
| Octal | 275 | 340 | 316 | 20 | 0 | 10 | 14 | 225 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11001110 | 10000 | 0 | 1000 | 1100 | 10010101 | 100100 | 1010001 |
Color Harmonies of #BDE0CE
Complementary color
Monochromatic Colors of #BDE0CE
Black with #BDE0CE
Text Example
Text Example
White with #BDE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0CE; }
p { color: rgb(189,224,206); }
H1.HeaderClassName
{
color: #BDE0CE;
}
.AnyTagClassName
{
color: #BDE0CE;
}
</style>
background-color css
<style>
a { background-color: #BDE0CE; }
a { background-color: rgb(189,224,206); }
div.DivClassName
{
background-color: #BDE0CE;
}
.BgClassName
{
background-color: #BDE0CE;
}
</style>
border-color css
<style>
span { border-color: #BDE0CE; }
span { border-color: rgb(189,224,206); }
td.TdClassName
{
border-color: #BDE0CE;
}
.TagClassName
{
border-color: #BDE0CE;
}
</style>