Shades of Green Mist #BFC197
Tints of Green Mist #BFC197
RGB
CMYK
RGB Variations
Color information
#BFC197 (or 0xBFC197) is known color: Green Mist. HEX triplet: BF, C1 and 97. RGB value is (191,193,151). Sum of RGB (Red+Green+Blue) = 191+193+151=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC197 is #403E68. Grayscale: #BBBBBB. Windows color (decimal): -4210281 or 9945535. OLE color: 9945535.
HSL color Cylindrical-coordinate representation of color #BFC197: hue angle of 62.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC197 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 151 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.24 |
| HSL | 62.86º | 0.25% | 0.67% | - |
| HSV(B) | 62.86º | 0.22% | 0.76% | - |
| XYZ | 46.14 | 51.45 | 36.78 | - |
| YUV | 187.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 151 | 0.01 | 0 | 0.22 | 0.24 | 62.86 | 0.25 | 0.67 |
| Hex | BF | C1 | 97 | 1 | 0 | 16 | 18 | 3F | 19 | 43 |
| Octal | 277 | 301 | 227 | 1 | 0 | 26 | 30 | 77 | 31 | 103 |
| Binary | 10111111 | 11000001 | 10010111 | 1 | 0 | 10110 | 11000 | 111111 | 11001 | 1000011 |
Color Harmonies of #BFC197
Complementary color
Monochromatic Colors of #BFC197
Black with #BFC197
Text Example
Text Example
White with #BFC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC197; }
p { color: rgb(191,193,151); }
H1.HeaderClassName
{
color: #BFC197;
}
.AnyTagClassName
{
color: #BFC197;
}
</style>
background-color css
<style>
a { background-color: #BFC197; }
a { background-color: rgb(191,193,151); }
div.DivClassName
{
background-color: #BFC197;
}
.BgClassName
{
background-color: #BFC197;
}
</style>
border-color css
<style>
span { border-color: #BFC197; }
span { border-color: rgb(191,193,151); }
td.TdClassName
{
border-color: #BFC197;
}
.TagClassName
{
border-color: #BFC197;
}
</style>