Shades of Beryl Green #BEC1AD
Tints of Beryl Green #BEC1AD
RGB
CMYK
RGB Variations
Color information
#BEC1AD (or 0xBEC1AD) is known color: Beryl Green. HEX triplet: BE, C1 and AD. RGB value is (190,193,173). Sum of RGB (Red+Green+Blue) = 190+193+173=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1AD is #413E52. Grayscale: #BDBDBD. Windows color (decimal): -4275795 or 11387326. OLE color: 11387326.
HSL color Cylindrical-coordinate representation of color #BEC1AD: hue angle of 69º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC1AD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 173 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.24 |
| HSL | 69º | 0.14% | 0.72% | - |
| HSV(B) | 69º | 0.1% | 0.76% | - |
| XYZ | 47.85 | 52.1 | 47.07 | - |
| YUV | 189.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 173 | 0.02 | 0 | 0.10 | 0.24 | 69 | 0.14 | 0.72 |
| Hex | BE | C1 | AD | 2 | 0 | A | 18 | 45 | E | 48 |
| Octal | 276 | 301 | 255 | 2 | 0 | 12 | 30 | 105 | 16 | 110 |
| Binary | 10111110 | 11000001 | 10101101 | 10 | 0 | 1010 | 11000 | 1000101 | 1110 | 1001000 |
Color Harmonies of #BEC1AD
Complementary color
Monochromatic Colors of #BEC1AD
Black with #BEC1AD
Text Example
Text Example
White with #BEC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1AD; }
p { color: rgb(190,193,173); }
H1.HeaderClassName
{
color: #BEC1AD;
}
.AnyTagClassName
{
color: #BEC1AD;
}
</style>
background-color css
<style>
a { background-color: #BEC1AD; }
a { background-color: rgb(190,193,173); }
div.DivClassName
{
background-color: #BEC1AD;
}
.BgClassName
{
background-color: #BEC1AD;
}
</style>
border-color css
<style>
span { border-color: #BEC1AD; }
span { border-color: rgb(190,193,173); }
td.TdClassName
{
border-color: #BEC1AD;
}
.TagClassName
{
border-color: #BEC1AD;
}
</style>