Shades of Aero Blue #BDE5D0
Tints of Aero Blue #BDE5D0
RGB
CMYK
RGB Variations
Color information
#BDE5D0 (or 0xBDE5D0) is known color: Aero Blue. HEX triplet: BD, E5 and D0. RGB value is (189,229,208). Sum of RGB (Red+Green+Blue) = 189+229+208=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5D0 is #421A2F. Grayscale: #D6D6D6. Windows color (decimal): -4332080 or 13690301. OLE color: 13690301.
HSL color Cylindrical-coordinate representation of color #BDE5D0: hue angle of 148.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE5D0 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 208 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.10 |
| HSL | 148.5º | 0.43% | 0.82% | - |
| HSV(B) | 148.5º | 0.17% | 0.9% | - |
| XYZ | 60.39 | 71.41 | 70.28 | - |
| YUV | 214.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 208 | 0.17 | 0 | 0.09 | 0.10 | 148.5 | 0.43 | 0.82 |
| Hex | BD | E5 | D0 | 11 | 0 | 9 | A | 94 | 2B | 52 |
| Octal | 275 | 345 | 320 | 21 | 0 | 11 | 12 | 224 | 53 | 122 |
| Binary | 10111101 | 11100101 | 11010000 | 10001 | 0 | 1001 | 1010 | 10010100 | 101011 | 1010010 |
Color Harmonies of #BDE5D0
Complementary color
Monochromatic Colors of #BDE5D0
Black with #BDE5D0
Text Example
Text Example
White with #BDE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5D0; }
p { color: rgb(189,229,208); }
H1.HeaderClassName
{
color: #BDE5D0;
}
.AnyTagClassName
{
color: #BDE5D0;
}
</style>
background-color css
<style>
a { background-color: #BDE5D0; }
a { background-color: rgb(189,229,208); }
div.DivClassName
{
background-color: #BDE5D0;
}
.BgClassName
{
background-color: #BDE5D0;
}
</style>
border-color css
<style>
span { border-color: #BDE5D0; }
span { border-color: rgb(189,229,208); }
td.TdClassName
{
border-color: #BDE5D0;
}
.TagClassName
{
border-color: #BDE5D0;
}
</style>