Shades of Aero Blue #BDEAD5
Tints of Aero Blue #BDEAD5
RGB
CMYK
RGB Variations
Color information
#BDEAD5 (or 0xBDEAD5) is known color: Aero Blue. HEX triplet: BD, EA and D5. RGB value is (189,234,213). Sum of RGB (Red+Green+Blue) = 189+234+213=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAD5 is #42152A. Grayscale: #DADADA. Windows color (decimal): -4330795 or 14019261. OLE color: 14019261.
HSL color Cylindrical-coordinate representation of color #BDEAD5: hue angle of 152º 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 #BDEAD5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 213 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.08 |
| HSL | 152º | 0.52% | 0.83% | - |
| HSV(B) | 152º | 0.19% | 0.92% | - |
| XYZ | 62.42 | 74.47 | 74.03 | - |
| YUV | 218.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 213 | 0.19 | 0 | 0.09 | 0.08 | 152 | 0.52 | 0.83 |
| Hex | BD | EA | D5 | 13 | 0 | 9 | 8 | 98 | 34 | 53 |
| Octal | 275 | 352 | 325 | 23 | 0 | 11 | 10 | 230 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11010101 | 10011 | 0 | 1001 | 1000 | 10011000 | 110100 | 1010011 |
Color Harmonies of #BDEAD5
Complementary color
Monochromatic Colors of #BDEAD5
Black with #BDEAD5
Text Example
Text Example
White with #BDEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAD5; }
p { color: rgb(189,234,213); }
H1.HeaderClassName
{
color: #BDEAD5;
}
.AnyTagClassName
{
color: #BDEAD5;
}
</style>
background-color css
<style>
a { background-color: #BDEAD5; }
a { background-color: rgb(189,234,213); }
div.DivClassName
{
background-color: #BDEAD5;
}
.BgClassName
{
background-color: #BDEAD5;
}
</style>
border-color css
<style>
span { border-color: #BDEAD5; }
span { border-color: rgb(189,234,213); }
td.TdClassName
{
border-color: #BDEAD5;
}
.TagClassName
{
border-color: #BDEAD5;
}
</style>