Shades of Aero Blue #BDE0D2
Tints of Aero Blue #BDE0D2
RGB
CMYK
RGB Variations
Color information
#BDE0D2 (or 0xBDE0D2) is known color: Aero Blue. HEX triplet: BD, E0 and D2. RGB value is (189,224,210). Sum of RGB (Red+Green+Blue) = 189+224+210=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D2 is #421F2D. Grayscale: #D3D3D3. Windows color (decimal): -4333358 or 13820093. OLE color: 13820093.
HSL color Cylindrical-coordinate representation of color #BDE0D2: hue angle of 156º degrees, saturation: 0.36, 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 #BDE0D2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 210 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.12 |
| HSL | 156º | 0.36% | 0.81% | - |
| HSV(B) | 156º | 0.16% | 0.88% | - |
| XYZ | 59.27 | 68.78 | 71.13 | - |
| YUV | 211.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 210 | 0.16 | 0 | 0.06 | 0.12 | 156 | 0.36 | 0.81 |
| Hex | BD | E0 | D2 | 10 | 0 | 6 | C | 9C | 24 | 51 |
| Octal | 275 | 340 | 322 | 20 | 0 | 6 | 14 | 234 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11010010 | 10000 | 0 | 110 | 1100 | 10011100 | 100100 | 1010001 |
Color Harmonies of #BDE0D2
Complementary color
Monochromatic Colors of #BDE0D2
Black with #BDE0D2
Text Example
Text Example
White with #BDE0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0D2; }
p { color: rgb(189,224,210); }
H1.HeaderClassName
{
color: #BDE0D2;
}
.AnyTagClassName
{
color: #BDE0D2;
}
</style>
background-color css
<style>
a { background-color: #BDE0D2; }
a { background-color: rgb(189,224,210); }
div.DivClassName
{
background-color: #BDE0D2;
}
.BgClassName
{
background-color: #BDE0D2;
}
</style>
border-color css
<style>
span { border-color: #BDE0D2; }
span { border-color: rgb(189,224,210); }
td.TdClassName
{
border-color: #BDE0D2;
}
.TagClassName
{
border-color: #BDE0D2;
}
</style>