Shades of Aero Blue #BDEBD7
Tints of Aero Blue #BDEBD7
RGB
CMYK
RGB Variations
Color information
#BDEBD7 (or 0xBDEBD7) is known color: Aero Blue. HEX triplet: BD, EB and D7. RGB value is (189,235,215). Sum of RGB (Red+Green+Blue) = 189+235+215=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD7 is #421428. Grayscale: #DBDBDB. Windows color (decimal): -4330537 or 14150589. OLE color: 14150589.
HSL color Cylindrical-coordinate representation of color #BDEBD7: hue angle of 153.91º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBD7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 215 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.08 |
| HSL | 153.91º | 0.53% | 0.83% | - |
| HSV(B) | 153.91º | 0.2% | 0.92% | - |
| XYZ | 62.96 | 75.14 | 75.48 | - |
| YUV | 218.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 215 | 0.20 | 0 | 0.09 | 0.08 | 153.91 | 0.53 | 0.83 |
| Hex | BD | EB | D7 | 14 | 0 | 9 | 8 | 9A | 35 | 53 |
| Octal | 275 | 353 | 327 | 24 | 0 | 11 | 10 | 232 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11010111 | 10100 | 0 | 1001 | 1000 | 10011010 | 110101 | 1010011 |
Color Harmonies of #BDEBD7
Complementary color
Monochromatic Colors of #BDEBD7
Black with #BDEBD7
Text Example
Text Example
White with #BDEBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBD7; }
p { color: rgb(189,235,215); }
H1.HeaderClassName
{
color: #BDEBD7;
}
.AnyTagClassName
{
color: #BDEBD7;
}
</style>
background-color css
<style>
a { background-color: #BDEBD7; }
a { background-color: rgb(189,235,215); }
div.DivClassName
{
background-color: #BDEBD7;
}
.BgClassName
{
background-color: #BDEBD7;
}
</style>
border-color css
<style>
span { border-color: #BDEBD7; }
span { border-color: rgb(189,235,215); }
td.TdClassName
{
border-color: #BDEBD7;
}
.TagClassName
{
border-color: #BDEBD7;
}
</style>