Shades of Pine Glade #BCC686
Tints of Pine Glade #BCC686
RGB
CMYK
RGB Variations
Color information
#BCC686 (or 0xBCC686) is known color: Pine Glade. HEX triplet: BC, C6 and 86. RGB value is (188,198,134). Sum of RGB (Red+Green+Blue) = 188+198+134=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC686 is #433979. Grayscale: #BBBBBB. Windows color (decimal): -4405626 or 8832700. OLE color: 8832700.
HSL color Cylindrical-coordinate representation of color #BCC686: hue angle of 69.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC686 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 134 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.22 |
| HSL | 69.38º | 0.36% | 0.65% | - |
| HSV(B) | 69.38º | 0.32% | 0.78% | - |
| XYZ | 45.24 | 52.8 | 30.36 | - |
| YUV | 187.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 134 | 0.05 | 0 | 0.32 | 0.22 | 69.38 | 0.36 | 0.65 |
| Hex | BC | C6 | 86 | 5 | 0 | 20 | 16 | 45 | 24 | 41 |
| Octal | 274 | 306 | 206 | 5 | 0 | 40 | 26 | 105 | 44 | 101 |
| Binary | 10111100 | 11000110 | 10000110 | 101 | 0 | 100000 | 10110 | 1000101 | 100100 | 1000001 |
Color Harmonies of #BCC686
Complementary color
Monochromatic Colors of #BCC686
Black with #BCC686
Text Example
Text Example
White with #BCC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC686; }
p { color: rgb(188,198,134); }
H1.HeaderClassName
{
color: #BCC686;
}
.AnyTagClassName
{
color: #BCC686;
}
</style>
background-color css
<style>
a { background-color: #BCC686; }
a { background-color: rgb(188,198,134); }
div.DivClassName
{
background-color: #BCC686;
}
.BgClassName
{
background-color: #BCC686;
}
</style>
border-color css
<style>
span { border-color: #BCC686; }
span { border-color: rgb(188,198,134); }
td.TdClassName
{
border-color: #BCC686;
}
.TagClassName
{
border-color: #BCC686;
}
</style>