Shades of Pine Glade #BCBC89
Tints of Pine Glade #BCBC89
RGB
CMYK
RGB Variations
Color information
#BCBC89 (or 0xBCBC89) is known color: Pine Glade. HEX triplet: BC, BC and 89. RGB value is (188,188,137). Sum of RGB (Red+Green+Blue) = 188+188+137=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC89 is #434376. Grayscale: #B6B6B6. Windows color (decimal): -4408183 or 9026748. OLE color: 9026748.
HSL color Cylindrical-coordinate representation of color #BCBC89: 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.27%. Process color model (Four color, CMYK) of #BCBC89 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 137 | - |
| CMYK | 0 | 0 | 0.27 | 0.26 |
| HSL | 60º | 0.28% | 0.64% | - |
| HSV(B) | 60º | 0.27% | 0.74% | - |
| XYZ | 43.24 | 48.46 | 30.74 | - |
| YUV | 182.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 137 | 0 | 0 | 0.27 | 0.26 | 60 | 0.28 | 0.64 |
| Hex | BC | BC | 89 | 0 | 0 | 1B | 1A | 3C | 1C | 40 |
| Octal | 274 | 274 | 211 | 0 | 0 | 33 | 32 | 74 | 34 | 100 |
| Binary | 10111100 | 10111100 | 10001001 | 0 | 0 | 11011 | 11010 | 111100 | 11100 | 1000000 |
Color Harmonies of #BCBC89
Complementary color
Monochromatic Colors of #BCBC89
Black with #BCBC89
Text Example
Text Example
White with #BCBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC89; }
p { color: rgb(188,188,137); }
H1.HeaderClassName
{
color: #BCBC89;
}
.AnyTagClassName
{
color: #BCBC89;
}
</style>
background-color css
<style>
a { background-color: #BCBC89; }
a { background-color: rgb(188,188,137); }
div.DivClassName
{
background-color: #BCBC89;
}
.BgClassName
{
background-color: #BCBC89;
}
</style>
border-color css
<style>
span { border-color: #BCBC89; }
span { border-color: rgb(188,188,137); }
td.TdClassName
{
border-color: #BCBC89;
}
.TagClassName
{
border-color: #BCBC89;
}
</style>