Shades of Green Mist #BCBD8C
Tints of Green Mist #BCBD8C
RGB
CMYK
RGB Variations
Color information
#BCBD8C (or 0xBCBD8C) is known color: Green Mist. HEX triplet: BC, BD and 8C. RGB value is (188,189,140). Sum of RGB (Red+Green+Blue) = 188+189+140=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD8C is #434273. Grayscale: #B7B7B7. Windows color (decimal): -4407924 or 9223612. OLE color: 9223612.
HSL color Cylindrical-coordinate representation of color #BCBD8C: hue angle of 61.22º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBD8C is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 140 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.26 |
| HSL | 61.22º | 0.27% | 0.65% | - |
| HSV(B) | 61.22º | 0.26% | 0.74% | - |
| XYZ | 43.67 | 48.98 | 31.96 | - |
| YUV | 183.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 140 | 0.01 | 0 | 0.26 | 0.26 | 61.22 | 0.27 | 0.65 |
| Hex | BC | BD | 8C | 1 | 0 | 1A | 1A | 3D | 1B | 41 |
| Octal | 274 | 275 | 214 | 1 | 0 | 32 | 32 | 75 | 33 | 101 |
| Binary | 10111100 | 10111101 | 10001100 | 1 | 0 | 11010 | 11010 | 111101 | 11011 | 1000001 |
Color Harmonies of #BCBD8C
Complementary color
Monochromatic Colors of #BCBD8C
Black with #BCBD8C
Text Example
Text Example
White with #BCBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD8C; }
p { color: rgb(188,189,140); }
H1.HeaderClassName
{
color: #BCBD8C;
}
.AnyTagClassName
{
color: #BCBD8C;
}
</style>
background-color css
<style>
a { background-color: #BCBD8C; }
a { background-color: rgb(188,189,140); }
div.DivClassName
{
background-color: #BCBD8C;
}
.BgClassName
{
background-color: #BCBD8C;
}
</style>
border-color css
<style>
span { border-color: #BCBD8C; }
span { border-color: rgb(188,189,140); }
td.TdClassName
{
border-color: #BCBD8C;
}
.TagClassName
{
border-color: #BCBD8C;
}
</style>