Shades of Green Mist #BFC2A0
Tints of Green Mist #BFC2A0
RGB
CMYK
RGB Variations
Color information
#BFC2A0 (or 0xBFC2A0) is known color: Green Mist. HEX triplet: BF, C2 and A0. RGB value is (191,194,160). Sum of RGB (Red+Green+Blue) = 191+194+160=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2A0 is #403D5F. Grayscale: #BDBDBD. Windows color (decimal): -4210016 or 10535615. OLE color: 10535615.
HSL color Cylindrical-coordinate representation of color #BFC2A0: hue angle of 65.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC2A0 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 160 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.24 |
| HSL | 65.29º | 0.22% | 0.69% | - |
| HSV(B) | 65.29º | 0.18% | 0.76% | - |
| XYZ | 47.12 | 52.2 | 40.85 | - |
| YUV | 189.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 160 | 0.02 | 0 | 0.18 | 0.24 | 65.29 | 0.22 | 0.69 |
| Hex | BF | C2 | A0 | 2 | 0 | 12 | 18 | 41 | 16 | 45 |
| Octal | 277 | 302 | 240 | 2 | 0 | 22 | 30 | 101 | 26 | 105 |
| Binary | 10111111 | 11000010 | 10100000 | 10 | 0 | 10010 | 11000 | 1000001 | 10110 | 1000101 |
Color Harmonies of #BFC2A0
Complementary color
Monochromatic Colors of #BFC2A0
Black with #BFC2A0
Text Example
Text Example
White with #BFC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2A0; }
p { color: rgb(191,194,160); }
H1.HeaderClassName
{
color: #BFC2A0;
}
.AnyTagClassName
{
color: #BFC2A0;
}
</style>
background-color css
<style>
a { background-color: #BFC2A0; }
a { background-color: rgb(191,194,160); }
div.DivClassName
{
background-color: #BFC2A0;
}
.BgClassName
{
background-color: #BFC2A0;
}
</style>
border-color css
<style>
span { border-color: #BFC2A0; }
span { border-color: rgb(191,194,160); }
td.TdClassName
{
border-color: #BFC2A0;
}
.TagClassName
{
border-color: #BFC2A0;
}
</style>