Shades of Pine Glade #BCBE7E
Tints of Pine Glade #BCBE7E
RGB
CMYK
RGB Variations
Color information
#BCBE7E (or 0xBCBE7E) is known color: Pine Glade. HEX triplet: BC, BE and 7E. RGB value is (188,190,126). Sum of RGB (Red+Green+Blue) = 188+190+126=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE7E is #434181. Grayscale: #B6B6B6. Windows color (decimal): -4407682 or 8306364. OLE color: 8306364.
HSL color Cylindrical-coordinate representation of color #BCBE7E: hue angle of 61.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCBE7E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 126 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.25 |
| HSL | 61.88º | 0.33% | 0.62% | - |
| HSV(B) | 61.88º | 0.34% | 0.75% | - |
| XYZ | 42.92 | 49.02 | 26.94 | - |
| YUV | 182.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 126 | 0.01 | 0 | 0.34 | 0.25 | 61.88 | 0.33 | 0.62 |
| Hex | BC | BE | 7E | 1 | 0 | 22 | 19 | 3E | 21 | 3E |
| Octal | 274 | 276 | 176 | 1 | 0 | 42 | 31 | 76 | 41 | 76 |
| Binary | 10111100 | 10111110 | 1111110 | 1 | 0 | 100010 | 11001 | 111110 | 100001 | 111110 |
Color Harmonies of #BCBE7E
Complementary color
Monochromatic Colors of #BCBE7E
Black with #BCBE7E
Text Example
Text Example
White with #BCBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE7E; }
p { color: rgb(188,190,126); }
H1.HeaderClassName
{
color: #BCBE7E;
}
.AnyTagClassName
{
color: #BCBE7E;
}
</style>
background-color css
<style>
a { background-color: #BCBE7E; }
a { background-color: rgb(188,190,126); }
div.DivClassName
{
background-color: #BCBE7E;
}
.BgClassName
{
background-color: #BCBE7E;
}
</style>
border-color css
<style>
span { border-color: #BCBE7E; }
span { border-color: rgb(188,190,126); }
td.TdClassName
{
border-color: #BCBE7E;
}
.TagClassName
{
border-color: #BCBE7E;
}
</style>