Shades of Aero Blue #BDE4D5
Tints of Aero Blue #BDE4D5
RGB
CMYK
RGB Variations
Color information
#BDE4D5 (or 0xBDE4D5) is known color: Aero Blue. HEX triplet: BD, E4 and D5. RGB value is (189,228,213). Sum of RGB (Red+Green+Blue) = 189+228+213=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D5 is #421B2A. Grayscale: #D6D6D6. Windows color (decimal): -4332331 or 14017725. OLE color: 14017725.
HSL color Cylindrical-coordinate representation of color #BDE4D5: hue angle of 156.92º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4D5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 213 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.11 |
| HSL | 156.92º | 0.42% | 0.82% | - |
| HSV(B) | 156.92º | 0.17% | 0.89% | - |
| XYZ | 60.74 | 71.11 | 73.48 | - |
| YUV | 214.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 213 | 0.17 | 0 | 0.07 | 0.11 | 156.92 | 0.42 | 0.82 |
| Hex | BD | E4 | D5 | 11 | 0 | 7 | B | 9D | 2A | 52 |
| Octal | 275 | 344 | 325 | 21 | 0 | 7 | 13 | 235 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11010101 | 10001 | 0 | 111 | 1011 | 10011101 | 101010 | 1010010 |
Color Harmonies of #BDE4D5
Complementary color
Monochromatic Colors of #BDE4D5
Black with #BDE4D5
Text Example
Text Example
White with #BDE4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4D5; }
p { color: rgb(189,228,213); }
H1.HeaderClassName
{
color: #BDE4D5;
}
.AnyTagClassName
{
color: #BDE4D5;
}
</style>
background-color css
<style>
a { background-color: #BDE4D5; }
a { background-color: rgb(189,228,213); }
div.DivClassName
{
background-color: #BDE4D5;
}
.BgClassName
{
background-color: #BDE4D5;
}
</style>
border-color css
<style>
span { border-color: #BDE4D5; }
span { border-color: rgb(189,228,213); }
td.TdClassName
{
border-color: #BDE4D5;
}
.TagClassName
{
border-color: #BDE4D5;
}
</style>