Shades of Green Mist #BFC894
Tints of Green Mist #BFC894
RGB
CMYK
RGB Variations
Color information
#BFC894 (or 0xBFC894) is known color: Green Mist. HEX triplet: BF, C8 and 94. RGB value is (191,200,148). Sum of RGB (Red+Green+Blue) = 191+200+148=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC894 is #40376B. Grayscale: #BFBFBF. Windows color (decimal): -4208492 or 9750719. OLE color: 9750719.
HSL color Cylindrical-coordinate representation of color #BFC894: hue angle of 70.38º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC894 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 148 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.22 |
| HSL | 70.38º | 0.32% | 0.68% | - |
| HSV(B) | 70.38º | 0.26% | 0.78% | - |
| XYZ | 47.49 | 54.52 | 36.04 | - |
| YUV | 191.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 148 | 0.04 | 0 | 0.26 | 0.22 | 70.38 | 0.32 | 0.68 |
| Hex | BF | C8 | 94 | 4 | 0 | 1A | 16 | 46 | 20 | 44 |
| Octal | 277 | 310 | 224 | 4 | 0 | 32 | 26 | 106 | 40 | 104 |
| Binary | 10111111 | 11001000 | 10010100 | 100 | 0 | 11010 | 10110 | 1000110 | 100000 | 1000100 |
Color Harmonies of #BFC894
Complementary color
Monochromatic Colors of #BFC894
Black with #BFC894
Text Example
Text Example
White with #BFC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC894; }
p { color: rgb(191,200,148); }
H1.HeaderClassName
{
color: #BFC894;
}
.AnyTagClassName
{
color: #BFC894;
}
</style>
background-color css
<style>
a { background-color: #BFC894; }
a { background-color: rgb(191,200,148); }
div.DivClassName
{
background-color: #BFC894;
}
.BgClassName
{
background-color: #BFC894;
}
</style>
border-color css
<style>
span { border-color: #BFC894; }
span { border-color: rgb(191,200,148); }
td.TdClassName
{
border-color: #BFC894;
}
.TagClassName
{
border-color: #BFC894;
}
</style>