Shades of Beryl Green #BEC0A2
Tints of Beryl Green #BEC0A2
RGB
CMYK
RGB Variations
Color information
#BEC0A2 (or 0xBEC0A2) is known color: Beryl Green. HEX triplet: BE, C0 and A2. RGB value is (190,192,162). Sum of RGB (Red+Green+Blue) = 190+192+162=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0A2 is #413F5D. Grayscale: #BCBCBC. Windows color (decimal): -4276062 or 10666174. OLE color: 10666174.
HSL color Cylindrical-coordinate representation of color #BEC0A2: hue angle of 64º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC0A2 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 162 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.25 |
| HSL | 64º | 0.19% | 0.69% | - |
| HSV(B) | 64º | 0.16% | 0.75% | - |
| XYZ | 46.61 | 51.26 | 41.62 | - |
| YUV | 187.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 162 | 0.01 | 0 | 0.16 | 0.25 | 64 | 0.19 | 0.69 |
| Hex | BE | C0 | A2 | 1 | 0 | 10 | 19 | 40 | 13 | 45 |
| Octal | 276 | 300 | 242 | 1 | 0 | 20 | 31 | 100 | 23 | 105 |
| Binary | 10111110 | 11000000 | 10100010 | 1 | 0 | 10000 | 11001 | 1000000 | 10011 | 1000101 |
Color Harmonies of #BEC0A2
Complementary color
Monochromatic Colors of #BEC0A2
Black with #BEC0A2
Text Example
Text Example
White with #BEC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0A2; }
p { color: rgb(190,192,162); }
H1.HeaderClassName
{
color: #BEC0A2;
}
.AnyTagClassName
{
color: #BEC0A2;
}
</style>
background-color css
<style>
a { background-color: #BEC0A2; }
a { background-color: rgb(190,192,162); }
div.DivClassName
{
background-color: #BEC0A2;
}
.BgClassName
{
background-color: #BEC0A2;
}
</style>
border-color css
<style>
span { border-color: #BEC0A2; }
span { border-color: rgb(190,192,162); }
td.TdClassName
{
border-color: #BEC0A2;
}
.TagClassName
{
border-color: #BEC0A2;
}
</style>