Shades of Pine Glade #BCBC88
Tints of Pine Glade #BCBC88
RGB
CMYK
RGB Variations
Color information
#BCBC88 (or 0xBCBC88) is known color: Pine Glade. HEX triplet: BC, BC and 88. RGB value is (188,188,136). Sum of RGB (Red+Green+Blue) = 188+188+136=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC88 is #434377. Grayscale: #B6B6B6. Windows color (decimal): -4408184 or 8961212. OLE color: 8961212.
HSL color Cylindrical-coordinate representation of color #BCBC88: hue angle of 60º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCBC88 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 136 | - |
| CMYK | 0 | 0 | 0.28 | 0.26 |
| HSL | 60º | 0.28% | 0.64% | - |
| HSV(B) | 60º | 0.28% | 0.74% | - |
| XYZ | 43.17 | 48.44 | 30.37 | - |
| YUV | 182.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 136 | 0 | 0 | 0.28 | 0.26 | 60 | 0.28 | 0.64 |
| Hex | BC | BC | 88 | 0 | 0 | 1C | 1A | 3C | 1C | 40 |
| Octal | 274 | 274 | 210 | 0 | 0 | 34 | 32 | 74 | 34 | 100 |
| Binary | 10111100 | 10111100 | 10001000 | 0 | 0 | 11100 | 11010 | 111100 | 11100 | 1000000 |
Color Harmonies of #BCBC88
Complementary color
Monochromatic Colors of #BCBC88
Black with #BCBC88
Text Example
Text Example
White with #BCBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC88; }
p { color: rgb(188,188,136); }
H1.HeaderClassName
{
color: #BCBC88;
}
.AnyTagClassName
{
color: #BCBC88;
}
</style>
background-color css
<style>
a { background-color: #BCBC88; }
a { background-color: rgb(188,188,136); }
div.DivClassName
{
background-color: #BCBC88;
}
.BgClassName
{
background-color: #BCBC88;
}
</style>
border-color css
<style>
span { border-color: #BCBC88; }
span { border-color: rgb(188,188,136); }
td.TdClassName
{
border-color: #BCBC88;
}
.TagClassName
{
border-color: #BCBC88;
}
</style>