Shades of Green Mist #BFBE9E
Tints of Green Mist #BFBE9E
RGB
CMYK
RGB Variations
Color information
#BFBE9E (or 0xBFBE9E) is known color: Green Mist. HEX triplet: BF, BE and 9E. RGB value is (191,190,158). Sum of RGB (Red+Green+Blue) = 191+190+158=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE9E is #404161. Grayscale: #BABABA. Windows color (decimal): -4211042 or 10403519. OLE color: 10403519.
HSL color Cylindrical-coordinate representation of color #BFBE9E: hue angle of 58.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBE9E is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 158 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.25 |
| HSL | 58.18º | 0.2% | 0.68% | - |
| HSV(B) | 58.18º | 0.17% | 0.75% | - |
| XYZ | 46.07 | 50.37 | 39.64 | - |
| YUV | 186.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 158 | 0 | 0.01 | 0.17 | 0.25 | 58.18 | 0.2 | 0.68 |
| Hex | BF | BE | 9E | 0 | 1 | 11 | 19 | 3A | 14 | 44 |
| Octal | 277 | 276 | 236 | 0 | 1 | 21 | 31 | 72 | 24 | 104 |
| Binary | 10111111 | 10111110 | 10011110 | 0 | 1 | 10001 | 11001 | 111010 | 10100 | 1000100 |
Color Harmonies of #BFBE9E
Complementary color
Monochromatic Colors of #BFBE9E
Black with #BFBE9E
Text Example
Text Example
White with #BFBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE9E; }
p { color: rgb(191,190,158); }
H1.HeaderClassName
{
color: #BFBE9E;
}
.AnyTagClassName
{
color: #BFBE9E;
}
</style>
background-color css
<style>
a { background-color: #BFBE9E; }
a { background-color: rgb(191,190,158); }
div.DivClassName
{
background-color: #BFBE9E;
}
.BgClassName
{
background-color: #BFBE9E;
}
</style>
border-color css
<style>
span { border-color: #BFBE9E; }
span { border-color: rgb(191,190,158); }
td.TdClassName
{
border-color: #BFBE9E;
}
.TagClassName
{
border-color: #BFBE9E;
}
</style>