Shades of Aero Blue #BDECD1
Tints of Aero Blue #BDECD1
RGB
CMYK
RGB Variations
Color information
#BDECD1 (or 0xBDECD1) is known color: Aero Blue. HEX triplet: BD, EC and D1. RGB value is (189,236,209). Sum of RGB (Red+Green+Blue) = 189+236+209=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD1 is #42132E. Grayscale: #DADADA. Windows color (decimal): -4330287 or 13757629. OLE color: 13757629.
HSL color Cylindrical-coordinate representation of color #BDECD1: hue angle of 145.53º 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 #BDECD1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 209 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.07 |
| HSL | 145.53º | 0.55% | 0.83% | - |
| HSV(B) | 145.53º | 0.2% | 0.93% | - |
| XYZ | 62.49 | 75.41 | 71.58 | - |
| YUV | 218.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 209 | 0.20 | 0 | 0.11 | 0.07 | 145.53 | 0.55 | 0.83 |
| Hex | BD | EC | D1 | 14 | 0 | B | 7 | 92 | 37 | 53 |
| Octal | 275 | 354 | 321 | 24 | 0 | 13 | 7 | 222 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11010001 | 10100 | 0 | 1011 | 111 | 10010010 | 110111 | 1010011 |
Color Harmonies of #BDECD1
Complementary color
Monochromatic Colors of #BDECD1
Black with #BDECD1
Text Example
Text Example
White with #BDECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECD1; }
p { color: rgb(189,236,209); }
H1.HeaderClassName
{
color: #BDECD1;
}
.AnyTagClassName
{
color: #BDECD1;
}
</style>
background-color css
<style>
a { background-color: #BDECD1; }
a { background-color: rgb(189,236,209); }
div.DivClassName
{
background-color: #BDECD1;
}
.BgClassName
{
background-color: #BDECD1;
}
</style>
border-color css
<style>
span { border-color: #BDECD1; }
span { border-color: rgb(189,236,209); }
td.TdClassName
{
border-color: #BDECD1;
}
.TagClassName
{
border-color: #BDECD1;
}
</style>