Shades of Aero Blue #BDEED7
Tints of Aero Blue #BDEED7
RGB
CMYK
RGB Variations
Color information
#BDEED7 (or 0xBDEED7) is known color: Aero Blue. HEX triplet: BD, EE and D7. RGB value is (189,238,215). Sum of RGB (Red+Green+Blue) = 189+238+215=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED7 is #421128. Grayscale: #DCDCDC. Windows color (decimal): -4329769 or 14151357. OLE color: 14151357.
HSL color Cylindrical-coordinate representation of color #BDEED7: hue angle of 151.84º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEED7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 215 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.07 |
| HSL | 151.84º | 0.59% | 0.84% | - |
| HSV(B) | 151.84º | 0.21% | 0.93% | - |
| XYZ | 63.83 | 76.87 | 75.76 | - |
| YUV | 220.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 215 | 0.21 | 0 | 0.10 | 0.07 | 151.84 | 0.59 | 0.84 |
| Hex | BD | EE | D7 | 15 | 0 | A | 7 | 98 | 3B | 54 |
| Octal | 275 | 356 | 327 | 25 | 0 | 12 | 7 | 230 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11010111 | 10101 | 0 | 1010 | 111 | 10011000 | 111011 | 1010100 |
Color Harmonies of #BDEED7
Complementary color
Monochromatic Colors of #BDEED7
Black with #BDEED7
Text Example
Text Example
White with #BDEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEED7; }
p { color: rgb(189,238,215); }
H1.HeaderClassName
{
color: #BDEED7;
}
.AnyTagClassName
{
color: #BDEED7;
}
</style>
background-color css
<style>
a { background-color: #BDEED7; }
a { background-color: rgb(189,238,215); }
div.DivClassName
{
background-color: #BDEED7;
}
.BgClassName
{
background-color: #BDEED7;
}
</style>
border-color css
<style>
span { border-color: #BDEED7; }
span { border-color: rgb(189,238,215); }
td.TdClassName
{
border-color: #BDEED7;
}
.TagClassName
{
border-color: #BDEED7;
}
</style>