Shades of Green Mist #BCBD9F
Tints of Green Mist #BCBD9F
RGB
CMYK
RGB Variations
Color information
#BCBD9F (or 0xBCBD9F) is known color: Green Mist. HEX triplet: BC, BD and 9F. RGB value is (188,189,159). Sum of RGB (Red+Green+Blue) = 188+189+159=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD9F is #434260. Grayscale: #B9B9B9. Windows color (decimal): -4407905 or 10468796. OLE color: 10468796.
HSL color Cylindrical-coordinate representation of color #BCBD9F: hue angle of 62º 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 #BCBD9F is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 159 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.26 |
| HSL | 62º | 0.19% | 0.68% | - |
| HSV(B) | 62º | 0.16% | 0.74% | - |
| XYZ | 45.19 | 49.59 | 39.99 | - |
| YUV | 185.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 159 | 0.01 | 0 | 0.16 | 0.26 | 62 | 0.19 | 0.68 |
| Hex | BC | BD | 9F | 1 | 0 | 10 | 1A | 3E | 13 | 44 |
| Octal | 274 | 275 | 237 | 1 | 0 | 20 | 32 | 76 | 23 | 104 |
| Binary | 10111100 | 10111101 | 10011111 | 1 | 0 | 10000 | 11010 | 111110 | 10011 | 1000100 |
Color Harmonies of #BCBD9F
Complementary color
Monochromatic Colors of #BCBD9F
Black with #BCBD9F
Text Example
Text Example
White with #BCBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD9F; }
p { color: rgb(188,189,159); }
H1.HeaderClassName
{
color: #BCBD9F;
}
.AnyTagClassName
{
color: #BCBD9F;
}
</style>
background-color css
<style>
a { background-color: #BCBD9F; }
a { background-color: rgb(188,189,159); }
div.DivClassName
{
background-color: #BCBD9F;
}
.BgClassName
{
background-color: #BCBD9F;
}
</style>
border-color css
<style>
span { border-color: #BCBD9F; }
span { border-color: rgb(188,189,159); }
td.TdClassName
{
border-color: #BCBD9F;
}
.TagClassName
{
border-color: #BCBD9F;
}
</style>