Shades of Green Mist #BEC09C
Tints of Green Mist #BEC09C
RGB
CMYK
RGB Variations
Color information
#BEC09C (or 0xBEC09C) is known color: Green Mist. HEX triplet: BE, C0 and 9C. RGB value is (190,192,156). Sum of RGB (Red+Green+Blue) = 190+192+156=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC09C is #413F63. Grayscale: #BBBBBB. Windows color (decimal): -4276068 or 10272958. OLE color: 10272958.
HSL color Cylindrical-coordinate representation of color #BEC09C: hue angle of 63.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC09C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 156 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.25 |
| HSL | 63.33º | 0.22% | 0.68% | - |
| HSV(B) | 63.33º | 0.19% | 0.75% | - |
| XYZ | 46.09 | 51.05 | 38.88 | - |
| YUV | 187.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 156 | 0.01 | 0 | 0.19 | 0.25 | 63.33 | 0.22 | 0.68 |
| Hex | BE | C0 | 9C | 1 | 0 | 13 | 19 | 3F | 16 | 44 |
| Octal | 276 | 300 | 234 | 1 | 0 | 23 | 31 | 77 | 26 | 104 |
| Binary | 10111110 | 11000000 | 10011100 | 1 | 0 | 10011 | 11001 | 111111 | 10110 | 1000100 |
Color Harmonies of #BEC09C
Complementary color
Monochromatic Colors of #BEC09C
Black with #BEC09C
Text Example
Text Example
White with #BEC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC09C; }
p { color: rgb(190,192,156); }
H1.HeaderClassName
{
color: #BEC09C;
}
.AnyTagClassName
{
color: #BEC09C;
}
</style>
background-color css
<style>
a { background-color: #BEC09C; }
a { background-color: rgb(190,192,156); }
div.DivClassName
{
background-color: #BEC09C;
}
.BgClassName
{
background-color: #BEC09C;
}
</style>
border-color css
<style>
span { border-color: #BEC09C; }
span { border-color: rgb(190,192,156); }
td.TdClassName
{
border-color: #BEC09C;
}
.TagClassName
{
border-color: #BEC09C;
}
</style>