Shades of Beryl Green #BEC0B3
Tints of Beryl Green #BEC0B3
RGB
CMYK
RGB Variations
Color information
#BEC0B3 (or 0xBEC0B3) is known color: Beryl Green. HEX triplet: BE, C0 and B3. RGB value is (190,192,179). Sum of RGB (Red+Green+Blue) = 190+192+179=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0B3 is #413F4C. Grayscale: #BDBDBD. Windows color (decimal): -4276045 or 11780286. OLE color: 11780286.
HSL color Cylindrical-coordinate representation of color #BEC0B3: hue angle of 69.23º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC0B3 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 179 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.25 |
| HSL | 69.23º | 0.09% | 0.73% | - |
| HSV(B) | 69.23º | 0.07% | 0.75% | - |
| XYZ | 48.22 | 51.9 | 50.12 | - |
| YUV | 189.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 179 | 0.01 | 0 | 0.07 | 0.25 | 69.23 | 0.09 | 0.73 |
| Hex | BE | C0 | B3 | 1 | 0 | 7 | 19 | 45 | 9 | 49 |
| Octal | 276 | 300 | 263 | 1 | 0 | 7 | 31 | 105 | 11 | 111 |
| Binary | 10111110 | 11000000 | 10110011 | 1 | 0 | 111 | 11001 | 1000101 | 1001 | 1001001 |
Color Harmonies of #BEC0B3
Complementary color
Monochromatic Colors of #BEC0B3
Black with #BEC0B3
Text Example
Text Example
White with #BEC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0B3; }
p { color: rgb(190,192,179); }
H1.HeaderClassName
{
color: #BEC0B3;
}
.AnyTagClassName
{
color: #BEC0B3;
}
</style>
background-color css
<style>
a { background-color: #BEC0B3; }
a { background-color: rgb(190,192,179); }
div.DivClassName
{
background-color: #BEC0B3;
}
.BgClassName
{
background-color: #BEC0B3;
}
</style>
border-color css
<style>
span { border-color: #BEC0B3; }
span { border-color: rgb(190,192,179); }
td.TdClassName
{
border-color: #BEC0B3;
}
.TagClassName
{
border-color: #BEC0B3;
}
</style>