Shades of Green Mist #BEC094
Tints of Green Mist #BEC094
RGB
CMYK
RGB Variations
Color information
#BEC094 (or 0xBEC094) is known color: Green Mist. HEX triplet: BE, C0 and 94. RGB value is (190,192,148). Sum of RGB (Red+Green+Blue) = 190+192+148=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC094 is #413F6B. Grayscale: #BABABA. Windows color (decimal): -4276076 or 9748670. OLE color: 9748670.
HSL color Cylindrical-coordinate representation of color #BEC094: hue angle of 62.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC094 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 148 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.25 |
| HSL | 62.73º | 0.26% | 0.67% | - |
| HSV(B) | 62.73º | 0.23% | 0.75% | - |
| XYZ | 45.43 | 50.78 | 35.42 | - |
| YUV | 186.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 148 | 0.01 | 0 | 0.23 | 0.25 | 62.73 | 0.26 | 0.67 |
| Hex | BE | C0 | 94 | 1 | 0 | 17 | 19 | 3F | 1A | 43 |
| Octal | 276 | 300 | 224 | 1 | 0 | 27 | 31 | 77 | 32 | 103 |
| Binary | 10111110 | 11000000 | 10010100 | 1 | 0 | 10111 | 11001 | 111111 | 11010 | 1000011 |
Color Harmonies of #BEC094
Complementary color
Monochromatic Colors of #BEC094
Black with #BEC094
Text Example
Text Example
White with #BEC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC094; }
p { color: rgb(190,192,148); }
H1.HeaderClassName
{
color: #BEC094;
}
.AnyTagClassName
{
color: #BEC094;
}
</style>
background-color css
<style>
a { background-color: #BEC094; }
a { background-color: rgb(190,192,148); }
div.DivClassName
{
background-color: #BEC094;
}
.BgClassName
{
background-color: #BEC094;
}
</style>
border-color css
<style>
span { border-color: #BEC094; }
span { border-color: rgb(190,192,148); }
td.TdClassName
{
border-color: #BEC094;
}
.TagClassName
{
border-color: #BEC094;
}
</style>