Shades of Beryl Green #BEC1A3
Tints of Beryl Green #BEC1A3
RGB
CMYK
RGB Variations
Color information
#BEC1A3 (or 0xBEC1A3) is known color: Beryl Green. HEX triplet: BE, C1 and A3. RGB value is (190,193,163). Sum of RGB (Red+Green+Blue) = 190+193+163=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1A3 is #413E5C. Grayscale: #BCBCBC. Windows color (decimal): -4275805 or 10731966. OLE color: 10731966.
HSL color Cylindrical-coordinate representation of color #BEC1A3: hue angle of 66º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC1A3 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 163 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.24 |
| HSL | 66º | 0.19% | 0.7% | - |
| HSV(B) | 66º | 0.16% | 0.76% | - |
| XYZ | 46.92 | 51.73 | 42.16 | - |
| YUV | 188.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 163 | 0.02 | 0 | 0.16 | 0.24 | 66 | 0.19 | 0.7 |
| Hex | BE | C1 | A3 | 2 | 0 | 10 | 18 | 42 | 13 | 46 |
| Octal | 276 | 301 | 243 | 2 | 0 | 20 | 30 | 102 | 23 | 106 |
| Binary | 10111110 | 11000001 | 10100011 | 10 | 0 | 10000 | 11000 | 1000010 | 10011 | 1000110 |
Color Harmonies of #BEC1A3
Complementary color
Monochromatic Colors of #BEC1A3
Black with #BEC1A3
Text Example
Text Example
White with #BEC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1A3; }
p { color: rgb(190,193,163); }
H1.HeaderClassName
{
color: #BEC1A3;
}
.AnyTagClassName
{
color: #BEC1A3;
}
</style>
background-color css
<style>
a { background-color: #BEC1A3; }
a { background-color: rgb(190,193,163); }
div.DivClassName
{
background-color: #BEC1A3;
}
.BgClassName
{
background-color: #BEC1A3;
}
</style>
border-color css
<style>
span { border-color: #BEC1A3; }
span { border-color: rgb(190,193,163); }
td.TdClassName
{
border-color: #BEC1A3;
}
.TagClassName
{
border-color: #BEC1A3;
}
</style>