Shades of Aero Blue #BDE6D0
Tints of Aero Blue #BDE6D0
RGB
CMYK
RGB Variations
Color information
#BDE6D0 (or 0xBDE6D0) is known color: Aero Blue. HEX triplet: BD, E6 and D0. RGB value is (189,230,208). Sum of RGB (Red+Green+Blue) = 189+230+208=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6D0 is #42192F. Grayscale: #D7D7D7. Windows color (decimal): -4331824 or 13690557. OLE color: 13690557.
HSL color Cylindrical-coordinate representation of color #BDE6D0: hue angle of 147.8º 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 #BDE6D0 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 208 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.10 |
| HSL | 147.8º | 0.45% | 0.82% | - |
| HSV(B) | 147.8º | 0.18% | 0.9% | - |
| XYZ | 60.67 | 71.97 | 70.37 | - |
| YUV | 215.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 208 | 0.18 | 0 | 0.10 | 0.10 | 147.8 | 0.45 | 0.82 |
| Hex | BD | E6 | D0 | 12 | 0 | A | A | 94 | 2D | 52 |
| Octal | 275 | 346 | 320 | 22 | 0 | 12 | 12 | 224 | 55 | 122 |
| Binary | 10111101 | 11100110 | 11010000 | 10010 | 0 | 1010 | 1010 | 10010100 | 101101 | 1010010 |
Color Harmonies of #BDE6D0
Complementary color
Monochromatic Colors of #BDE6D0
Black with #BDE6D0
Text Example
Text Example
White with #BDE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6D0; }
p { color: rgb(189,230,208); }
H1.HeaderClassName
{
color: #BDE6D0;
}
.AnyTagClassName
{
color: #BDE6D0;
}
</style>
background-color css
<style>
a { background-color: #BDE6D0; }
a { background-color: rgb(189,230,208); }
div.DivClassName
{
background-color: #BDE6D0;
}
.BgClassName
{
background-color: #BDE6D0;
}
</style>
border-color css
<style>
span { border-color: #BDE6D0; }
span { border-color: rgb(189,230,208); }
td.TdClassName
{
border-color: #BDE6D0;
}
.TagClassName
{
border-color: #BDE6D0;
}
</style>