Shades of Green Mist #BFC29C
Tints of Green Mist #BFC29C
RGB
CMYK
RGB Variations
Color information
#BFC29C (or 0xBFC29C) is known color: Green Mist. HEX triplet: BF, C2 and 9C. RGB value is (191,194,156). Sum of RGB (Red+Green+Blue) = 191+194+156=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC29C is #403D63. Grayscale: #BCBCBC. Windows color (decimal): -4210020 or 10273471. OLE color: 10273471.
HSL color Cylindrical-coordinate representation of color #BFC29C: hue angle of 64.74º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC29C is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 156 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.24 |
| HSL | 64.74º | 0.24% | 0.69% | - |
| HSV(B) | 64.74º | 0.2% | 0.76% | - |
| XYZ | 46.78 | 52.06 | 39.04 | - |
| YUV | 188.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 156 | 0.02 | 0 | 0.20 | 0.24 | 64.74 | 0.24 | 0.69 |
| Hex | BF | C2 | 9C | 2 | 0 | 14 | 18 | 41 | 18 | 45 |
| Octal | 277 | 302 | 234 | 2 | 0 | 24 | 30 | 101 | 30 | 105 |
| Binary | 10111111 | 11000010 | 10011100 | 10 | 0 | 10100 | 11000 | 1000001 | 11000 | 1000101 |
Color Harmonies of #BFC29C
Complementary color
Monochromatic Colors of #BFC29C
Black with #BFC29C
Text Example
Text Example
White with #BFC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC29C; }
p { color: rgb(191,194,156); }
H1.HeaderClassName
{
color: #BFC29C;
}
.AnyTagClassName
{
color: #BFC29C;
}
</style>
background-color css
<style>
a { background-color: #BFC29C; }
a { background-color: rgb(191,194,156); }
div.DivClassName
{
background-color: #BFC29C;
}
.BgClassName
{
background-color: #BFC29C;
}
</style>
border-color css
<style>
span { border-color: #BFC29C; }
span { border-color: rgb(191,194,156); }
td.TdClassName
{
border-color: #BFC29C;
}
.TagClassName
{
border-color: #BFC29C;
}
</style>