Shades of Green Mist #BCBC9E
Tints of Green Mist #BCBC9E
RGB
CMYK
RGB Variations
Color information
#BCBC9E (or 0xBCBC9E) is known color: Green Mist. HEX triplet: BC, BC and 9E. RGB value is (188,188,158). Sum of RGB (Red+Green+Blue) = 188+188+158=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC9E is #434361. Grayscale: #B8B8B8. Windows color (decimal): -4408162 or 10403004. OLE color: 10403004.
HSL color Cylindrical-coordinate representation of color #BCBC9E: hue angle of 60º degrees, saturation: 0.18, 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 #BCBC9E is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 158 | - |
| CMYK | 0 | 0 | 0.16 | 0.26 |
| HSL | 60º | 0.18% | 0.68% | - |
| HSV(B) | 60º | 0.16% | 0.74% | - |
| XYZ | 44.89 | 49.13 | 39.46 | - |
| YUV | 184.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 158 | 0 | 0 | 0.16 | 0.26 | 60 | 0.18 | 0.68 |
| Hex | BC | BC | 9E | 0 | 0 | 10 | 1A | 3C | 12 | 44 |
| Octal | 274 | 274 | 236 | 0 | 0 | 20 | 32 | 74 | 22 | 104 |
| Binary | 10111100 | 10111100 | 10011110 | 0 | 0 | 10000 | 11010 | 111100 | 10010 | 1000100 |
Color Harmonies of #BCBC9E
Complementary color
Monochromatic Colors of #BCBC9E
Black with #BCBC9E
Text Example
Text Example
White with #BCBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC9E; }
p { color: rgb(188,188,158); }
H1.HeaderClassName
{
color: #BCBC9E;
}
.AnyTagClassName
{
color: #BCBC9E;
}
</style>
background-color css
<style>
a { background-color: #BCBC9E; }
a { background-color: rgb(188,188,158); }
div.DivClassName
{
background-color: #BCBC9E;
}
.BgClassName
{
background-color: #BCBC9E;
}
</style>
border-color css
<style>
span { border-color: #BCBC9E; }
span { border-color: rgb(188,188,158); }
td.TdClassName
{
border-color: #BCBC9E;
}
.TagClassName
{
border-color: #BCBC9E;
}
</style>