Shades of Aero Blue #BDEDD2
Tints of Aero Blue #BDEDD2
RGB
CMYK
RGB Variations
Color information
#BDEDD2 (or 0xBDEDD2) is known color: Aero Blue. HEX triplet: BD, ED and D2. RGB value is (189,237,210). Sum of RGB (Red+Green+Blue) = 189+237+210=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD2 is #42122D. Grayscale: #DBDBDB. Windows color (decimal): -4330030 or 13823421. OLE color: 13823421.
HSL color Cylindrical-coordinate representation of color #BDEDD2: hue angle of 146.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDD2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 210 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.07 |
| HSL | 146.25º | 0.57% | 0.84% | - |
| HSV(B) | 146.25º | 0.2% | 0.93% | - |
| XYZ | 62.9 | 76.04 | 72.33 | - |
| YUV | 219.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 210 | 0.20 | 0 | 0.11 | 0.07 | 146.25 | 0.57 | 0.84 |
| Hex | BD | ED | D2 | 14 | 0 | B | 7 | 92 | 39 | 54 |
| Octal | 275 | 355 | 322 | 24 | 0 | 13 | 7 | 222 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11010010 | 10100 | 0 | 1011 | 111 | 10010010 | 111001 | 1010100 |
Color Harmonies of #BDEDD2
Complementary color
Monochromatic Colors of #BDEDD2
Black with #BDEDD2
Text Example
Text Example
White with #BDEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDD2; }
p { color: rgb(189,237,210); }
H1.HeaderClassName
{
color: #BDEDD2;
}
.AnyTagClassName
{
color: #BDEDD2;
}
</style>
background-color css
<style>
a { background-color: #BDEDD2; }
a { background-color: rgb(189,237,210); }
div.DivClassName
{
background-color: #BDEDD2;
}
.BgClassName
{
background-color: #BDEDD2;
}
</style>
border-color css
<style>
span { border-color: #BDEDD2; }
span { border-color: rgb(189,237,210); }
td.TdClassName
{
border-color: #BDEDD2;
}
.TagClassName
{
border-color: #BDEDD2;
}
</style>