Shades of Green Mist #BFC29E
Tints of Green Mist #BFC29E
RGB
CMYK
RGB Variations
Color information
#BFC29E (or 0xBFC29E) is known color: Green Mist. HEX triplet: BF, C2 and 9E. RGB value is (191,194,158). Sum of RGB (Red+Green+Blue) = 191+194+158=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC29E is #403D61. Grayscale: #BDBDBD. Windows color (decimal): -4210018 or 10404543. OLE color: 10404543.
HSL color Cylindrical-coordinate representation of color #BFC29E: hue angle of 65º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC29E is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 158 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.24 |
| HSL | 65º | 0.23% | 0.69% | - |
| HSV(B) | 65º | 0.19% | 0.76% | - |
| XYZ | 46.95 | 52.13 | 39.94 | - |
| YUV | 189 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 158 | 0.02 | 0 | 0.19 | 0.24 | 65 | 0.23 | 0.69 |
| Hex | BF | C2 | 9E | 2 | 0 | 13 | 18 | 41 | 17 | 45 |
| Octal | 277 | 302 | 236 | 2 | 0 | 23 | 30 | 101 | 27 | 105 |
| Binary | 10111111 | 11000010 | 10011110 | 10 | 0 | 10011 | 11000 | 1000001 | 10111 | 1000101 |
Color Harmonies of #BFC29E
Complementary color
Monochromatic Colors of #BFC29E
Black with #BFC29E
Text Example
Text Example
White with #BFC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC29E; }
p { color: rgb(191,194,158); }
H1.HeaderClassName
{
color: #BFC29E;
}
.AnyTagClassName
{
color: #BFC29E;
}
</style>
background-color css
<style>
a { background-color: #BFC29E; }
a { background-color: rgb(191,194,158); }
div.DivClassName
{
background-color: #BFC29E;
}
.BgClassName
{
background-color: #BFC29E;
}
</style>
border-color css
<style>
span { border-color: #BFC29E; }
span { border-color: rgb(191,194,158); }
td.TdClassName
{
border-color: #BFC29E;
}
.TagClassName
{
border-color: #BFC29E;
}
</style>