Shades of Green Mist #BEC194
Tints of Green Mist #BEC194
RGB
CMYK
RGB Variations
Color information
#BEC194 (or 0xBEC194) is known color: Green Mist. HEX triplet: BE, C1 and 94. RGB value is (190,193,148). Sum of RGB (Red+Green+Blue) = 190+193+148=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC194 is #413E6B. Grayscale: #BBBBBB. Windows color (decimal): -4275820 or 9748926. OLE color: 9748926.
HSL color Cylindrical-coordinate representation of color #BEC194: hue angle of 64º degrees, saturation: 0.27, 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 #BEC194 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 148 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.24 |
| HSL | 64º | 0.27% | 0.67% | - |
| HSV(B) | 64º | 0.23% | 0.76% | - |
| XYZ | 45.65 | 51.23 | 35.5 | - |
| YUV | 186.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 148 | 0.02 | 0 | 0.23 | 0.24 | 64 | 0.27 | 0.67 |
| Hex | BE | C1 | 94 | 2 | 0 | 17 | 18 | 40 | 1B | 43 |
| Octal | 276 | 301 | 224 | 2 | 0 | 27 | 30 | 100 | 33 | 103 |
| Binary | 10111110 | 11000001 | 10010100 | 10 | 0 | 10111 | 11000 | 1000000 | 11011 | 1000011 |
Color Harmonies of #BEC194
Complementary color
Monochromatic Colors of #BEC194
Black with #BEC194
Text Example
Text Example
White with #BEC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC194; }
p { color: rgb(190,193,148); }
H1.HeaderClassName
{
color: #BEC194;
}
.AnyTagClassName
{
color: #BEC194;
}
</style>
background-color css
<style>
a { background-color: #BEC194; }
a { background-color: rgb(190,193,148); }
div.DivClassName
{
background-color: #BEC194;
}
.BgClassName
{
background-color: #BEC194;
}
</style>
border-color css
<style>
span { border-color: #BEC194; }
span { border-color: rgb(190,193,148); }
td.TdClassName
{
border-color: #BEC194;
}
.TagClassName
{
border-color: #BEC194;
}
</style>