Shades of Green Mist #BFC0A0
Tints of Green Mist #BFC0A0
RGB
CMYK
RGB Variations
Color information
#BFC0A0 (or 0xBFC0A0) is known color: Green Mist. HEX triplet: BF, C0 and A0. RGB value is (191,192,160). Sum of RGB (Red+Green+Blue) = 191+192+160=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC0A0 is #403F5F. Grayscale: #BCBCBC. Windows color (decimal): -4210528 or 10535103. OLE color: 10535103.
HSL color Cylindrical-coordinate representation of color #BFC0A0: hue angle of 61.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC0A0 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 160 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.25 |
| HSL | 61.88º | 0.2% | 0.69% | - |
| HSV(B) | 61.88º | 0.17% | 0.75% | - |
| XYZ | 46.68 | 51.31 | 40.7 | - |
| YUV | 188.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 160 | 0.01 | 0 | 0.17 | 0.25 | 61.88 | 0.2 | 0.69 |
| Hex | BF | C0 | A0 | 1 | 0 | 11 | 19 | 3E | 14 | 45 |
| Octal | 277 | 300 | 240 | 1 | 0 | 21 | 31 | 76 | 24 | 105 |
| Binary | 10111111 | 11000000 | 10100000 | 1 | 0 | 10001 | 11001 | 111110 | 10100 | 1000101 |
Color Harmonies of #BFC0A0
Complementary color
Monochromatic Colors of #BFC0A0
Black with #BFC0A0
Text Example
Text Example
White with #BFC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0A0; }
p { color: rgb(191,192,160); }
H1.HeaderClassName
{
color: #BFC0A0;
}
.AnyTagClassName
{
color: #BFC0A0;
}
</style>
background-color css
<style>
a { background-color: #BFC0A0; }
a { background-color: rgb(191,192,160); }
div.DivClassName
{
background-color: #BFC0A0;
}
.BgClassName
{
background-color: #BFC0A0;
}
</style>
border-color css
<style>
span { border-color: #BFC0A0; }
span { border-color: rgb(191,192,160); }
td.TdClassName
{
border-color: #BFC0A0;
}
.TagClassName
{
border-color: #BFC0A0;
}
</style>