Shades of Green Mist #BFCF8D
Tints of Green Mist #BFCF8D
RGB
CMYK
RGB Variations
Color information
#BFCF8D (or 0xBFCF8D) is known color: Green Mist. HEX triplet: BF, CF and 8D. RGB value is (191,207,141). Sum of RGB (Red+Green+Blue) = 191+207+141=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF8D is #403072. Grayscale: #C2C2C2. Windows color (decimal): -4206707 or 9293759. OLE color: 9293759.
HSL color Cylindrical-coordinate representation of color #BFCF8D: hue angle of 74.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFCF8D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 141 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.19 |
| HSL | 74.55º | 0.41% | 0.68% | - |
| HSV(B) | 74.55º | 0.32% | 0.81% | - |
| XYZ | 48.61 | 57.63 | 33.76 | - |
| YUV | 194.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 141 | 0.08 | 0 | 0.32 | 0.19 | 74.55 | 0.41 | 0.68 |
| Hex | BF | CF | 8D | 8 | 0 | 20 | 13 | 4B | 29 | 44 |
| Octal | 277 | 317 | 215 | 10 | 0 | 40 | 23 | 113 | 51 | 104 |
| Binary | 10111111 | 11001111 | 10001101 | 1000 | 0 | 100000 | 10011 | 1001011 | 101001 | 1000100 |
Color Harmonies of #BFCF8D
Complementary color
Monochromatic Colors of #BFCF8D
Black with #BFCF8D
Text Example
Text Example
White with #BFCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF8D; }
p { color: rgb(191,207,141); }
H1.HeaderClassName
{
color: #BFCF8D;
}
.AnyTagClassName
{
color: #BFCF8D;
}
</style>
background-color css
<style>
a { background-color: #BFCF8D; }
a { background-color: rgb(191,207,141); }
div.DivClassName
{
background-color: #BFCF8D;
}
.BgClassName
{
background-color: #BFCF8D;
}
</style>
border-color css
<style>
span { border-color: #BFCF8D; }
span { border-color: rgb(191,207,141); }
td.TdClassName
{
border-color: #BFCF8D;
}
.TagClassName
{
border-color: #BFCF8D;
}
</style>