Shades of Pine Glade #BCBD87
Tints of Pine Glade #BCBD87
RGB
CMYK
RGB Variations
Color information
#BCBD87 (or 0xBCBD87) is known color: Pine Glade. HEX triplet: BC, BD and 87. RGB value is (188,189,135). Sum of RGB (Red+Green+Blue) = 188+189+135=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD87 is #434278. Grayscale: #B6B6B6. Windows color (decimal): -4407929 or 8895932. OLE color: 8895932.
HSL color Cylindrical-coordinate representation of color #BCBD87: hue angle of 61.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCBD87 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 135 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.26 |
| HSL | 61.11º | 0.29% | 0.64% | - |
| HSV(B) | 61.11º | 0.29% | 0.74% | - |
| XYZ | 43.31 | 48.84 | 30.07 | - |
| YUV | 182.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 135 | 0.01 | 0 | 0.29 | 0.26 | 61.11 | 0.29 | 0.64 |
| Hex | BC | BD | 87 | 1 | 0 | 1D | 1A | 3D | 1D | 40 |
| Octal | 274 | 275 | 207 | 1 | 0 | 35 | 32 | 75 | 35 | 100 |
| Binary | 10111100 | 10111101 | 10000111 | 1 | 0 | 11101 | 11010 | 111101 | 11101 | 1000000 |
Color Harmonies of #BCBD87
Complementary color
Monochromatic Colors of #BCBD87
Black with #BCBD87
Text Example
Text Example
White with #BCBD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD87; }
p { color: rgb(188,189,135); }
H1.HeaderClassName
{
color: #BCBD87;
}
.AnyTagClassName
{
color: #BCBD87;
}
</style>
background-color css
<style>
a { background-color: #BCBD87; }
a { background-color: rgb(188,189,135); }
div.DivClassName
{
background-color: #BCBD87;
}
.BgClassName
{
background-color: #BCBD87;
}
</style>
border-color css
<style>
span { border-color: #BCBD87; }
span { border-color: rgb(188,189,135); }
td.TdClassName
{
border-color: #BCBD87;
}
.TagClassName
{
border-color: #BCBD87;
}
</style>