Shades of Green Mist #BFC09B
Tints of Green Mist #BFC09B
RGB
CMYK
RGB Variations
Color information
#BFC09B (or 0xBFC09B) is known color: Green Mist. HEX triplet: BF, C0 and 9B. RGB value is (191,192,155). Sum of RGB (Red+Green+Blue) = 191+192+155=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC09B is #403F64. Grayscale: #BBBBBB. Windows color (decimal): -4210533 or 10207423. OLE color: 10207423.
HSL color Cylindrical-coordinate representation of color #BFC09B: hue angle of 61.62º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC09B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 155 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.25 |
| HSL | 61.62º | 0.23% | 0.68% | - |
| HSV(B) | 61.62º | 0.19% | 0.75% | - |
| XYZ | 46.25 | 51.14 | 38.44 | - |
| YUV | 187.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 155 | 0.01 | 0 | 0.19 | 0.25 | 61.62 | 0.23 | 0.68 |
| Hex | BF | C0 | 9B | 1 | 0 | 13 | 19 | 3E | 17 | 44 |
| Octal | 277 | 300 | 233 | 1 | 0 | 23 | 31 | 76 | 27 | 104 |
| Binary | 10111111 | 11000000 | 10011011 | 1 | 0 | 10011 | 11001 | 111110 | 10111 | 1000100 |
Color Harmonies of #BFC09B
Complementary color
Monochromatic Colors of #BFC09B
Black with #BFC09B
Text Example
Text Example
White with #BFC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC09B; }
p { color: rgb(191,192,155); }
H1.HeaderClassName
{
color: #BFC09B;
}
.AnyTagClassName
{
color: #BFC09B;
}
</style>
background-color css
<style>
a { background-color: #BFC09B; }
a { background-color: rgb(191,192,155); }
div.DivClassName
{
background-color: #BFC09B;
}
.BgClassName
{
background-color: #BFC09B;
}
</style>
border-color css
<style>
span { border-color: #BFC09B; }
span { border-color: rgb(191,192,155); }
td.TdClassName
{
border-color: #BFC09B;
}
.TagClassName
{
border-color: #BFC09B;
}
</style>