Shades of Beryl Green #BEC0A3
Tints of Beryl Green #BEC0A3
RGB
CMYK
RGB Variations
Color information
#BEC0A3 (or 0xBEC0A3) is known color: Beryl Green. HEX triplet: BE, C0 and A3. RGB value is (190,192,163). Sum of RGB (Red+Green+Blue) = 190+192+163=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0A3 is #413F5C. Grayscale: #BCBCBC. Windows color (decimal): -4276061 or 10731710. OLE color: 10731710.
HSL color Cylindrical-coordinate representation of color #BEC0A3: hue angle of 64.14º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC0A3 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 163 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.25 |
| HSL | 64.14º | 0.19% | 0.7% | - |
| HSV(B) | 64.14º | 0.15% | 0.75% | - |
| XYZ | 46.7 | 51.29 | 42.09 | - |
| YUV | 188.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 163 | 0.01 | 0 | 0.15 | 0.25 | 64.14 | 0.19 | 0.7 |
| Hex | BE | C0 | A3 | 1 | 0 | F | 19 | 40 | 13 | 46 |
| Octal | 276 | 300 | 243 | 1 | 0 | 17 | 31 | 100 | 23 | 106 |
| Binary | 10111110 | 11000000 | 10100011 | 1 | 0 | 1111 | 11001 | 1000000 | 10011 | 1000110 |
Color Harmonies of #BEC0A3
Complementary color
Monochromatic Colors of #BEC0A3
Black with #BEC0A3
Text Example
Text Example
White with #BEC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0A3; }
p { color: rgb(190,192,163); }
H1.HeaderClassName
{
color: #BEC0A3;
}
.AnyTagClassName
{
color: #BEC0A3;
}
</style>
background-color css
<style>
a { background-color: #BEC0A3; }
a { background-color: rgb(190,192,163); }
div.DivClassName
{
background-color: #BEC0A3;
}
.BgClassName
{
background-color: #BEC0A3;
}
</style>
border-color css
<style>
span { border-color: #BEC0A3; }
span { border-color: rgb(190,192,163); }
td.TdClassName
{
border-color: #BEC0A3;
}
.TagClassName
{
border-color: #BEC0A3;
}
</style>