Shades of Pine Glade #BCBE82
Tints of Pine Glade #BCBE82
RGB
CMYK
RGB Variations
Color information
#BCBE82 (or 0xBCBE82) is known color: Pine Glade. HEX triplet: BC, BE and 82. RGB value is (188,190,130). Sum of RGB (Red+Green+Blue) = 188+190+130=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE82 is #43417D. Grayscale: #B6B6B6. Windows color (decimal): -4407678 or 8568508. OLE color: 8568508.
HSL color Cylindrical-coordinate representation of color #BCBE82: hue angle of 62º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCBE82 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 130 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.25 |
| HSL | 62º | 0.32% | 0.63% | - |
| HSV(B) | 62º | 0.32% | 0.75% | - |
| XYZ | 43.18 | 49.13 | 28.33 | - |
| YUV | 182.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 130 | 0.01 | 0 | 0.32 | 0.25 | 62 | 0.32 | 0.63 |
| Hex | BC | BE | 82 | 1 | 0 | 20 | 19 | 3E | 20 | 3F |
| Octal | 274 | 276 | 202 | 1 | 0 | 40 | 31 | 76 | 40 | 77 |
| Binary | 10111100 | 10111110 | 10000010 | 1 | 0 | 100000 | 11001 | 111110 | 100000 | 111111 |
Color Harmonies of #BCBE82
Complementary color
Monochromatic Colors of #BCBE82
Black with #BCBE82
Text Example
Text Example
White with #BCBE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE82; }
p { color: rgb(188,190,130); }
H1.HeaderClassName
{
color: #BCBE82;
}
.AnyTagClassName
{
color: #BCBE82;
}
</style>
background-color css
<style>
a { background-color: #BCBE82; }
a { background-color: rgb(188,190,130); }
div.DivClassName
{
background-color: #BCBE82;
}
.BgClassName
{
background-color: #BCBE82;
}
</style>
border-color css
<style>
span { border-color: #BCBE82; }
span { border-color: rgb(188,190,130); }
td.TdClassName
{
border-color: #BCBE82;
}
.TagClassName
{
border-color: #BCBE82;
}
</style>