Shades of Pine Glade #BCBE80
Tints of Pine Glade #BCBE80
RGB
CMYK
RGB Variations
Color information
#BCBE80 (or 0xBCBE80) is known color: Pine Glade. HEX triplet: BC, BE and 80. RGB value is (188,190,128). Sum of RGB (Red+Green+Blue) = 188+190+128=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE80 is #43417F. Grayscale: #B6B6B6. Windows color (decimal): -4407680 or 8437436. OLE color: 8437436.
HSL color Cylindrical-coordinate representation of color #BCBE80: hue angle of 61.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCBE80 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 128 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.25 |
| HSL | 61.94º | 0.32% | 0.62% | - |
| HSV(B) | 61.94º | 0.33% | 0.75% | - |
| XYZ | 43.05 | 49.08 | 27.63 | - |
| YUV | 182.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 128 | 0.01 | 0 | 0.33 | 0.25 | 61.94 | 0.32 | 0.62 |
| Hex | BC | BE | 80 | 1 | 0 | 21 | 19 | 3E | 20 | 3E |
| Octal | 274 | 276 | 200 | 1 | 0 | 41 | 31 | 76 | 40 | 76 |
| Binary | 10111100 | 10111110 | 10000000 | 1 | 0 | 100001 | 11001 | 111110 | 100000 | 111110 |
Color Harmonies of #BCBE80
Complementary color
Monochromatic Colors of #BCBE80
Black with #BCBE80
Text Example
Text Example
White with #BCBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE80; }
p { color: rgb(188,190,128); }
H1.HeaderClassName
{
color: #BCBE80;
}
.AnyTagClassName
{
color: #BCBE80;
}
</style>
background-color css
<style>
a { background-color: #BCBE80; }
a { background-color: rgb(188,190,128); }
div.DivClassName
{
background-color: #BCBE80;
}
.BgClassName
{
background-color: #BCBE80;
}
</style>
border-color css
<style>
span { border-color: #BCBE80; }
span { border-color: rgb(188,190,128); }
td.TdClassName
{
border-color: #BCBE80;
}
.TagClassName
{
border-color: #BCBE80;
}
</style>