Shades of Aero Blue #BDE2D0
Tints of Aero Blue #BDE2D0
RGB
CMYK
RGB Variations
Color information
#BDE2D0 (or 0xBDE2D0) is known color: Aero Blue. HEX triplet: BD, E2 and D0. RGB value is (189,226,208). Sum of RGB (Red+Green+Blue) = 189+226+208=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2D0 is #421D2F. Grayscale: #D4D4D4. Windows color (decimal): -4332848 or 13689533. OLE color: 13689533.
HSL color Cylindrical-coordinate representation of color #BDE2D0: hue angle of 150.81º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2D0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 208 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.11 |
| HSL | 150.81º | 0.39% | 0.81% | - |
| HSV(B) | 150.81º | 0.16% | 0.89% | - |
| XYZ | 59.57 | 69.77 | 70 | - |
| YUV | 212.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 208 | 0.16 | 0 | 0.08 | 0.11 | 150.81 | 0.39 | 0.81 |
| Hex | BD | E2 | D0 | 10 | 0 | 8 | B | 97 | 27 | 51 |
| Octal | 275 | 342 | 320 | 20 | 0 | 10 | 13 | 227 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11010000 | 10000 | 0 | 1000 | 1011 | 10010111 | 100111 | 1010001 |
Color Harmonies of #BDE2D0
Complementary color
Monochromatic Colors of #BDE2D0
Black with #BDE2D0
Text Example
Text Example
White with #BDE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2D0; }
p { color: rgb(189,226,208); }
H1.HeaderClassName
{
color: #BDE2D0;
}
.AnyTagClassName
{
color: #BDE2D0;
}
</style>
background-color css
<style>
a { background-color: #BDE2D0; }
a { background-color: rgb(189,226,208); }
div.DivClassName
{
background-color: #BDE2D0;
}
.BgClassName
{
background-color: #BDE2D0;
}
</style>
border-color css
<style>
span { border-color: #BDE2D0; }
span { border-color: rgb(189,226,208); }
td.TdClassName
{
border-color: #BDE2D0;
}
.TagClassName
{
border-color: #BDE2D0;
}
</style>