Shades of Green Mist #BFC097
Tints of Green Mist #BFC097
RGB
CMYK
RGB Variations
Color information
#BFC097 (or 0xBFC097) is known color: Green Mist. HEX triplet: BF, C0 and 97. RGB value is (191,192,151). Sum of RGB (Red+Green+Blue) = 191+192+151=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC097 is #403F68. Grayscale: #BBBBBB. Windows color (decimal): -4210537 or 9945279. OLE color: 9945279.
HSL color Cylindrical-coordinate representation of color #BFC097: hue angle of 61.46º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC097 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 151 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.25 |
| HSL | 61.46º | 0.25% | 0.67% | - |
| HSV(B) | 61.46º | 0.21% | 0.75% | - |
| XYZ | 45.92 | 51.01 | 36.7 | - |
| YUV | 187.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 151 | 0.01 | 0 | 0.21 | 0.25 | 61.46 | 0.25 | 0.67 |
| Hex | BF | C0 | 97 | 1 | 0 | 15 | 19 | 3D | 19 | 43 |
| Octal | 277 | 300 | 227 | 1 | 0 | 25 | 31 | 75 | 31 | 103 |
| Binary | 10111111 | 11000000 | 10010111 | 1 | 0 | 10101 | 11001 | 111101 | 11001 | 1000011 |
Color Harmonies of #BFC097
Complementary color
Monochromatic Colors of #BFC097
Black with #BFC097
Text Example
Text Example
White with #BFC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC097; }
p { color: rgb(191,192,151); }
H1.HeaderClassName
{
color: #BFC097;
}
.AnyTagClassName
{
color: #BFC097;
}
</style>
background-color css
<style>
a { background-color: #BFC097; }
a { background-color: rgb(191,192,151); }
div.DivClassName
{
background-color: #BFC097;
}
.BgClassName
{
background-color: #BFC097;
}
</style>
border-color css
<style>
span { border-color: #BFC097; }
span { border-color: rgb(191,192,151); }
td.TdClassName
{
border-color: #BFC097;
}
.TagClassName
{
border-color: #BFC097;
}
</style>