Shades of Pine Glade #BCC884
Tints of Pine Glade #BCC884
RGB
CMYK
RGB Variations
Color information
#BCC884 (or 0xBCC884) is known color: Pine Glade. HEX triplet: BC, C8 and 84. RGB value is (188,200,132). Sum of RGB (Red+Green+Blue) = 188+200+132=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC884 is #43377B. Grayscale: #BCBCBC. Windows color (decimal): -4405116 or 8702140. OLE color: 8702140.
HSL color Cylindrical-coordinate representation of color #BCC884: hue angle of 70.59º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCC884 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 132 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.22 |
| HSL | 70.59º | 0.38% | 0.65% | - |
| HSV(B) | 70.59º | 0.34% | 0.78% | - |
| XYZ | 45.56 | 53.67 | 29.79 | - |
| YUV | 188.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 132 | 0.06 | 0 | 0.34 | 0.22 | 70.59 | 0.38 | 0.65 |
| Hex | BC | C8 | 84 | 6 | 0 | 22 | 16 | 47 | 26 | 41 |
| Octal | 274 | 310 | 204 | 6 | 0 | 42 | 26 | 107 | 46 | 101 |
| Binary | 10111100 | 11001000 | 10000100 | 110 | 0 | 100010 | 10110 | 1000111 | 100110 | 1000001 |
Color Harmonies of #BCC884
Complementary color
Monochromatic Colors of #BCC884
Black with #BCC884
Text Example
Text Example
White with #BCC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC884; }
p { color: rgb(188,200,132); }
H1.HeaderClassName
{
color: #BCC884;
}
.AnyTagClassName
{
color: #BCC884;
}
</style>
background-color css
<style>
a { background-color: #BCC884; }
a { background-color: rgb(188,200,132); }
div.DivClassName
{
background-color: #BCC884;
}
.BgClassName
{
background-color: #BCC884;
}
</style>
border-color css
<style>
span { border-color: #BCC884; }
span { border-color: rgb(188,200,132); }
td.TdClassName
{
border-color: #BCC884;
}
.TagClassName
{
border-color: #BCC884;
}
</style>