Shades of Pine Glade #BCC985
Tints of Pine Glade #BCC985
RGB
CMYK
RGB Variations
Color information
#BCC985 (or 0xBCC985) is known color: Pine Glade. HEX triplet: BC, C9 and 85. RGB value is (188,201,133). Sum of RGB (Red+Green+Blue) = 188+201+133=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC985 is #43367A. Grayscale: #BDBDBD. Windows color (decimal): -4404859 or 8767932. OLE color: 8767932.
HSL color Cylindrical-coordinate representation of color #BCC985: hue angle of 71.47º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCC985 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 133 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.21 |
| HSL | 71.47º | 0.39% | 0.65% | - |
| HSV(B) | 71.47º | 0.34% | 0.79% | - |
| XYZ | 45.86 | 54.16 | 30.23 | - |
| YUV | 189.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 133 | 0.06 | 0 | 0.34 | 0.21 | 71.47 | 0.39 | 0.65 |
| Hex | BC | C9 | 85 | 6 | 0 | 22 | 15 | 47 | 27 | 41 |
| Octal | 274 | 311 | 205 | 6 | 0 | 42 | 25 | 107 | 47 | 101 |
| Binary | 10111100 | 11001001 | 10000101 | 110 | 0 | 100010 | 10101 | 1000111 | 100111 | 1000001 |
Color Harmonies of #BCC985
Complementary color
Monochromatic Colors of #BCC985
Black with #BCC985
Text Example
Text Example
White with #BCC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC985; }
p { color: rgb(188,201,133); }
H1.HeaderClassName
{
color: #BCC985;
}
.AnyTagClassName
{
color: #BCC985;
}
</style>
background-color css
<style>
a { background-color: #BCC985; }
a { background-color: rgb(188,201,133); }
div.DivClassName
{
background-color: #BCC985;
}
.BgClassName
{
background-color: #BCC985;
}
</style>
border-color css
<style>
span { border-color: #BCC985; }
span { border-color: rgb(188,201,133); }
td.TdClassName
{
border-color: #BCC985;
}
.TagClassName
{
border-color: #BCC985;
}
</style>