Shades of Green Mist #BFC49C
Tints of Green Mist #BFC49C
RGB
CMYK
RGB Variations
Color information
#BFC49C (or 0xBFC49C) is known color: Green Mist. HEX triplet: BF, C4 and 9C. RGB value is (191,196,156). Sum of RGB (Red+Green+Blue) = 191+196+156=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC49C is #403B63. Grayscale: #BEBEBE. Windows color (decimal): -4209508 or 10273983. OLE color: 10273983.
HSL color Cylindrical-coordinate representation of color #BFC49C: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC49C is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 156 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.23 |
| HSL | 67.5º | 0.25% | 0.69% | - |
| HSV(B) | 67.5º | 0.2% | 0.77% | - |
| XYZ | 47.23 | 52.96 | 39.19 | - |
| YUV | 189.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 156 | 0.03 | 0 | 0.20 | 0.23 | 67.5 | 0.25 | 0.69 |
| Hex | BF | C4 | 9C | 3 | 0 | 14 | 17 | 44 | 19 | 45 |
| Octal | 277 | 304 | 234 | 3 | 0 | 24 | 27 | 104 | 31 | 105 |
| Binary | 10111111 | 11000100 | 10011100 | 11 | 0 | 10100 | 10111 | 1000100 | 11001 | 1000101 |
Color Harmonies of #BFC49C
Complementary color
Monochromatic Colors of #BFC49C
Black with #BFC49C
Text Example
Text Example
White with #BFC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC49C; }
p { color: rgb(191,196,156); }
H1.HeaderClassName
{
color: #BFC49C;
}
.AnyTagClassName
{
color: #BFC49C;
}
</style>
background-color css
<style>
a { background-color: #BFC49C; }
a { background-color: rgb(191,196,156); }
div.DivClassName
{
background-color: #BFC49C;
}
.BgClassName
{
background-color: #BFC49C;
}
</style>
border-color css
<style>
span { border-color: #BFC49C; }
span { border-color: rgb(191,196,156); }
td.TdClassName
{
border-color: #BFC49C;
}
.TagClassName
{
border-color: #BFC49C;
}
</style>