Shades of Pine Glade #BCC087
Tints of Pine Glade #BCC087
RGB
CMYK
RGB Variations
Color information
#BCC087 (or 0xBCC087) is known color: Pine Glade. HEX triplet: BC, C0 and 87. RGB value is (188,192,135). Sum of RGB (Red+Green+Blue) = 188+192+135=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC087 is #433F78. Grayscale: #B8B8B8. Windows color (decimal): -4407161 or 8896700. OLE color: 8896700.
HSL color Cylindrical-coordinate representation of color #BCC087: hue angle of 64.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC087 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 135 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.25 |
| HSL | 64.21º | 0.31% | 0.64% | - |
| HSV(B) | 64.21º | 0.3% | 0.75% | - |
| XYZ | 43.96 | 50.14 | 30.28 | - |
| YUV | 184.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 135 | 0.02 | 0 | 0.30 | 0.25 | 64.21 | 0.31 | 0.64 |
| Hex | BC | C0 | 87 | 2 | 0 | 1E | 19 | 40 | 1F | 40 |
| Octal | 274 | 300 | 207 | 2 | 0 | 36 | 31 | 100 | 37 | 100 |
| Binary | 10111100 | 11000000 | 10000111 | 10 | 0 | 11110 | 11001 | 1000000 | 11111 | 1000000 |
Color Harmonies of #BCC087
Complementary color
Monochromatic Colors of #BCC087
Black with #BCC087
Text Example
Text Example
White with #BCC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC087; }
p { color: rgb(188,192,135); }
H1.HeaderClassName
{
color: #BCC087;
}
.AnyTagClassName
{
color: #BCC087;
}
</style>
background-color css
<style>
a { background-color: #BCC087; }
a { background-color: rgb(188,192,135); }
div.DivClassName
{
background-color: #BCC087;
}
.BgClassName
{
background-color: #BCC087;
}
</style>
border-color css
<style>
span { border-color: #BCC087; }
span { border-color: rgb(188,192,135); }
td.TdClassName
{
border-color: #BCC087;
}
.TagClassName
{
border-color: #BCC087;
}
</style>