Shades of Green Mist #BFCF8C
Tints of Green Mist #BFCF8C
RGB
CMYK
RGB Variations
Color information
#BFCF8C (or 0xBFCF8C) is known color: Green Mist. HEX triplet: BF, CF and 8C. RGB value is (191,207,140). Sum of RGB (Red+Green+Blue) = 191+207+140=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF8C is #403073. Grayscale: #C2C2C2. Windows color (decimal): -4206708 or 9228223. OLE color: 9228223.
HSL color Cylindrical-coordinate representation of color #BFCF8C: hue angle of 74.33º 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 #BFCF8C is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 140 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.19 |
| HSL | 74.33º | 0.41% | 0.68% | - |
| HSV(B) | 74.33º | 0.32% | 0.81% | - |
| XYZ | 48.53 | 57.6 | 33.37 | - |
| YUV | 194.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 140 | 0.08 | 0 | 0.32 | 0.19 | 74.33 | 0.41 | 0.68 |
| Hex | BF | CF | 8C | 8 | 0 | 20 | 13 | 4A | 29 | 44 |
| Octal | 277 | 317 | 214 | 10 | 0 | 40 | 23 | 112 | 51 | 104 |
| Binary | 10111111 | 11001111 | 10001100 | 1000 | 0 | 100000 | 10011 | 1001010 | 101001 | 1000100 |
Color Harmonies of #BFCF8C
Complementary color
Monochromatic Colors of #BFCF8C
Black with #BFCF8C
Text Example
Text Example
White with #BFCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF8C; }
p { color: rgb(191,207,140); }
H1.HeaderClassName
{
color: #BFCF8C;
}
.AnyTagClassName
{
color: #BFCF8C;
}
</style>
background-color css
<style>
a { background-color: #BFCF8C; }
a { background-color: rgb(191,207,140); }
div.DivClassName
{
background-color: #BFCF8C;
}
.BgClassName
{
background-color: #BFCF8C;
}
</style>
border-color css
<style>
span { border-color: #BFCF8C; }
span { border-color: rgb(191,207,140); }
td.TdClassName
{
border-color: #BFCF8C;
}
.TagClassName
{
border-color: #BFCF8C;
}
</style>