Shades of Pine Glade #BCBF86
Tints of Pine Glade #BCBF86
RGB
CMYK
RGB Variations
Color information
#BCBF86 (or 0xBCBF86) is known color: Pine Glade. HEX triplet: BC, BF and 86. RGB value is (188,191,134). Sum of RGB (Red+Green+Blue) = 188+191+134=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF86 is #434079. Grayscale: #B7B7B7. Windows color (decimal): -4407418 or 8830908. OLE color: 8830908.
HSL color Cylindrical-coordinate representation of color #BCBF86: hue angle of 63.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCBF86 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 134 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.25 |
| HSL | 63.16º | 0.31% | 0.64% | - |
| HSV(B) | 63.16º | 0.3% | 0.75% | - |
| XYZ | 43.67 | 49.67 | 29.84 | - |
| YUV | 183.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 134 | 0.02 | 0 | 0.30 | 0.25 | 63.16 | 0.31 | 0.64 |
| Hex | BC | BF | 86 | 2 | 0 | 1E | 19 | 3F | 1F | 40 |
| Octal | 274 | 277 | 206 | 2 | 0 | 36 | 31 | 77 | 37 | 100 |
| Binary | 10111100 | 10111111 | 10000110 | 10 | 0 | 11110 | 11001 | 111111 | 11111 | 1000000 |
Color Harmonies of #BCBF86
Complementary color
Monochromatic Colors of #BCBF86
Black with #BCBF86
Text Example
Text Example
White with #BCBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF86; }
p { color: rgb(188,191,134); }
H1.HeaderClassName
{
color: #BCBF86;
}
.AnyTagClassName
{
color: #BCBF86;
}
</style>
background-color css
<style>
a { background-color: #BCBF86; }
a { background-color: rgb(188,191,134); }
div.DivClassName
{
background-color: #BCBF86;
}
.BgClassName
{
background-color: #BCBF86;
}
</style>
border-color css
<style>
span { border-color: #BCBF86; }
span { border-color: rgb(188,191,134); }
td.TdClassName
{
border-color: #BCBF86;
}
.TagClassName
{
border-color: #BCBF86;
}
</style>