Shades of Green Mist #BFCE8D
Tints of Green Mist #BFCE8D
RGB
CMYK
RGB Variations
Color information
#BFCE8D (or 0xBFCE8D) is known color: Green Mist. HEX triplet: BF, CE and 8D. RGB value is (191,206,141). Sum of RGB (Red+Green+Blue) = 191+206+141=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE8D is #403172. Grayscale: #C2C2C2. Windows color (decimal): -4206963 or 9293503. OLE color: 9293503.
HSL color Cylindrical-coordinate representation of color #BFCE8D: hue angle of 73.85º 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 #BFCE8D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 141 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.19 |
| HSL | 73.85º | 0.4% | 0.68% | - |
| HSV(B) | 73.85º | 0.32% | 0.81% | - |
| XYZ | 48.36 | 57.14 | 33.68 | - |
| YUV | 194.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 141 | 0.07 | 0 | 0.32 | 0.19 | 73.85 | 0.4 | 0.68 |
| Hex | BF | CE | 8D | 7 | 0 | 20 | 13 | 4A | 28 | 44 |
| Octal | 277 | 316 | 215 | 7 | 0 | 40 | 23 | 112 | 50 | 104 |
| Binary | 10111111 | 11001110 | 10001101 | 111 | 0 | 100000 | 10011 | 1001010 | 101000 | 1000100 |
Color Harmonies of #BFCE8D
Complementary color
Monochromatic Colors of #BFCE8D
Black with #BFCE8D
Text Example
Text Example
White with #BFCE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE8D; }
p { color: rgb(191,206,141); }
H1.HeaderClassName
{
color: #BFCE8D;
}
.AnyTagClassName
{
color: #BFCE8D;
}
</style>
background-color css
<style>
a { background-color: #BFCE8D; }
a { background-color: rgb(191,206,141); }
div.DivClassName
{
background-color: #BFCE8D;
}
.BgClassName
{
background-color: #BFCE8D;
}
</style>
border-color css
<style>
span { border-color: #BFCE8D; }
span { border-color: rgb(191,206,141); }
td.TdClassName
{
border-color: #BFCE8D;
}
.TagClassName
{
border-color: #BFCE8D;
}
</style>