Shades of Green Mist #BFC192
Tints of Green Mist #BFC192
RGB
CMYK
RGB Variations
Color information
#BFC192 (or 0xBFC192) is known color: Green Mist. HEX triplet: BF, C1 and 92. RGB value is (191,193,146). Sum of RGB (Red+Green+Blue) = 191+193+146=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC192 is #403E6D. Grayscale: #BBBBBB. Windows color (decimal): -4210286 or 9617855. OLE color: 9617855.
HSL color Cylindrical-coordinate representation of color #BFC192: hue angle of 62.55º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC192 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 146 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.24 |
| HSL | 62.55º | 0.27% | 0.66% | - |
| HSV(B) | 62.55º | 0.24% | 0.76% | - |
| XYZ | 45.74 | 51.29 | 34.68 | - |
| YUV | 187.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 146 | 0.01 | 0 | 0.24 | 0.24 | 62.55 | 0.27 | 0.66 |
| Hex | BF | C1 | 92 | 1 | 0 | 18 | 18 | 3F | 1B | 42 |
| Octal | 277 | 301 | 222 | 1 | 0 | 30 | 30 | 77 | 33 | 102 |
| Binary | 10111111 | 11000001 | 10010010 | 1 | 0 | 11000 | 11000 | 111111 | 11011 | 1000010 |
Color Harmonies of #BFC192
Complementary color
Monochromatic Colors of #BFC192
Black with #BFC192
Text Example
Text Example
White with #BFC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC192; }
p { color: rgb(191,193,146); }
H1.HeaderClassName
{
color: #BFC192;
}
.AnyTagClassName
{
color: #BFC192;
}
</style>
background-color css
<style>
a { background-color: #BFC192; }
a { background-color: rgb(191,193,146); }
div.DivClassName
{
background-color: #BFC192;
}
.BgClassName
{
background-color: #BFC192;
}
</style>
border-color css
<style>
span { border-color: #BFC192; }
span { border-color: rgb(191,193,146); }
td.TdClassName
{
border-color: #BFC192;
}
.TagClassName
{
border-color: #BFC192;
}
</style>