Shades of Aero Blue #BDEAD0
Tints of Aero Blue #BDEAD0
RGB
CMYK
RGB Variations
Color information
#BDEAD0 (or 0xBDEAD0) is known color: Aero Blue. HEX triplet: BD, EA and D0. RGB value is (189,234,208). Sum of RGB (Red+Green+Blue) = 189+234+208=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD0 is #42152F. Grayscale: #D9D9D9. Windows color (decimal): -4330800 or 13691581. OLE color: 13691581.
HSL color Cylindrical-coordinate representation of color #BDEAD0: hue angle of 145.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAD0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 208 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.08 |
| HSL | 145.33º | 0.52% | 0.83% | - |
| HSV(B) | 145.33º | 0.19% | 0.92% | - |
| XYZ | 61.79 | 74.22 | 70.74 | - |
| YUV | 217.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 208 | 0.19 | 0 | 0.11 | 0.08 | 145.33 | 0.52 | 0.83 |
| Hex | BD | EA | D0 | 13 | 0 | B | 8 | 91 | 34 | 53 |
| Octal | 275 | 352 | 320 | 23 | 0 | 13 | 10 | 221 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11010000 | 10011 | 0 | 1011 | 1000 | 10010001 | 110100 | 1010011 |
Color Harmonies of #BDEAD0
Complementary color
Monochromatic Colors of #BDEAD0
Black with #BDEAD0
Text Example
Text Example
White with #BDEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAD0; }
p { color: rgb(189,234,208); }
H1.HeaderClassName
{
color: #BDEAD0;
}
.AnyTagClassName
{
color: #BDEAD0;
}
</style>
background-color css
<style>
a { background-color: #BDEAD0; }
a { background-color: rgb(189,234,208); }
div.DivClassName
{
background-color: #BDEAD0;
}
.BgClassName
{
background-color: #BDEAD0;
}
</style>
border-color css
<style>
span { border-color: #BDEAD0; }
span { border-color: rgb(189,234,208); }
td.TdClassName
{
border-color: #BDEAD0;
}
.TagClassName
{
border-color: #BDEAD0;
}
</style>