Shades of Green Mist #BCBD9B
Tints of Green Mist #BCBD9B
RGB
CMYK
RGB Variations
Color information
#BCBD9B (or 0xBCBD9B) is known color: Green Mist. HEX triplet: BC, BD and 9B. RGB value is (188,189,155). Sum of RGB (Red+Green+Blue) = 188+189+155=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD9B is #434264. Grayscale: #B8B8B8. Windows color (decimal): -4407909 or 10206652. OLE color: 10206652.
HSL color Cylindrical-coordinate representation of color #BCBD9B: hue angle of 61.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBD9B is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 155 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.26 |
| HSL | 61.76º | 0.2% | 0.67% | - |
| HSV(B) | 61.76º | 0.18% | 0.74% | - |
| XYZ | 44.85 | 49.45 | 38.19 | - |
| YUV | 184.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 155 | 0.01 | 0 | 0.18 | 0.26 | 61.76 | 0.2 | 0.67 |
| Hex | BC | BD | 9B | 1 | 0 | 12 | 1A | 3E | 14 | 43 |
| Octal | 274 | 275 | 233 | 1 | 0 | 22 | 32 | 76 | 24 | 103 |
| Binary | 10111100 | 10111101 | 10011011 | 1 | 0 | 10010 | 11010 | 111110 | 10100 | 1000011 |
Color Harmonies of #BCBD9B
Complementary color
Monochromatic Colors of #BCBD9B
Black with #BCBD9B
Text Example
Text Example
White with #BCBD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD9B; }
p { color: rgb(188,189,155); }
H1.HeaderClassName
{
color: #BCBD9B;
}
.AnyTagClassName
{
color: #BCBD9B;
}
</style>
background-color css
<style>
a { background-color: #BCBD9B; }
a { background-color: rgb(188,189,155); }
div.DivClassName
{
background-color: #BCBD9B;
}
.BgClassName
{
background-color: #BCBD9B;
}
</style>
border-color css
<style>
span { border-color: #BCBD9B; }
span { border-color: rgb(188,189,155); }
td.TdClassName
{
border-color: #BCBD9B;
}
.TagClassName
{
border-color: #BCBD9B;
}
</style>