Shades of Aero Blue #BDECD6
Tints of Aero Blue #BDECD6
RGB
CMYK
RGB Variations
Color information
#BDECD6 (or 0xBDECD6) is known color: Aero Blue. HEX triplet: BD, EC and D6. RGB value is (189,236,214). Sum of RGB (Red+Green+Blue) = 189+236+214=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD6 is #421329. Grayscale: #DBDBDB. Windows color (decimal): -4330282 or 14085309. OLE color: 14085309.
HSL color Cylindrical-coordinate representation of color #BDECD6: hue angle of 151.91º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECD6 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 214 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.07 |
| HSL | 151.91º | 0.55% | 0.83% | - |
| HSV(B) | 151.91º | 0.2% | 0.93% | - |
| XYZ | 63.12 | 75.66 | 74.9 | - |
| YUV | 219.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 214 | 0.20 | 0 | 0.09 | 0.07 | 151.91 | 0.55 | 0.83 |
| Hex | BD | EC | D6 | 14 | 0 | 9 | 7 | 98 | 37 | 53 |
| Octal | 275 | 354 | 326 | 24 | 0 | 11 | 7 | 230 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11010110 | 10100 | 0 | 1001 | 111 | 10011000 | 110111 | 1010011 |
Color Harmonies of #BDECD6
Complementary color
Monochromatic Colors of #BDECD6
Black with #BDECD6
Text Example
Text Example
White with #BDECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECD6; }
p { color: rgb(189,236,214); }
H1.HeaderClassName
{
color: #BDECD6;
}
.AnyTagClassName
{
color: #BDECD6;
}
</style>
background-color css
<style>
a { background-color: #BDECD6; }
a { background-color: rgb(189,236,214); }
div.DivClassName
{
background-color: #BDECD6;
}
.BgClassName
{
background-color: #BDECD6;
}
</style>
border-color css
<style>
span { border-color: #BDECD6; }
span { border-color: rgb(189,236,214); }
td.TdClassName
{
border-color: #BDECD6;
}
.TagClassName
{
border-color: #BDECD6;
}
</style>