Shades of Green Mist #BEC19F
Tints of Green Mist #BEC19F
RGB
CMYK
RGB Variations
Color information
#BEC19F (or 0xBEC19F) is known color: Green Mist. HEX triplet: BE, C1 and 9F. RGB value is (190,193,159). Sum of RGB (Red+Green+Blue) = 190+193+159=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC19F is #413E60. Grayscale: #BCBCBC. Windows color (decimal): -4275809 or 10469822. OLE color: 10469822.
HSL color Cylindrical-coordinate representation of color #BEC19F: hue angle of 65.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC19F is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 159 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.24 |
| HSL | 65.29º | 0.22% | 0.69% | - |
| HSV(B) | 65.29º | 0.18% | 0.76% | - |
| XYZ | 46.56 | 51.59 | 40.3 | - |
| YUV | 188.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 159 | 0.02 | 0 | 0.18 | 0.24 | 65.29 | 0.22 | 0.69 |
| Hex | BE | C1 | 9F | 2 | 0 | 12 | 18 | 41 | 16 | 45 |
| Octal | 276 | 301 | 237 | 2 | 0 | 22 | 30 | 101 | 26 | 105 |
| Binary | 10111110 | 11000001 | 10011111 | 10 | 0 | 10010 | 11000 | 1000001 | 10110 | 1000101 |
Color Harmonies of #BEC19F
Complementary color
Monochromatic Colors of #BEC19F
Black with #BEC19F
Text Example
Text Example
White with #BEC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC19F; }
p { color: rgb(190,193,159); }
H1.HeaderClassName
{
color: #BEC19F;
}
.AnyTagClassName
{
color: #BEC19F;
}
</style>
background-color css
<style>
a { background-color: #BEC19F; }
a { background-color: rgb(190,193,159); }
div.DivClassName
{
background-color: #BEC19F;
}
.BgClassName
{
background-color: #BEC19F;
}
</style>
border-color css
<style>
span { border-color: #BEC19F; }
span { border-color: rgb(190,193,159); }
td.TdClassName
{
border-color: #BEC19F;
}
.TagClassName
{
border-color: #BEC19F;
}
</style>