Shades of Green Mist #BFC990
Tints of Green Mist #BFC990
RGB
CMYK
RGB Variations
Color information
#BFC990 (or 0xBFC990) is known color: Green Mist. HEX triplet: BF, C9 and 90. RGB value is (191,201,144). Sum of RGB (Red+Green+Blue) = 191+201+144=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC990 is #40366F. Grayscale: #BFBFBF. Windows color (decimal): -4208240 or 9488831. OLE color: 9488831.
HSL color Cylindrical-coordinate representation of color #BFC990: hue angle of 70.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC990 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 144 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.21 |
| HSL | 70.53º | 0.35% | 0.68% | - |
| HSV(B) | 70.53º | 0.28% | 0.79% | - |
| XYZ | 47.41 | 54.86 | 34.48 | - |
| YUV | 191.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 144 | 0.05 | 0 | 0.28 | 0.21 | 70.53 | 0.35 | 0.68 |
| Hex | BF | C9 | 90 | 5 | 0 | 1C | 15 | 47 | 23 | 44 |
| Octal | 277 | 311 | 220 | 5 | 0 | 34 | 25 | 107 | 43 | 104 |
| Binary | 10111111 | 11001001 | 10010000 | 101 | 0 | 11100 | 10101 | 1000111 | 100011 | 1000100 |
Color Harmonies of #BFC990
Complementary color
Monochromatic Colors of #BFC990
Black with #BFC990
Text Example
Text Example
White with #BFC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC990; }
p { color: rgb(191,201,144); }
H1.HeaderClassName
{
color: #BFC990;
}
.AnyTagClassName
{
color: #BFC990;
}
</style>
background-color css
<style>
a { background-color: #BFC990; }
a { background-color: rgb(191,201,144); }
div.DivClassName
{
background-color: #BFC990;
}
.BgClassName
{
background-color: #BFC990;
}
</style>
border-color css
<style>
span { border-color: #BFC990; }
span { border-color: rgb(191,201,144); }
td.TdClassName
{
border-color: #BFC990;
}
.TagClassName
{
border-color: #BFC990;
}
</style>