Shades of Green Mist #BCBC9D
Tints of Green Mist #BCBC9D
RGB
CMYK
RGB Variations
Color information
#BCBC9D (or 0xBCBC9D) is known color: Green Mist. HEX triplet: BC, BC and 9D. RGB value is (188,188,157). Sum of RGB (Red+Green+Blue) = 188+188+157=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC9D is #434362. Grayscale: #B8B8B8. Windows color (decimal): -4408163 or 10337468. OLE color: 10337468.
HSL color Cylindrical-coordinate representation of color #BCBC9D: hue angle of 60º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBC9D is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 157 | - |
| CMYK | 0 | 0 | 0.16 | 0.26 |
| HSL | 60º | 0.19% | 0.68% | - |
| HSV(B) | 60º | 0.16% | 0.74% | - |
| XYZ | 44.81 | 49.09 | 39.01 | - |
| YUV | 184.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 157 | 0 | 0 | 0.16 | 0.26 | 60 | 0.19 | 0.68 |
| Hex | BC | BC | 9D | 0 | 0 | 10 | 1A | 3C | 13 | 44 |
| Octal | 274 | 274 | 235 | 0 | 0 | 20 | 32 | 74 | 23 | 104 |
| Binary | 10111100 | 10111100 | 10011101 | 0 | 0 | 10000 | 11010 | 111100 | 10011 | 1000100 |
Color Harmonies of #BCBC9D
Complementary color
Monochromatic Colors of #BCBC9D
Black with #BCBC9D
Text Example
Text Example
White with #BCBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC9D; }
p { color: rgb(188,188,157); }
H1.HeaderClassName
{
color: #BCBC9D;
}
.AnyTagClassName
{
color: #BCBC9D;
}
</style>
background-color css
<style>
a { background-color: #BCBC9D; }
a { background-color: rgb(188,188,157); }
div.DivClassName
{
background-color: #BCBC9D;
}
.BgClassName
{
background-color: #BCBC9D;
}
</style>
border-color css
<style>
span { border-color: #BCBC9D; }
span { border-color: rgb(188,188,157); }
td.TdClassName
{
border-color: #BCBC9D;
}
.TagClassName
{
border-color: #BCBC9D;
}
</style>