Shades of Aero Blue #BDE1CD
Tints of Aero Blue #BDE1CD
RGB
CMYK
RGB Variations
Color information
#BDE1CD (or 0xBDE1CD) is known color: Aero Blue. HEX triplet: BD, E1 and CD. RGB value is (189,225,205). Sum of RGB (Red+Green+Blue) = 189+225+205=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1CD is #421E32. Grayscale: #D4D4D4. Windows color (decimal): -4333107 or 13492669. OLE color: 13492669.
HSL color Cylindrical-coordinate representation of color #BDE1CD: hue angle of 146.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1CD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 205 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.12 |
| HSL | 146.67º | 0.38% | 0.81% | - |
| HSV(B) | 146.67º | 0.16% | 0.88% | - |
| XYZ | 58.93 | 69.08 | 67.98 | - |
| YUV | 211.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 205 | 0.16 | 0 | 0.09 | 0.12 | 146.67 | 0.38 | 0.81 |
| Hex | BD | E1 | CD | 10 | 0 | 9 | C | 93 | 26 | 51 |
| Octal | 275 | 341 | 315 | 20 | 0 | 11 | 14 | 223 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11001101 | 10000 | 0 | 1001 | 1100 | 10010011 | 100110 | 1010001 |
Color Harmonies of #BDE1CD
Complementary color
Monochromatic Colors of #BDE1CD
Black with #BDE1CD
Text Example
Text Example
White with #BDE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1CD; }
p { color: rgb(189,225,205); }
H1.HeaderClassName
{
color: #BDE1CD;
}
.AnyTagClassName
{
color: #BDE1CD;
}
</style>
background-color css
<style>
a { background-color: #BDE1CD; }
a { background-color: rgb(189,225,205); }
div.DivClassName
{
background-color: #BDE1CD;
}
.BgClassName
{
background-color: #BDE1CD;
}
</style>
border-color css
<style>
span { border-color: #BDE1CD; }
span { border-color: rgb(189,225,205); }
td.TdClassName
{
border-color: #BDE1CD;
}
.TagClassName
{
border-color: #BDE1CD;
}
</style>