Shades of Green Mist #BFC195
Tints of Green Mist #BFC195
RGB
CMYK
RGB Variations
Color information
#BFC195 (or 0xBFC195) is known color: Green Mist. HEX triplet: BF, C1 and 95. RGB value is (191,193,149). Sum of RGB (Red+Green+Blue) = 191+193+149=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC195 is #403E6A. Grayscale: #BBBBBB. Windows color (decimal): -4210283 or 9814463. OLE color: 9814463.
HSL color Cylindrical-coordinate representation of color #BFC195: hue angle of 62.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC195 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 149 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.24 |
| HSL | 62.73º | 0.26% | 0.67% | - |
| HSV(B) | 62.73º | 0.23% | 0.76% | - |
| XYZ | 45.98 | 51.39 | 35.93 | - |
| YUV | 187.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 149 | 0.01 | 0 | 0.23 | 0.24 | 62.73 | 0.26 | 0.67 |
| Hex | BF | C1 | 95 | 1 | 0 | 17 | 18 | 3F | 1A | 43 |
| Octal | 277 | 301 | 225 | 1 | 0 | 27 | 30 | 77 | 32 | 103 |
| Binary | 10111111 | 11000001 | 10010101 | 1 | 0 | 10111 | 11000 | 111111 | 11010 | 1000011 |
Color Harmonies of #BFC195
Complementary color
Monochromatic Colors of #BFC195
Black with #BFC195
Text Example
Text Example
White with #BFC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC195; }
p { color: rgb(191,193,149); }
H1.HeaderClassName
{
color: #BFC195;
}
.AnyTagClassName
{
color: #BFC195;
}
</style>
background-color css
<style>
a { background-color: #BFC195; }
a { background-color: rgb(191,193,149); }
div.DivClassName
{
background-color: #BFC195;
}
.BgClassName
{
background-color: #BFC195;
}
</style>
border-color css
<style>
span { border-color: #BFC195; }
span { border-color: rgb(191,193,149); }
td.TdClassName
{
border-color: #BFC195;
}
.TagClassName
{
border-color: #BFC195;
}
</style>