Shades of Green Mist #BFCB8E
Tints of Green Mist #BFCB8E
RGB
CMYK
RGB Variations
Color information
#BFCB8E (or 0xBFCB8E) is known color: Green Mist. HEX triplet: BF, CB and 8E. RGB value is (191,203,142). Sum of RGB (Red+Green+Blue) = 191+203+142=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB8E is #403471. Grayscale: #C0C0C0. Windows color (decimal): -4207730 or 9358271. OLE color: 9358271.
HSL color Cylindrical-coordinate representation of color #BFCB8E: hue angle of 71.8º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFCB8E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 142 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.20 |
| HSL | 71.8º | 0.37% | 0.68% | - |
| HSV(B) | 71.8º | 0.3% | 0.8% | - |
| XYZ | 47.72 | 55.74 | 33.83 | - |
| YUV | 192.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 142 | 0.06 | 0 | 0.30 | 0.20 | 71.8 | 0.37 | 0.68 |
| Hex | BF | CB | 8E | 6 | 0 | 1E | 14 | 48 | 25 | 44 |
| Octal | 277 | 313 | 216 | 6 | 0 | 36 | 24 | 110 | 45 | 104 |
| Binary | 10111111 | 11001011 | 10001110 | 110 | 0 | 11110 | 10100 | 1001000 | 100101 | 1000100 |
Color Harmonies of #BFCB8E
Complementary color
Monochromatic Colors of #BFCB8E
Black with #BFCB8E
Text Example
Text Example
White with #BFCB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB8E; }
p { color: rgb(191,203,142); }
H1.HeaderClassName
{
color: #BFCB8E;
}
.AnyTagClassName
{
color: #BFCB8E;
}
</style>
background-color css
<style>
a { background-color: #BFCB8E; }
a { background-color: rgb(191,203,142); }
div.DivClassName
{
background-color: #BFCB8E;
}
.BgClassName
{
background-color: #BFCB8E;
}
</style>
border-color css
<style>
span { border-color: #BFCB8E; }
span { border-color: rgb(191,203,142); }
td.TdClassName
{
border-color: #BFCB8E;
}
.TagClassName
{
border-color: #BFCB8E;
}
</style>