Shades of Aero Blue #BDE1D3
Tints of Aero Blue #BDE1D3
RGB
CMYK
RGB Variations
Color information
#BDE1D3 (or 0xBDE1D3) is known color: Aero Blue. HEX triplet: BD, E1 and D3. RGB value is (189,225,211). Sum of RGB (Red+Green+Blue) = 189+225+211=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D3 is #421E2C. Grayscale: #D4D4D4. Windows color (decimal): -4333101 or 13885885. OLE color: 13885885.
HSL color Cylindrical-coordinate representation of color #BDE1D3: hue angle of 156.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 #BDE1D3 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 211 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.12 |
| HSL | 156.67º | 0.38% | 0.81% | - |
| HSV(B) | 156.67º | 0.16% | 0.88% | - |
| XYZ | 59.67 | 69.37 | 71.87 | - |
| YUV | 212.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 211 | 0.16 | 0 | 0.06 | 0.12 | 156.67 | 0.38 | 0.81 |
| Hex | BD | E1 | D3 | 10 | 0 | 6 | C | 9D | 26 | 51 |
| Octal | 275 | 341 | 323 | 20 | 0 | 6 | 14 | 235 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11010011 | 10000 | 0 | 110 | 1100 | 10011101 | 100110 | 1010001 |
Color Harmonies of #BDE1D3
Complementary color
Monochromatic Colors of #BDE1D3
Black with #BDE1D3
Text Example
Text Example
White with #BDE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1D3; }
p { color: rgb(189,225,211); }
H1.HeaderClassName
{
color: #BDE1D3;
}
.AnyTagClassName
{
color: #BDE1D3;
}
</style>
background-color css
<style>
a { background-color: #BDE1D3; }
a { background-color: rgb(189,225,211); }
div.DivClassName
{
background-color: #BDE1D3;
}
.BgClassName
{
background-color: #BDE1D3;
}
</style>
border-color css
<style>
span { border-color: #BDE1D3; }
span { border-color: rgb(189,225,211); }
td.TdClassName
{
border-color: #BDE1D3;
}
.TagClassName
{
border-color: #BDE1D3;
}
</style>