Shades of Green Mist #BFC892
Tints of Green Mist #BFC892
RGB
CMYK
RGB Variations
Color information
#BFC892 (or 0xBFC892) is known color: Green Mist. HEX triplet: BF, C8 and 92. RGB value is (191,200,146). Sum of RGB (Red+Green+Blue) = 191+200+146=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC892 is #40376D. Grayscale: #BFBFBF. Windows color (decimal): -4208494 or 9619647. OLE color: 9619647.
HSL color Cylindrical-coordinate representation of color #BFC892: hue angle of 70º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC892 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 146 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.22 |
| HSL | 70º | 0.33% | 0.68% | - |
| HSV(B) | 70º | 0.27% | 0.78% | - |
| XYZ | 47.33 | 54.46 | 35.21 | - |
| YUV | 191.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 146 | 0.04 | 0 | 0.27 | 0.22 | 70 | 0.33 | 0.68 |
| Hex | BF | C8 | 92 | 4 | 0 | 1B | 16 | 46 | 21 | 44 |
| Octal | 277 | 310 | 222 | 4 | 0 | 33 | 26 | 106 | 41 | 104 |
| Binary | 10111111 | 11001000 | 10010010 | 100 | 0 | 11011 | 10110 | 1000110 | 100001 | 1000100 |
Color Harmonies of #BFC892
Complementary color
Monochromatic Colors of #BFC892
Black with #BFC892
Text Example
Text Example
White with #BFC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC892; }
p { color: rgb(191,200,146); }
H1.HeaderClassName
{
color: #BFC892;
}
.AnyTagClassName
{
color: #BFC892;
}
</style>
background-color css
<style>
a { background-color: #BFC892; }
a { background-color: rgb(191,200,146); }
div.DivClassName
{
background-color: #BFC892;
}
.BgClassName
{
background-color: #BFC892;
}
</style>
border-color css
<style>
span { border-color: #BFC892; }
span { border-color: rgb(191,200,146); }
td.TdClassName
{
border-color: #BFC892;
}
.TagClassName
{
border-color: #BFC892;
}
</style>