Shades of Green Mist #BCBF8D
Tints of Green Mist #BCBF8D
RGB
CMYK
RGB Variations
Color information
#BCBF8D (or 0xBCBF8D) is known color: Green Mist. HEX triplet: BC, BF and 8D. RGB value is (188,191,141). Sum of RGB (Red+Green+Blue) = 188+191+141=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF8D is #434072. Grayscale: #B8B8B8. Windows color (decimal): -4407411 or 9289660. OLE color: 9289660.
HSL color Cylindrical-coordinate representation of color #BCBF8D: hue angle of 63.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBF8D is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 141 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.25 |
| HSL | 63.6º | 0.28% | 0.65% | - |
| HSV(B) | 63.6º | 0.26% | 0.75% | - |
| XYZ | 44.18 | 49.88 | 32.5 | - |
| YUV | 184.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 141 | 0.02 | 0 | 0.26 | 0.25 | 63.6 | 0.28 | 0.65 |
| Hex | BC | BF | 8D | 2 | 0 | 1A | 19 | 40 | 1C | 41 |
| Octal | 274 | 277 | 215 | 2 | 0 | 32 | 31 | 100 | 34 | 101 |
| Binary | 10111100 | 10111111 | 10001101 | 10 | 0 | 11010 | 11001 | 1000000 | 11100 | 1000001 |
Color Harmonies of #BCBF8D
Complementary color
Monochromatic Colors of #BCBF8D
Black with #BCBF8D
Text Example
Text Example
White with #BCBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF8D; }
p { color: rgb(188,191,141); }
H1.HeaderClassName
{
color: #BCBF8D;
}
.AnyTagClassName
{
color: #BCBF8D;
}
</style>
background-color css
<style>
a { background-color: #BCBF8D; }
a { background-color: rgb(188,191,141); }
div.DivClassName
{
background-color: #BCBF8D;
}
.BgClassName
{
background-color: #BCBF8D;
}
</style>
border-color css
<style>
span { border-color: #BCBF8D; }
span { border-color: rgb(188,191,141); }
td.TdClassName
{
border-color: #BCBF8D;
}
.TagClassName
{
border-color: #BCBF8D;
}
</style>