Shades of Aero Blue #BDE6D7
Tints of Aero Blue #BDE6D7
RGB
CMYK
RGB Variations
Color information
#BDE6D7 (or 0xBDE6D7) is known color: Aero Blue. HEX triplet: BD, E6 and D7. RGB value is (189,230,215). Sum of RGB (Red+Green+Blue) = 189+230+215=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6D7 is #421928. Grayscale: #D8D8D8. Windows color (decimal): -4331817 or 14149309. OLE color: 14149309.
HSL color Cylindrical-coordinate representation of color #BDE6D7: hue angle of 158.05º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6D7 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 215 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.10 |
| HSL | 158.05º | 0.45% | 0.82% | - |
| HSV(B) | 158.05º | 0.18% | 0.9% | - |
| XYZ | 61.55 | 72.32 | 75 | - |
| YUV | 216.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 215 | 0.18 | 0 | 0.07 | 0.10 | 158.05 | 0.45 | 0.82 |
| Hex | BD | E6 | D7 | 12 | 0 | 7 | A | 9E | 2D | 52 |
| Octal | 275 | 346 | 327 | 22 | 0 | 7 | 12 | 236 | 55 | 122 |
| Binary | 10111101 | 11100110 | 11010111 | 10010 | 0 | 111 | 1010 | 10011110 | 101101 | 1010010 |
Color Harmonies of #BDE6D7
Complementary color
Monochromatic Colors of #BDE6D7
Black with #BDE6D7
Text Example
Text Example
White with #BDE6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6D7; }
p { color: rgb(189,230,215); }
H1.HeaderClassName
{
color: #BDE6D7;
}
.AnyTagClassName
{
color: #BDE6D7;
}
</style>
background-color css
<style>
a { background-color: #BDE6D7; }
a { background-color: rgb(189,230,215); }
div.DivClassName
{
background-color: #BDE6D7;
}
.BgClassName
{
background-color: #BDE6D7;
}
</style>
border-color css
<style>
span { border-color: #BDE6D7; }
span { border-color: rgb(189,230,215); }
td.TdClassName
{
border-color: #BDE6D7;
}
.TagClassName
{
border-color: #BDE6D7;
}
</style>