Shades of Green Mist #BFCE8F
Tints of Green Mist #BFCE8F
RGB
CMYK
RGB Variations
Color information
#BFCE8F (or 0xBFCE8F) is known color: Green Mist. HEX triplet: BF, CE and 8F. RGB value is (191,206,143). Sum of RGB (Red+Green+Blue) = 191+206+143=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE8F is #403170. Grayscale: #C2C2C2. Windows color (decimal): -4206961 or 9424575. OLE color: 9424575.
HSL color Cylindrical-coordinate representation of color #BFCE8F: hue angle of 74.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFCE8F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 143 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.19 |
| HSL | 74.29º | 0.39% | 0.68% | - |
| HSV(B) | 74.29º | 0.31% | 0.81% | - |
| XYZ | 48.52 | 57.2 | 34.47 | - |
| YUV | 194.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 143 | 0.07 | 0 | 0.31 | 0.19 | 74.29 | 0.39 | 0.68 |
| Hex | BF | CE | 8F | 7 | 0 | 1F | 13 | 4A | 27 | 44 |
| Octal | 277 | 316 | 217 | 7 | 0 | 37 | 23 | 112 | 47 | 104 |
| Binary | 10111111 | 11001110 | 10001111 | 111 | 0 | 11111 | 10011 | 1001010 | 100111 | 1000100 |
Color Harmonies of #BFCE8F
Complementary color
Monochromatic Colors of #BFCE8F
Black with #BFCE8F
Text Example
Text Example
White with #BFCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE8F; }
p { color: rgb(191,206,143); }
H1.HeaderClassName
{
color: #BFCE8F;
}
.AnyTagClassName
{
color: #BFCE8F;
}
</style>
background-color css
<style>
a { background-color: #BFCE8F; }
a { background-color: rgb(191,206,143); }
div.DivClassName
{
background-color: #BFCE8F;
}
.BgClassName
{
background-color: #BFCE8F;
}
</style>
border-color css
<style>
span { border-color: #BFCE8F; }
span { border-color: rgb(191,206,143); }
td.TdClassName
{
border-color: #BFCE8F;
}
.TagClassName
{
border-color: #BFCE8F;
}
</style>