Shades of Aero Blue #BDECD5
Tints of Aero Blue #BDECD5
RGB
CMYK
RGB Variations
Color information
#BDECD5 (or 0xBDECD5) is known color: Aero Blue. HEX triplet: BD, EC and D5. RGB value is (189,236,213). Sum of RGB (Red+Green+Blue) = 189+236+213=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD5 is #42132A. Grayscale: #DBDBDB. Windows color (decimal): -4330283 or 14019773. OLE color: 14019773.
HSL color Cylindrical-coordinate representation of color #BDECD5: hue angle of 150.64º 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 #BDECD5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 213 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.07 |
| HSL | 150.64º | 0.55% | 0.83% | - |
| HSV(B) | 150.64º | 0.2% | 0.93% | - |
| XYZ | 62.99 | 75.61 | 74.23 | - |
| YUV | 219.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 213 | 0.20 | 0 | 0.10 | 0.07 | 150.64 | 0.55 | 0.83 |
| Hex | BD | EC | D5 | 14 | 0 | A | 7 | 97 | 37 | 53 |
| Octal | 275 | 354 | 325 | 24 | 0 | 12 | 7 | 227 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11010101 | 10100 | 0 | 1010 | 111 | 10010111 | 110111 | 1010011 |
Color Harmonies of #BDECD5
Complementary color
Monochromatic Colors of #BDECD5
Black with #BDECD5
Text Example
Text Example
White with #BDECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECD5; }
p { color: rgb(189,236,213); }
H1.HeaderClassName
{
color: #BDECD5;
}
.AnyTagClassName
{
color: #BDECD5;
}
</style>
background-color css
<style>
a { background-color: #BDECD5; }
a { background-color: rgb(189,236,213); }
div.DivClassName
{
background-color: #BDECD5;
}
.BgClassName
{
background-color: #BDECD5;
}
</style>
border-color css
<style>
span { border-color: #BDECD5; }
span { border-color: rgb(189,236,213); }
td.TdClassName
{
border-color: #BDECD5;
}
.TagClassName
{
border-color: #BDECD5;
}
</style>