Shades of Green Mist #BFCE8C
Tints of Green Mist #BFCE8C
RGB
CMYK
RGB Variations
Color information
#BFCE8C (or 0xBFCE8C) is known color: Green Mist. HEX triplet: BF, CE and 8C. RGB value is (191,206,140). Sum of RGB (Red+Green+Blue) = 191+206+140=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE8C is #403173. Grayscale: #C2C2C2. Windows color (decimal): -4206964 or 9227967. OLE color: 9227967.
HSL color Cylindrical-coordinate representation of color #BFCE8C: hue angle of 73.64º degrees, saturation: 0.4, 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 #BFCE8C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 140 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.19 |
| HSL | 73.64º | 0.4% | 0.68% | - |
| HSV(B) | 73.64º | 0.32% | 0.81% | - |
| XYZ | 48.29 | 57.11 | 33.29 | - |
| YUV | 193.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 140 | 0.07 | 0 | 0.32 | 0.19 | 73.64 | 0.4 | 0.68 |
| Hex | BF | CE | 8C | 7 | 0 | 20 | 13 | 4A | 28 | 44 |
| Octal | 277 | 316 | 214 | 7 | 0 | 40 | 23 | 112 | 50 | 104 |
| Binary | 10111111 | 11001110 | 10001100 | 111 | 0 | 100000 | 10011 | 1001010 | 101000 | 1000100 |
Color Harmonies of #BFCE8C
Complementary color
Monochromatic Colors of #BFCE8C
Black with #BFCE8C
Text Example
Text Example
White with #BFCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE8C; }
p { color: rgb(191,206,140); }
H1.HeaderClassName
{
color: #BFCE8C;
}
.AnyTagClassName
{
color: #BFCE8C;
}
</style>
background-color css
<style>
a { background-color: #BFCE8C; }
a { background-color: rgb(191,206,140); }
div.DivClassName
{
background-color: #BFCE8C;
}
.BgClassName
{
background-color: #BFCE8C;
}
</style>
border-color css
<style>
span { border-color: #BFCE8C; }
span { border-color: rgb(191,206,140); }
td.TdClassName
{
border-color: #BFCE8C;
}
.TagClassName
{
border-color: #BFCE8C;
}
</style>