Shades of Aero Blue #BEECD7
Tints of Aero Blue #BEECD7
RGB
CMYK
RGB Variations
Color information
#BEECD7 (or 0xBEECD7) is known color: Aero Blue. HEX triplet: BE, EC and D7. RGB value is (190,236,215). Sum of RGB (Red+Green+Blue) = 190+236+215=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECD7 is #411328. Grayscale: #DBDBDB. Windows color (decimal): -4264745 or 14150846. OLE color: 14150846.
HSL color Cylindrical-coordinate representation of color #BEECD7: hue angle of 152.61º 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 #BEECD7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 215 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.07 |
| HSL | 152.61º | 0.55% | 0.84% | - |
| HSV(B) | 152.61º | 0.19% | 0.93% | - |
| XYZ | 63.5 | 75.84 | 75.58 | - |
| YUV | 219.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 215 | 0.19 | 0 | 0.09 | 0.07 | 152.61 | 0.55 | 0.84 |
| Hex | BE | EC | D7 | 13 | 0 | 9 | 7 | 99 | 37 | 54 |
| Octal | 276 | 354 | 327 | 23 | 0 | 11 | 7 | 231 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11010111 | 10011 | 0 | 1001 | 111 | 10011001 | 110111 | 1010100 |
Color Harmonies of #BEECD7
Complementary color
Monochromatic Colors of #BEECD7
Black with #BEECD7
Text Example
Text Example
White with #BEECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECD7; }
p { color: rgb(190,236,215); }
H1.HeaderClassName
{
color: #BEECD7;
}
.AnyTagClassName
{
color: #BEECD7;
}
</style>
background-color css
<style>
a { background-color: #BEECD7; }
a { background-color: rgb(190,236,215); }
div.DivClassName
{
background-color: #BEECD7;
}
.BgClassName
{
background-color: #BEECD7;
}
</style>
border-color css
<style>
span { border-color: #BEECD7; }
span { border-color: rgb(190,236,215); }
td.TdClassName
{
border-color: #BEECD7;
}
.TagClassName
{
border-color: #BEECD7;
}
</style>