Shades of Green Mist #BFC19C
Tints of Green Mist #BFC19C
RGB
CMYK
RGB Variations
Color information
#BFC19C (or 0xBFC19C) is known color: Green Mist. HEX triplet: BF, C1 and 9C. RGB value is (191,193,156). Sum of RGB (Red+Green+Blue) = 191+193+156=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC19C is #403E63. Grayscale: #BCBCBC. Windows color (decimal): -4210276 or 10273215. OLE color: 10273215.
HSL color Cylindrical-coordinate representation of color #BFC19C: hue angle of 63.24º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC19C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 156 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.24 |
| HSL | 63.24º | 0.23% | 0.68% | - |
| HSV(B) | 63.24º | 0.19% | 0.76% | - |
| XYZ | 46.56 | 51.62 | 38.96 | - |
| YUV | 188.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 156 | 0.01 | 0 | 0.19 | 0.24 | 63.24 | 0.23 | 0.68 |
| Hex | BF | C1 | 9C | 1 | 0 | 13 | 18 | 3F | 17 | 44 |
| Octal | 277 | 301 | 234 | 1 | 0 | 23 | 30 | 77 | 27 | 104 |
| Binary | 10111111 | 11000001 | 10011100 | 1 | 0 | 10011 | 11000 | 111111 | 10111 | 1000100 |
Color Harmonies of #BFC19C
Complementary color
Monochromatic Colors of #BFC19C
Black with #BFC19C
Text Example
Text Example
White with #BFC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC19C; }
p { color: rgb(191,193,156); }
H1.HeaderClassName
{
color: #BFC19C;
}
.AnyTagClassName
{
color: #BFC19C;
}
</style>
background-color css
<style>
a { background-color: #BFC19C; }
a { background-color: rgb(191,193,156); }
div.DivClassName
{
background-color: #BFC19C;
}
.BgClassName
{
background-color: #BFC19C;
}
</style>
border-color css
<style>
span { border-color: #BFC19C; }
span { border-color: rgb(191,193,156); }
td.TdClassName
{
border-color: #BFC19C;
}
.TagClassName
{
border-color: #BFC19C;
}
</style>