Shades of Pine Glade #BCBE86
Tints of Pine Glade #BCBE86
RGB
CMYK
RGB Variations
Color information
#BCBE86 (or 0xBCBE86) is known color: Pine Glade. HEX triplet: BC, BE and 86. RGB value is (188,190,134). Sum of RGB (Red+Green+Blue) = 188+190+134=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE86 is #434179. Grayscale: #B7B7B7. Windows color (decimal): -4407674 or 8830652. OLE color: 8830652.
HSL color Cylindrical-coordinate representation of color #BCBE86: hue angle of 62.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCBE86 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 134 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.25 |
| HSL | 62.14º | 0.3% | 0.64% | - |
| HSV(B) | 62.14º | 0.29% | 0.75% | - |
| XYZ | 43.46 | 49.24 | 29.77 | - |
| YUV | 183.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 134 | 0.01 | 0 | 0.29 | 0.25 | 62.14 | 0.3 | 0.64 |
| Hex | BC | BE | 86 | 1 | 0 | 1D | 19 | 3E | 1E | 40 |
| Octal | 274 | 276 | 206 | 1 | 0 | 35 | 31 | 76 | 36 | 100 |
| Binary | 10111100 | 10111110 | 10000110 | 1 | 0 | 11101 | 11001 | 111110 | 11110 | 1000000 |
Color Harmonies of #BCBE86
Complementary color
Monochromatic Colors of #BCBE86
Black with #BCBE86
Text Example
Text Example
White with #BCBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE86; }
p { color: rgb(188,190,134); }
H1.HeaderClassName
{
color: #BCBE86;
}
.AnyTagClassName
{
color: #BCBE86;
}
</style>
background-color css
<style>
a { background-color: #BCBE86; }
a { background-color: rgb(188,190,134); }
div.DivClassName
{
background-color: #BCBE86;
}
.BgClassName
{
background-color: #BCBE86;
}
</style>
border-color css
<style>
span { border-color: #BCBE86; }
span { border-color: rgb(188,190,134); }
td.TdClassName
{
border-color: #BCBE86;
}
.TagClassName
{
border-color: #BCBE86;
}
</style>