Shades of Aero Blue #BDE0D0
Tints of Aero Blue #BDE0D0
RGB
CMYK
RGB Variations
Color information
#BDE0D0 (or 0xBDE0D0) is known color: Aero Blue. HEX triplet: BD, E0 and D0. RGB value is (189,224,208). Sum of RGB (Red+Green+Blue) = 189+224+208=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D0 is #421F2F. Grayscale: #D3D3D3. Windows color (decimal): -4333360 or 13689021. OLE color: 13689021.
HSL color Cylindrical-coordinate representation of color #BDE0D0: hue angle of 152.57º 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 #BDE0D0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 208 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.12 |
| HSL | 152.57º | 0.36% | 0.81% | - |
| HSV(B) | 152.57º | 0.16% | 0.88% | - |
| XYZ | 59.03 | 68.68 | 69.82 | - |
| YUV | 211.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 208 | 0.16 | 0 | 0.07 | 0.12 | 152.57 | 0.36 | 0.81 |
| Hex | BD | E0 | D0 | 10 | 0 | 7 | C | 99 | 24 | 51 |
| Octal | 275 | 340 | 320 | 20 | 0 | 7 | 14 | 231 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11010000 | 10000 | 0 | 111 | 1100 | 10011001 | 100100 | 1010001 |
Color Harmonies of #BDE0D0
Complementary color
Monochromatic Colors of #BDE0D0
Black with #BDE0D0
Text Example
Text Example
White with #BDE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0D0; }
p { color: rgb(189,224,208); }
H1.HeaderClassName
{
color: #BDE0D0;
}
.AnyTagClassName
{
color: #BDE0D0;
}
</style>
background-color css
<style>
a { background-color: #BDE0D0; }
a { background-color: rgb(189,224,208); }
div.DivClassName
{
background-color: #BDE0D0;
}
.BgClassName
{
background-color: #BDE0D0;
}
</style>
border-color css
<style>
span { border-color: #BDE0D0; }
span { border-color: rgb(189,224,208); }
td.TdClassName
{
border-color: #BDE0D0;
}
.TagClassName
{
border-color: #BDE0D0;
}
</style>