Shades of Green Mist #BEC195
Tints of Green Mist #BEC195
RGB
CMYK
RGB Variations
Color information
#BEC195 (or 0xBEC195) is known color: Green Mist. HEX triplet: BE, C1 and 95. RGB value is (190,193,149). Sum of RGB (Red+Green+Blue) = 190+193+149=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC195 is #413E6A. Grayscale: #BBBBBB. Windows color (decimal): -4275819 or 9814462. OLE color: 9814462.
HSL color Cylindrical-coordinate representation of color #BEC195: hue angle of 64.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC195 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 149 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.24 |
| HSL | 64.09º | 0.26% | 0.67% | - |
| HSV(B) | 64.09º | 0.23% | 0.76% | - |
| XYZ | 45.73 | 51.26 | 35.92 | - |
| YUV | 187.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 149 | 0.02 | 0 | 0.23 | 0.24 | 64.09 | 0.26 | 0.67 |
| Hex | BE | C1 | 95 | 2 | 0 | 17 | 18 | 40 | 1A | 43 |
| Octal | 276 | 301 | 225 | 2 | 0 | 27 | 30 | 100 | 32 | 103 |
| Binary | 10111110 | 11000001 | 10010101 | 10 | 0 | 10111 | 11000 | 1000000 | 11010 | 1000011 |
Color Harmonies of #BEC195
Complementary color
Monochromatic Colors of #BEC195
Black with #BEC195
Text Example
Text Example
White with #BEC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC195; }
p { color: rgb(190,193,149); }
H1.HeaderClassName
{
color: #BEC195;
}
.AnyTagClassName
{
color: #BEC195;
}
</style>
background-color css
<style>
a { background-color: #BEC195; }
a { background-color: rgb(190,193,149); }
div.DivClassName
{
background-color: #BEC195;
}
.BgClassName
{
background-color: #BEC195;
}
</style>
border-color css
<style>
span { border-color: #BEC195; }
span { border-color: rgb(190,193,149); }
td.TdClassName
{
border-color: #BEC195;
}
.TagClassName
{
border-color: #BEC195;
}
</style>