Shades of Green Mist #BEC097
Tints of Green Mist #BEC097
RGB
CMYK
RGB Variations
Color information
#BEC097 (or 0xBEC097) is known color: Green Mist. HEX triplet: BE, C0 and 97. RGB value is (190,192,151). Sum of RGB (Red+Green+Blue) = 190+192+151=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC097 is #413F68. Grayscale: #BABABA. Windows color (decimal): -4276073 or 9945278. OLE color: 9945278.
HSL color Cylindrical-coordinate representation of color #BEC097: hue angle of 62.93º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC097 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 151 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.25 |
| HSL | 62.93º | 0.25% | 0.67% | - |
| HSV(B) | 62.93º | 0.21% | 0.75% | - |
| XYZ | 45.67 | 50.88 | 36.69 | - |
| YUV | 186.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 151 | 0.01 | 0 | 0.21 | 0.25 | 62.93 | 0.25 | 0.67 |
| Hex | BE | C0 | 97 | 1 | 0 | 15 | 19 | 3F | 19 | 43 |
| Octal | 276 | 300 | 227 | 1 | 0 | 25 | 31 | 77 | 31 | 103 |
| Binary | 10111110 | 11000000 | 10010111 | 1 | 0 | 10101 | 11001 | 111111 | 11001 | 1000011 |
Color Harmonies of #BEC097
Complementary color
Monochromatic Colors of #BEC097
Black with #BEC097
Text Example
Text Example
White with #BEC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC097; }
p { color: rgb(190,192,151); }
H1.HeaderClassName
{
color: #BEC097;
}
.AnyTagClassName
{
color: #BEC097;
}
</style>
background-color css
<style>
a { background-color: #BEC097; }
a { background-color: rgb(190,192,151); }
div.DivClassName
{
background-color: #BEC097;
}
.BgClassName
{
background-color: #BEC097;
}
</style>
border-color css
<style>
span { border-color: #BEC097; }
span { border-color: rgb(190,192,151); }
td.TdClassName
{
border-color: #BEC097;
}
.TagClassName
{
border-color: #BEC097;
}
</style>