Shades of Beryl Green #BEC0B1
Tints of Beryl Green #BEC0B1
RGB
CMYK
RGB Variations
Color information
#BEC0B1 (or 0xBEC0B1) is known color: Beryl Green. HEX triplet: BE, C0 and B1. RGB value is (190,192,177). Sum of RGB (Red+Green+Blue) = 190+192+177=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0B1 is #413F4E. Grayscale: #BDBDBD. Windows color (decimal): -4276047 or 11649214. OLE color: 11649214.
HSL color Cylindrical-coordinate representation of color #BEC0B1: hue angle of 68º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC0B1 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 177 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.25 |
| HSL | 68º | 0.11% | 0.72% | - |
| HSV(B) | 68º | 0.08% | 0.75% | - |
| XYZ | 48.02 | 51.82 | 49.07 | - |
| YUV | 189.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 177 | 0.01 | 0 | 0.08 | 0.25 | 68 | 0.11 | 0.72 |
| Hex | BE | C0 | B1 | 1 | 0 | 8 | 19 | 44 | B | 48 |
| Octal | 276 | 300 | 261 | 1 | 0 | 10 | 31 | 104 | 13 | 110 |
| Binary | 10111110 | 11000000 | 10110001 | 1 | 0 | 1000 | 11001 | 1000100 | 1011 | 1001000 |
Color Harmonies of #BEC0B1
Complementary color
Monochromatic Colors of #BEC0B1
Black with #BEC0B1
Text Example
Text Example
White with #BEC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0B1; }
p { color: rgb(190,192,177); }
H1.HeaderClassName
{
color: #BEC0B1;
}
.AnyTagClassName
{
color: #BEC0B1;
}
</style>
background-color css
<style>
a { background-color: #BEC0B1; }
a { background-color: rgb(190,192,177); }
div.DivClassName
{
background-color: #BEC0B1;
}
.BgClassName
{
background-color: #BEC0B1;
}
</style>
border-color css
<style>
span { border-color: #BEC0B1; }
span { border-color: rgb(190,192,177); }
td.TdClassName
{
border-color: #BEC0B1;
}
.TagClassName
{
border-color: #BEC0B1;
}
</style>