Shades of Aero Blue #BEECD5
Tints of Aero Blue #BEECD5
RGB
CMYK
RGB Variations
Color information
#BEECD5 (or 0xBEECD5) is known color: Aero Blue. HEX triplet: BE, EC and D5. RGB value is (190,236,213). Sum of RGB (Red+Green+Blue) = 190+236+213=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECD5 is #41132A. Grayscale: #DBDBDB. Windows color (decimal): -4264747 or 14019774. OLE color: 14019774.
HSL color Cylindrical-coordinate representation of color #BEECD5: hue angle of 150º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECD5 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 213 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.07 |
| HSL | 150º | 0.55% | 0.84% | - |
| HSV(B) | 150º | 0.19% | 0.93% | - |
| XYZ | 63.24 | 75.74 | 74.24 | - |
| YUV | 219.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 213 | 0.19 | 0 | 0.10 | 0.07 | 150 | 0.55 | 0.84 |
| Hex | BE | EC | D5 | 13 | 0 | A | 7 | 96 | 37 | 54 |
| Octal | 276 | 354 | 325 | 23 | 0 | 12 | 7 | 226 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11010101 | 10011 | 0 | 1010 | 111 | 10010110 | 110111 | 1010100 |
Color Harmonies of #BEECD5
Complementary color
Monochromatic Colors of #BEECD5
Black with #BEECD5
Text Example
Text Example
White with #BEECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECD5; }
p { color: rgb(190,236,213); }
H1.HeaderClassName
{
color: #BEECD5;
}
.AnyTagClassName
{
color: #BEECD5;
}
</style>
background-color css
<style>
a { background-color: #BEECD5; }
a { background-color: rgb(190,236,213); }
div.DivClassName
{
background-color: #BEECD5;
}
.BgClassName
{
background-color: #BEECD5;
}
</style>
border-color css
<style>
span { border-color: #BEECD5; }
span { border-color: rgb(190,236,213); }
td.TdClassName
{
border-color: #BEECD5;
}
.TagClassName
{
border-color: #BEECD5;
}
</style>