Shades of Green Mist #BFC49E
Tints of Green Mist #BFC49E
RGB
CMYK
RGB Variations
Color information
#BFC49E (or 0xBFC49E) is known color: Green Mist. HEX triplet: BF, C4 and 9E. RGB value is (191,196,158). Sum of RGB (Red+Green+Blue) = 191+196+158=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC49E is #403B61. Grayscale: #BEBEBE. Windows color (decimal): -4209506 or 10405055. OLE color: 10405055.
HSL color Cylindrical-coordinate representation of color #BFC49E: hue angle of 67.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC49E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 158 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.23 |
| HSL | 67.89º | 0.24% | 0.69% | - |
| HSV(B) | 67.89º | 0.19% | 0.77% | - |
| XYZ | 47.4 | 53.02 | 40.08 | - |
| YUV | 190.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 158 | 0.03 | 0 | 0.19 | 0.23 | 67.89 | 0.24 | 0.69 |
| Hex | BF | C4 | 9E | 3 | 0 | 13 | 17 | 44 | 18 | 45 |
| Octal | 277 | 304 | 236 | 3 | 0 | 23 | 27 | 104 | 30 | 105 |
| Binary | 10111111 | 11000100 | 10011110 | 11 | 0 | 10011 | 10111 | 1000100 | 11000 | 1000101 |
Color Harmonies of #BFC49E
Complementary color
Monochromatic Colors of #BFC49E
Black with #BFC49E
Text Example
Text Example
White with #BFC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC49E; }
p { color: rgb(191,196,158); }
H1.HeaderClassName
{
color: #BFC49E;
}
.AnyTagClassName
{
color: #BFC49E;
}
</style>
background-color css
<style>
a { background-color: #BFC49E; }
a { background-color: rgb(191,196,158); }
div.DivClassName
{
background-color: #BFC49E;
}
.BgClassName
{
background-color: #BFC49E;
}
</style>
border-color css
<style>
span { border-color: #BFC49E; }
span { border-color: rgb(191,196,158); }
td.TdClassName
{
border-color: #BFC49E;
}
.TagClassName
{
border-color: #BFC49E;
}
</style>