Shades of Aero Blue #BDE3D4
Tints of Aero Blue #BDE3D4
RGB
CMYK
RGB Variations
Color information
#BDE3D4 (or 0xBDE3D4) is known color: Aero Blue. HEX triplet: BD, E3 and D4. RGB value is (189,227,212). Sum of RGB (Red+Green+Blue) = 189+227+212=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3D4 is #421C2B. Grayscale: #D5D5D5. Windows color (decimal): -4332588 or 13951933. OLE color: 13951933.
HSL color Cylindrical-coordinate representation of color #BDE3D4: hue angle of 156.32º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3D4 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 212 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.11 |
| HSL | 156.32º | 0.4% | 0.82% | - |
| HSV(B) | 156.32º | 0.17% | 0.89% | - |
| XYZ | 60.34 | 70.51 | 72.72 | - |
| YUV | 213.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 212 | 0.17 | 0 | 0.07 | 0.11 | 156.32 | 0.4 | 0.82 |
| Hex | BD | E3 | D4 | 11 | 0 | 7 | B | 9C | 28 | 52 |
| Octal | 275 | 343 | 324 | 21 | 0 | 7 | 13 | 234 | 50 | 122 |
| Binary | 10111101 | 11100011 | 11010100 | 10001 | 0 | 111 | 1011 | 10011100 | 101000 | 1010010 |
Color Harmonies of #BDE3D4
Complementary color
Monochromatic Colors of #BDE3D4
Black with #BDE3D4
Text Example
Text Example
White with #BDE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3D4; }
p { color: rgb(189,227,212); }
H1.HeaderClassName
{
color: #BDE3D4;
}
.AnyTagClassName
{
color: #BDE3D4;
}
</style>
background-color css
<style>
a { background-color: #BDE3D4; }
a { background-color: rgb(189,227,212); }
div.DivClassName
{
background-color: #BDE3D4;
}
.BgClassName
{
background-color: #BDE3D4;
}
</style>
border-color css
<style>
span { border-color: #BDE3D4; }
span { border-color: rgb(189,227,212); }
td.TdClassName
{
border-color: #BDE3D4;
}
.TagClassName
{
border-color: #BDE3D4;
}
</style>