Shades of Green Mist #BFC996
Tints of Green Mist #BFC996
RGB
CMYK
RGB Variations
Color information
#BFC996 (or 0xBFC996) is known color: Green Mist. HEX triplet: BF, C9 and 96. RGB value is (191,201,150). Sum of RGB (Red+Green+Blue) = 191+201+150=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC996 is #403669. Grayscale: #C0C0C0. Windows color (decimal): -4208234 or 9882047. OLE color: 9882047.
HSL color Cylindrical-coordinate representation of color #BFC996: hue angle of 71.76º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC996 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 150 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.21 |
| HSL | 71.76º | 0.32% | 0.69% | - |
| HSV(B) | 71.76º | 0.25% | 0.79% | - |
| XYZ | 47.88 | 55.05 | 36.96 | - |
| YUV | 192.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 150 | 0.05 | 0 | 0.25 | 0.21 | 71.76 | 0.32 | 0.69 |
| Hex | BF | C9 | 96 | 5 | 0 | 19 | 15 | 48 | 20 | 45 |
| Octal | 277 | 311 | 226 | 5 | 0 | 31 | 25 | 110 | 40 | 105 |
| Binary | 10111111 | 11001001 | 10010110 | 101 | 0 | 11001 | 10101 | 1001000 | 100000 | 1000101 |
Color Harmonies of #BFC996
Complementary color
Monochromatic Colors of #BFC996
Black with #BFC996
Text Example
Text Example
White with #BFC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC996; }
p { color: rgb(191,201,150); }
H1.HeaderClassName
{
color: #BFC996;
}
.AnyTagClassName
{
color: #BFC996;
}
</style>
background-color css
<style>
a { background-color: #BFC996; }
a { background-color: rgb(191,201,150); }
div.DivClassName
{
background-color: #BFC996;
}
.BgClassName
{
background-color: #BFC996;
}
</style>
border-color css
<style>
span { border-color: #BFC996; }
span { border-color: rgb(191,201,150); }
td.TdClassName
{
border-color: #BFC996;
}
.TagClassName
{
border-color: #BFC996;
}
</style>