Shades of Pine Glade #BCBE85
Tints of Pine Glade #BCBE85
RGB
CMYK
RGB Variations
Color information
#BCBE85 (or 0xBCBE85) is known color: Pine Glade. HEX triplet: BC, BE and 85. RGB value is (188,190,133). Sum of RGB (Red+Green+Blue) = 188+190+133=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE85 is #43417A. Grayscale: #B7B7B7. Windows color (decimal): -4407675 or 8765116. OLE color: 8765116.
HSL color Cylindrical-coordinate representation of color #BCBE85: hue angle of 62.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCBE85 is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 133 | - |
| CMYK | 0.01 | 0 | 0.3 | 0.25 |
| HSL | 62.11º | 0.3% | 0.63% | - |
| HSV(B) | 62.11º | 0.3% | 0.75% | - |
| XYZ | 43.39 | 49.21 | 29.4 | - |
| YUV | 182.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 133 | 0.01 | 0 | 0.3 | 0.25 | 62.11 | 0.3 | 0.63 |
| Hex | BC | BE | 85 | 1 | 0 | 1E | 19 | 3E | 1E | 3F |
| Octal | 274 | 276 | 205 | 1 | 0 | 36 | 31 | 76 | 36 | 77 |
| Binary | 10111100 | 10111110 | 10000101 | 1 | 0 | 11110 | 11001 | 111110 | 11110 | 111111 |
Color Harmonies of #BCBE85
Complementary color
Monochromatic Colors of #BCBE85
Black with #BCBE85
Text Example
Text Example
White with #BCBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE85; }
p { color: rgb(188,190,133); }
H1.HeaderClassName
{
color: #BCBE85;
}
.AnyTagClassName
{
color: #BCBE85;
}
</style>
background-color css
<style>
a { background-color: #BCBE85; }
a { background-color: rgb(188,190,133); }
div.DivClassName
{
background-color: #BCBE85;
}
.BgClassName
{
background-color: #BCBE85;
}
</style>
border-color css
<style>
span { border-color: #BCBE85; }
span { border-color: rgb(188,190,133); }
td.TdClassName
{
border-color: #BCBE85;
}
.TagClassName
{
border-color: #BCBE85;
}
</style>