Shades of Pine Glade #BCC084
Tints of Pine Glade #BCC084
RGB
CMYK
RGB Variations
Color information
#BCC084 (or 0xBCC084) is known color: Pine Glade. HEX triplet: BC, C0 and 84. RGB value is (188,192,132). Sum of RGB (Red+Green+Blue) = 188+192+132=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC084 is #433F7B. Grayscale: #B8B8B8. Windows color (decimal): -4407164 or 8700092. OLE color: 8700092.
HSL color Cylindrical-coordinate representation of color #BCC084: hue angle of 64º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCC084 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 132 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.25 |
| HSL | 64º | 0.32% | 0.64% | - |
| HSV(B) | 64º | 0.31% | 0.75% | - |
| XYZ | 43.75 | 50.06 | 29.19 | - |
| YUV | 183.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 132 | 0.02 | 0 | 0.31 | 0.25 | 64 | 0.32 | 0.64 |
| Hex | BC | C0 | 84 | 2 | 0 | 1F | 19 | 40 | 20 | 40 |
| Octal | 274 | 300 | 204 | 2 | 0 | 37 | 31 | 100 | 40 | 100 |
| Binary | 10111100 | 11000000 | 10000100 | 10 | 0 | 11111 | 11001 | 1000000 | 100000 | 1000000 |
Color Harmonies of #BCC084
Complementary color
Monochromatic Colors of #BCC084
Black with #BCC084
Text Example
Text Example
White with #BCC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC084; }
p { color: rgb(188,192,132); }
H1.HeaderClassName
{
color: #BCC084;
}
.AnyTagClassName
{
color: #BCC084;
}
</style>
background-color css
<style>
a { background-color: #BCC084; }
a { background-color: rgb(188,192,132); }
div.DivClassName
{
background-color: #BCC084;
}
.BgClassName
{
background-color: #BCC084;
}
</style>
border-color css
<style>
span { border-color: #BCC084; }
span { border-color: rgb(188,192,132); }
td.TdClassName
{
border-color: #BCC084;
}
.TagClassName
{
border-color: #BCC084;
}
</style>