Shades of Green Mist #BEC29E
Tints of Green Mist #BEC29E
RGB
CMYK
RGB Variations
Color information
#BEC29E (or 0xBEC29E) is known color: Green Mist. HEX triplet: BE, C2 and 9E. RGB value is (190,194,158). Sum of RGB (Red+Green+Blue) = 190+194+158=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC29E is #413D61. Grayscale: #BCBCBC. Windows color (decimal): -4275554 or 10404542. OLE color: 10404542.
HSL color Cylindrical-coordinate representation of color #BEC29E: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC29E is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 158 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.24 |
| HSL | 66.67º | 0.23% | 0.69% | - |
| HSV(B) | 66.67º | 0.19% | 0.76% | - |
| XYZ | 46.7 | 52 | 39.92 | - |
| YUV | 188.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 158 | 0.02 | 0 | 0.19 | 0.24 | 66.67 | 0.23 | 0.69 |
| Hex | BE | C2 | 9E | 2 | 0 | 13 | 18 | 43 | 17 | 45 |
| Octal | 276 | 302 | 236 | 2 | 0 | 23 | 30 | 103 | 27 | 105 |
| Binary | 10111110 | 11000010 | 10011110 | 10 | 0 | 10011 | 11000 | 1000011 | 10111 | 1000101 |
Color Harmonies of #BEC29E
Complementary color
Monochromatic Colors of #BEC29E
Black with #BEC29E
Text Example
Text Example
White with #BEC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC29E; }
p { color: rgb(190,194,158); }
H1.HeaderClassName
{
color: #BEC29E;
}
.AnyTagClassName
{
color: #BEC29E;
}
</style>
background-color css
<style>
a { background-color: #BEC29E; }
a { background-color: rgb(190,194,158); }
div.DivClassName
{
background-color: #BEC29E;
}
.BgClassName
{
background-color: #BEC29E;
}
</style>
border-color css
<style>
span { border-color: #BEC29E; }
span { border-color: rgb(190,194,158); }
td.TdClassName
{
border-color: #BEC29E;
}
.TagClassName
{
border-color: #BEC29E;
}
</style>