Shades of Green Mist #BEC895
Tints of Green Mist #BEC895
RGB
CMYK
RGB Variations
Color information
#BEC895 (or 0xBEC895) is known color: Green Mist. HEX triplet: BE, C8 and 95. RGB value is (190,200,149). Sum of RGB (Red+Green+Blue) = 190+200+149=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC895 is #41376A. Grayscale: #BFBFBF. Windows color (decimal): -4274027 or 9816254. OLE color: 9816254.
HSL color Cylindrical-coordinate representation of color #BEC895: hue angle of 71.76º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC895 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 149 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.22 |
| HSL | 71.76º | 0.32% | 0.68% | - |
| HSV(B) | 71.76º | 0.26% | 0.78% | - |
| XYZ | 47.31 | 54.43 | 36.45 | - |
| YUV | 191.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 149 | 0.05 | 0 | 0.26 | 0.22 | 71.76 | 0.32 | 0.68 |
| Hex | BE | C8 | 95 | 5 | 0 | 1A | 16 | 48 | 20 | 44 |
| Octal | 276 | 310 | 225 | 5 | 0 | 32 | 26 | 110 | 40 | 104 |
| Binary | 10111110 | 11001000 | 10010101 | 101 | 0 | 11010 | 10110 | 1001000 | 100000 | 1000100 |
Color Harmonies of #BEC895
Complementary color
Monochromatic Colors of #BEC895
Black with #BEC895
Text Example
Text Example
White with #BEC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC895; }
p { color: rgb(190,200,149); }
H1.HeaderClassName
{
color: #BEC895;
}
.AnyTagClassName
{
color: #BEC895;
}
</style>
background-color css
<style>
a { background-color: #BEC895; }
a { background-color: rgb(190,200,149); }
div.DivClassName
{
background-color: #BEC895;
}
.BgClassName
{
background-color: #BEC895;
}
</style>
border-color css
<style>
span { border-color: #BEC895; }
span { border-color: rgb(190,200,149); }
td.TdClassName
{
border-color: #BEC895;
}
.TagClassName
{
border-color: #BEC895;
}
</style>