Shades of Aero Blue #BDE7D3
Tints of Aero Blue #BDE7D3
RGB
CMYK
RGB Variations
Color information
#BDE7D3 (or 0xBDE7D3) is known color: Aero Blue. HEX triplet: BD, E7 and D3. RGB value is (189,231,211). Sum of RGB (Red+Green+Blue) = 189+231+211=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7D3 is #42182C. Grayscale: #D8D8D8. Windows color (decimal): -4331565 or 13887421. OLE color: 13887421.
HSL color Cylindrical-coordinate representation of color #BDE7D3: hue angle of 151.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7D3 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 211 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.09 |
| HSL | 151.43º | 0.47% | 0.82% | - |
| HSV(B) | 151.43º | 0.18% | 0.91% | - |
| XYZ | 61.32 | 72.67 | 72.42 | - |
| YUV | 216.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 211 | 0.18 | 0 | 0.09 | 0.09 | 151.43 | 0.47 | 0.82 |
| Hex | BD | E7 | D3 | 12 | 0 | 9 | 9 | 97 | 2F | 52 |
| Octal | 275 | 347 | 323 | 22 | 0 | 11 | 11 | 227 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11010011 | 10010 | 0 | 1001 | 1001 | 10010111 | 101111 | 1010010 |
Color Harmonies of #BDE7D3
Complementary color
Monochromatic Colors of #BDE7D3
Black with #BDE7D3
Text Example
Text Example
White with #BDE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7D3; }
p { color: rgb(189,231,211); }
H1.HeaderClassName
{
color: #BDE7D3;
}
.AnyTagClassName
{
color: #BDE7D3;
}
</style>
background-color css
<style>
a { background-color: #BDE7D3; }
a { background-color: rgb(189,231,211); }
div.DivClassName
{
background-color: #BDE7D3;
}
.BgClassName
{
background-color: #BDE7D3;
}
</style>
border-color css
<style>
span { border-color: #BDE7D3; }
span { border-color: rgb(189,231,211); }
td.TdClassName
{
border-color: #BDE7D3;
}
.TagClassName
{
border-color: #BDE7D3;
}
</style>