Shades of Green Mist #BFC994
Tints of Green Mist #BFC994
RGB
CMYK
RGB Variations
Color information
#BFC994 (or 0xBFC994) is known color: Green Mist. HEX triplet: BF, C9 and 94. RGB value is (191,201,148). Sum of RGB (Red+Green+Blue) = 191+201+148=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC994 is #40366B. Grayscale: #C0C0C0. Windows color (decimal): -4208236 or 9750975. OLE color: 9750975.
HSL color Cylindrical-coordinate representation of color #BFC994: hue angle of 71.32º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC994 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 148 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.21 |
| HSL | 71.32º | 0.33% | 0.68% | - |
| HSV(B) | 71.32º | 0.26% | 0.79% | - |
| XYZ | 47.72 | 54.99 | 36.12 | - |
| YUV | 191.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 148 | 0.05 | 0 | 0.26 | 0.21 | 71.32 | 0.33 | 0.68 |
| Hex | BF | C9 | 94 | 5 | 0 | 1A | 15 | 47 | 21 | 44 |
| Octal | 277 | 311 | 224 | 5 | 0 | 32 | 25 | 107 | 41 | 104 |
| Binary | 10111111 | 11001001 | 10010100 | 101 | 0 | 11010 | 10101 | 1000111 | 100001 | 1000100 |
Color Harmonies of #BFC994
Complementary color
Monochromatic Colors of #BFC994
Black with #BFC994
Text Example
Text Example
White with #BFC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC994; }
p { color: rgb(191,201,148); }
H1.HeaderClassName
{
color: #BFC994;
}
.AnyTagClassName
{
color: #BFC994;
}
</style>
background-color css
<style>
a { background-color: #BFC994; }
a { background-color: rgb(191,201,148); }
div.DivClassName
{
background-color: #BFC994;
}
.BgClassName
{
background-color: #BFC994;
}
</style>
border-color css
<style>
span { border-color: #BFC994; }
span { border-color: rgb(191,201,148); }
td.TdClassName
{
border-color: #BFC994;
}
.TagClassName
{
border-color: #BFC994;
}
</style>