Shades of Beryl Green #BEC1AC
Tints of Beryl Green #BEC1AC
RGB
CMYK
RGB Variations
Color information
#BEC1AC (or 0xBEC1AC) is known color: Beryl Green. HEX triplet: BE, C1 and AC. RGB value is (190,193,172). Sum of RGB (Red+Green+Blue) = 190+193+172=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC1AC is #413E53. Grayscale: #BDBDBD. Windows color (decimal): -4275796 or 11321790. OLE color: 11321790.
HSL color Cylindrical-coordinate representation of color #BEC1AC: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC1AC is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 193 | 172 | - |
CMYK | 0.02 | 0 | 0.11 | 0.24 |
HSL | 68.57º | 0.14% | 0.72% | - |
HSV(B) | 68.57º | 0.11% | 0.76% | - |
XYZ | 47.75 | 52.07 | 46.56 | - |
YUV | 189.71 | 118.01 | 128.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 193 | 172 | 0.02 | 0 | 0.11 | 0.24 | 68.57 | 0.14 | 0.72 |
Hex | BE | C1 | AC | 2 | 0 | B | 18 | 45 | E | 48 |
Octal | 276 | 301 | 254 | 2 | 0 | 13 | 30 | 105 | 16 | 110 |
Binary | 10111110 | 11000001 | 10101100 | 10 | 0 | 1011 | 11000 | 1000101 | 1110 | 1001000 |
Color Harmonies of #BEC1AC
Complementary color
Monochromatic Colors of #BEC1AC
Black with #BEC1AC
Text Example
Text Example
White with #BEC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1AC; }
p { color: rgb(190,193,172); }
H1.HeaderClassName
{
color: #BEC1AC;
}
.AnyTagClassName
{
color: #BEC1AC;
}
</style>
background-color css
<style>
a { background-color: #BEC1AC; }
a { background-color: rgb(190,193,172); }
div.DivClassName
{
background-color: #BEC1AC;
}
.BgClassName
{
background-color: #BEC1AC;
}
</style>
border-color css
<style>
span { border-color: #BEC1AC; }
span { border-color: rgb(190,193,172); }
td.TdClassName
{
border-color: #BEC1AC;
}
.TagClassName
{
border-color: #BEC1AC;
}
</style>