Shades of Beryl Green #BEC2AA
Tints of Beryl Green #BEC2AA
RGB
CMYK
RGB Variations
Color information
#BEC2AA (or 0xBEC2AA) is known color: Beryl Green. HEX triplet: BE, C2 and AA. RGB value is (190,194,170). Sum of RGB (Red+Green+Blue) = 190+194+170=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2AA is #413D55. Grayscale: #BEBEBE. Windows color (decimal): -4275542 or 11190974. OLE color: 11190974.
HSL color Cylindrical-coordinate representation of color #BEC2AA: hue angle of 70º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC2AA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 170 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.24 |
| HSL | 70º | 0.16% | 0.71% | - |
| HSV(B) | 70º | 0.12% | 0.76% | - |
| XYZ | 47.78 | 52.43 | 45.63 | - |
| YUV | 190.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 170 | 0.02 | 0 | 0.12 | 0.24 | 70 | 0.16 | 0.71 |
| Hex | BE | C2 | AA | 2 | 0 | C | 18 | 46 | 10 | 47 |
| Octal | 276 | 302 | 252 | 2 | 0 | 14 | 30 | 106 | 20 | 107 |
| Binary | 10111110 | 11000010 | 10101010 | 10 | 0 | 1100 | 11000 | 1000110 | 10000 | 1000111 |
Color Harmonies of #BEC2AA
Complementary color
Monochromatic Colors of #BEC2AA
Black with #BEC2AA
Text Example
Text Example
White with #BEC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2AA; }
p { color: rgb(190,194,170); }
H1.HeaderClassName
{
color: #BEC2AA;
}
.AnyTagClassName
{
color: #BEC2AA;
}
</style>
background-color css
<style>
a { background-color: #BEC2AA; }
a { background-color: rgb(190,194,170); }
div.DivClassName
{
background-color: #BEC2AA;
}
.BgClassName
{
background-color: #BEC2AA;
}
</style>
border-color css
<style>
span { border-color: #BEC2AA; }
span { border-color: rgb(190,194,170); }
td.TdClassName
{
border-color: #BEC2AA;
}
.TagClassName
{
border-color: #BEC2AA;
}
</style>