Shades of Beryl Green #BEC3A8
Tints of Beryl Green #BEC3A8
RGB
CMYK
RGB Variations
Color information
#BEC3A8 (or 0xBEC3A8) is known color: Beryl Green. HEX triplet: BE, C3 and A8. RGB value is (190,195,168). Sum of RGB (Red+Green+Blue) = 190+195+168=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC3A8 is #413C57. Grayscale: #BEBEBE. Windows color (decimal): -4275288 or 11060158. OLE color: 11060158.
HSL color Cylindrical-coordinate representation of color #BEC3A8: hue angle of 71.11º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC3A8 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 195 | 168 | - |
CMYK | 0.03 | 0 | 0.14 | 0.24 |
HSL | 71.11º | 0.18% | 0.71% | - |
HSV(B) | 71.11º | 0.14% | 0.76% | - |
XYZ | 47.82 | 52.8 | 44.72 | - |
YUV | 190.43 | 115.34 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 195 | 168 | 0.03 | 0 | 0.14 | 0.24 | 71.11 | 0.18 | 0.71 |
Hex | BE | C3 | A8 | 3 | 0 | E | 18 | 47 | 12 | 47 |
Octal | 276 | 303 | 250 | 3 | 0 | 16 | 30 | 107 | 22 | 107 |
Binary | 10111110 | 11000011 | 10101000 | 11 | 0 | 1110 | 11000 | 1000111 | 10010 | 1000111 |
Color Harmonies of #BEC3A8
Complementary color
Monochromatic Colors of #BEC3A8
Black with #BEC3A8
Text Example
Text Example
White with #BEC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3A8; }
p { color: rgb(190,195,168); }
H1.HeaderClassName
{
color: #BEC3A8;
}
.AnyTagClassName
{
color: #BEC3A8;
}
</style>
background-color css
<style>
a { background-color: #BEC3A8; }
a { background-color: rgb(190,195,168); }
div.DivClassName
{
background-color: #BEC3A8;
}
.BgClassName
{
background-color: #BEC3A8;
}
</style>
border-color css
<style>
span { border-color: #BEC3A8; }
span { border-color: rgb(190,195,168); }
td.TdClassName
{
border-color: #BEC3A8;
}
.TagClassName
{
border-color: #BEC3A8;
}
</style>