Shades of Aero Blue #BDECD4
Tints of Aero Blue #BDECD4
RGB
CMYK
RGB Variations
Color information
#BDECD4 (or 0xBDECD4) is known color: Aero Blue. HEX triplet: BD, EC and D4. RGB value is (189,236,212). Sum of RGB (Red+Green+Blue) = 189+236+212=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD4 is #42132B. Grayscale: #DBDBDB. Windows color (decimal): -4330284 or 13954237. OLE color: 13954237.
HSL color Cylindrical-coordinate representation of color #BDECD4: hue angle of 149.36º 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 #BDECD4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 212 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.07 |
| HSL | 149.36º | 0.55% | 0.83% | - |
| HSV(B) | 149.36º | 0.2% | 0.93% | - |
| XYZ | 62.87 | 75.56 | 73.56 | - |
| YUV | 219.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 212 | 0.20 | 0 | 0.10 | 0.07 | 149.36 | 0.55 | 0.83 |
| Hex | BD | EC | D4 | 14 | 0 | A | 7 | 95 | 37 | 53 |
| Octal | 275 | 354 | 324 | 24 | 0 | 12 | 7 | 225 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11010100 | 10100 | 0 | 1010 | 111 | 10010101 | 110111 | 1010011 |
Color Harmonies of #BDECD4
Complementary color
Monochromatic Colors of #BDECD4
Black with #BDECD4
Text Example
Text Example
White with #BDECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECD4; }
p { color: rgb(189,236,212); }
H1.HeaderClassName
{
color: #BDECD4;
}
.AnyTagClassName
{
color: #BDECD4;
}
</style>
background-color css
<style>
a { background-color: #BDECD4; }
a { background-color: rgb(189,236,212); }
div.DivClassName
{
background-color: #BDECD4;
}
.BgClassName
{
background-color: #BDECD4;
}
</style>
border-color css
<style>
span { border-color: #BDECD4; }
span { border-color: rgb(189,236,212); }
td.TdClassName
{
border-color: #BDECD4;
}
.TagClassName
{
border-color: #BDECD4;
}
</style>