Shades of Aero Blue #BDECD3
Tints of Aero Blue #BDECD3
RGB
CMYK
RGB Variations
Color information
#BDECD3 (or 0xBDECD3) is known color: Aero Blue. HEX triplet: BD, EC and D3. RGB value is (189,236,211). Sum of RGB (Red+Green+Blue) = 189+236+211=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD3 is #42132C. Grayscale: #DBDBDB. Windows color (decimal): -4330285 or 13888701. OLE color: 13888701.
HSL color Cylindrical-coordinate representation of color #BDECD3: hue angle of 148.09º 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 #BDECD3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 211 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.07 |
| HSL | 148.09º | 0.55% | 0.83% | - |
| HSV(B) | 148.09º | 0.2% | 0.93% | - |
| XYZ | 62.74 | 75.51 | 72.9 | - |
| YUV | 219.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 211 | 0.20 | 0 | 0.11 | 0.07 | 148.09 | 0.55 | 0.83 |
| Hex | BD | EC | D3 | 14 | 0 | B | 7 | 94 | 37 | 53 |
| Octal | 275 | 354 | 323 | 24 | 0 | 13 | 7 | 224 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11010011 | 10100 | 0 | 1011 | 111 | 10010100 | 110111 | 1010011 |
Color Harmonies of #BDECD3
Complementary color
Monochromatic Colors of #BDECD3
Black with #BDECD3
Text Example
Text Example
White with #BDECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECD3; }
p { color: rgb(189,236,211); }
H1.HeaderClassName
{
color: #BDECD3;
}
.AnyTagClassName
{
color: #BDECD3;
}
</style>
background-color css
<style>
a { background-color: #BDECD3; }
a { background-color: rgb(189,236,211); }
div.DivClassName
{
background-color: #BDECD3;
}
.BgClassName
{
background-color: #BDECD3;
}
</style>
border-color css
<style>
span { border-color: #BDECD3; }
span { border-color: rgb(189,236,211); }
td.TdClassName
{
border-color: #BDECD3;
}
.TagClassName
{
border-color: #BDECD3;
}
</style>