Shades of Beryl Green #BCBEA1
Tints of Beryl Green #BCBEA1
RGB
CMYK
RGB Variations
Color information
#BCBEA1 (or 0xBCBEA1) is known color: Beryl Green. HEX triplet: BC, BE and A1. RGB value is (188,190,161). Sum of RGB (Red+Green+Blue) = 188+190+161=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEA1 is #43415E. Grayscale: #BABABA. Windows color (decimal): -4407647 or 10600124. OLE color: 10600124.
HSL color Cylindrical-coordinate representation of color #BCBEA1: hue angle of 64.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBEA1 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 161 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.25 |
| HSL | 64.14º | 0.18% | 0.69% | - |
| HSV(B) | 64.14º | 0.15% | 0.75% | - |
| XYZ | 45.59 | 50.09 | 40.98 | - |
| YUV | 186.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 161 | 0.01 | 0 | 0.15 | 0.25 | 64.14 | 0.18 | 0.69 |
| Hex | BC | BE | A1 | 1 | 0 | F | 19 | 40 | 12 | 45 |
| Octal | 274 | 276 | 241 | 1 | 0 | 17 | 31 | 100 | 22 | 105 |
| Binary | 10111100 | 10111110 | 10100001 | 1 | 0 | 1111 | 11001 | 1000000 | 10010 | 1000101 |
Color Harmonies of #BCBEA1
Complementary color
Monochromatic Colors of #BCBEA1
Black with #BCBEA1
Text Example
Text Example
White with #BCBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEA1; }
p { color: rgb(188,190,161); }
H1.HeaderClassName
{
color: #BCBEA1;
}
.AnyTagClassName
{
color: #BCBEA1;
}
</style>
background-color css
<style>
a { background-color: #BCBEA1; }
a { background-color: rgb(188,190,161); }
div.DivClassName
{
background-color: #BCBEA1;
}
.BgClassName
{
background-color: #BCBEA1;
}
</style>
border-color css
<style>
span { border-color: #BCBEA1; }
span { border-color: rgb(188,190,161); }
td.TdClassName
{
border-color: #BCBEA1;
}
.TagClassName
{
border-color: #BCBEA1;
}
</style>