Shades of Aero Blue #BDE4D6
Tints of Aero Blue #BDE4D6
RGB
CMYK
RGB Variations
Color information
#BDE4D6 (or 0xBDE4D6) is known color: Aero Blue. HEX triplet: BD, E4 and D6. RGB value is (189,228,214). Sum of RGB (Red+Green+Blue) = 189+228+214=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D6 is #421B29. Grayscale: #D6D6D6. Windows color (decimal): -4332330 or 14083261. OLE color: 14083261.
HSL color Cylindrical-coordinate representation of color #BDE4D6: hue angle of 158.46º 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 #BDE4D6 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 214 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.11 |
| HSL | 158.46º | 0.42% | 0.82% | - |
| HSV(B) | 158.46º | 0.17% | 0.89% | - |
| XYZ | 60.87 | 71.16 | 74.15 | - |
| YUV | 214.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 214 | 0.17 | 0 | 0.06 | 0.11 | 158.46 | 0.42 | 0.82 |
| Hex | BD | E4 | D6 | 11 | 0 | 6 | B | 9E | 2A | 52 |
| Octal | 275 | 344 | 326 | 21 | 0 | 6 | 13 | 236 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11010110 | 10001 | 0 | 110 | 1011 | 10011110 | 101010 | 1010010 |
Color Harmonies of #BDE4D6
Complementary color
Monochromatic Colors of #BDE4D6
Black with #BDE4D6
Text Example
Text Example
White with #BDE4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4D6; }
p { color: rgb(189,228,214); }
H1.HeaderClassName
{
color: #BDE4D6;
}
.AnyTagClassName
{
color: #BDE4D6;
}
</style>
background-color css
<style>
a { background-color: #BDE4D6; }
a { background-color: rgb(189,228,214); }
div.DivClassName
{
background-color: #BDE4D6;
}
.BgClassName
{
background-color: #BDE4D6;
}
</style>
border-color css
<style>
span { border-color: #BDE4D6; }
span { border-color: rgb(189,228,214); }
td.TdClassName
{
border-color: #BDE4D6;
}
.TagClassName
{
border-color: #BDE4D6;
}
</style>