Shades of Green Mist #BFC1A1
Tints of Green Mist #BFC1A1
RGB
CMYK
RGB Variations
Color information
#BFC1A1 (or 0xBFC1A1) is known color: Green Mist. HEX triplet: BF, C1 and A1. RGB value is (191,193,161). Sum of RGB (Red+Green+Blue) = 191+193+161=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC1A1 is #403E5E. Grayscale: #BCBCBC. Windows color (decimal): -4210271 or 10600895. OLE color: 10600895.
HSL color Cylindrical-coordinate representation of color #BFC1A1: hue angle of 63.75º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFC1A1 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 161 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.24 |
| HSL | 63.75º | 0.21% | 0.69% | - |
| HSV(B) | 63.75º | 0.17% | 0.76% | - |
| XYZ | 46.99 | 51.79 | 41.24 | - |
| YUV | 188.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 161 | 0.01 | 0 | 0.17 | 0.24 | 63.75 | 0.21 | 0.69 |
| Hex | BF | C1 | A1 | 1 | 0 | 11 | 18 | 40 | 15 | 45 |
| Octal | 277 | 301 | 241 | 1 | 0 | 21 | 30 | 100 | 25 | 105 |
| Binary | 10111111 | 11000001 | 10100001 | 1 | 0 | 10001 | 11000 | 1000000 | 10101 | 1000101 |
Color Harmonies of #BFC1A1
Complementary color
Monochromatic Colors of #BFC1A1
Black with #BFC1A1
Text Example
Text Example
White with #BFC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1A1; }
p { color: rgb(191,193,161); }
H1.HeaderClassName
{
color: #BFC1A1;
}
.AnyTagClassName
{
color: #BFC1A1;
}
</style>
background-color css
<style>
a { background-color: #BFC1A1; }
a { background-color: rgb(191,193,161); }
div.DivClassName
{
background-color: #BFC1A1;
}
.BgClassName
{
background-color: #BFC1A1;
}
</style>
border-color css
<style>
span { border-color: #BFC1A1; }
span { border-color: rgb(191,193,161); }
td.TdClassName
{
border-color: #BFC1A1;
}
.TagClassName
{
border-color: #BFC1A1;
}
</style>