Shades of Beryl Green #BEC0A7
Tints of Beryl Green #BEC0A7
RGB
CMYK
RGB Variations
Color information
#BEC0A7 (or 0xBEC0A7) is known color: Beryl Green. HEX triplet: BE, C0 and A7. RGB value is (190,192,167). Sum of RGB (Red+Green+Blue) = 190+192+167=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0A7 is #413F58. Grayscale: #BCBCBC. Windows color (decimal): -4276057 or 10993854. OLE color: 10993854.
HSL color Cylindrical-coordinate representation of color #BEC0A7: hue angle of 64.8º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC0A7 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 167 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.25 |
| HSL | 64.8º | 0.17% | 0.7% | - |
| HSV(B) | 64.8º | 0.13% | 0.75% | - |
| XYZ | 47.06 | 51.44 | 44.01 | - |
| YUV | 188.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 167 | 0.01 | 0 | 0.13 | 0.25 | 64.8 | 0.17 | 0.7 |
| Hex | BE | C0 | A7 | 1 | 0 | D | 19 | 41 | 11 | 46 |
| Octal | 276 | 300 | 247 | 1 | 0 | 15 | 31 | 101 | 21 | 106 |
| Binary | 10111110 | 11000000 | 10100111 | 1 | 0 | 1101 | 11001 | 1000001 | 10001 | 1000110 |
Color Harmonies of #BEC0A7
Complementary color
Monochromatic Colors of #BEC0A7
Black with #BEC0A7
Text Example
Text Example
White with #BEC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0A7; }
p { color: rgb(190,192,167); }
H1.HeaderClassName
{
color: #BEC0A7;
}
.AnyTagClassName
{
color: #BEC0A7;
}
</style>
background-color css
<style>
a { background-color: #BEC0A7; }
a { background-color: rgb(190,192,167); }
div.DivClassName
{
background-color: #BEC0A7;
}
.BgClassName
{
background-color: #BEC0A7;
}
</style>
border-color css
<style>
span { border-color: #BEC0A7; }
span { border-color: rgb(190,192,167); }
td.TdClassName
{
border-color: #BEC0A7;
}
.TagClassName
{
border-color: #BEC0A7;
}
</style>