Shades of Pine Glade #BCC285
Tints of Pine Glade #BCC285
RGB
CMYK
RGB Variations
Color information
#BCC285 (or 0xBCC285) is known color: Pine Glade. HEX triplet: BC, C2 and 85. RGB value is (188,194,133). Sum of RGB (Red+Green+Blue) = 188+194+133=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC285 is #433D7A. Grayscale: #B9B9B9. Windows color (decimal): -4406651 or 8766140. OLE color: 8766140.
HSL color Cylindrical-coordinate representation of color #BCC285: hue angle of 65.9º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCC285 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 133 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.24 |
| HSL | 65.9º | 0.33% | 0.64% | - |
| HSV(B) | 65.9º | 0.31% | 0.76% | - |
| XYZ | 44.26 | 50.97 | 29.7 | - |
| YUV | 185.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 133 | 0.03 | 0 | 0.31 | 0.24 | 65.9 | 0.33 | 0.64 |
| Hex | BC | C2 | 85 | 3 | 0 | 1F | 18 | 42 | 21 | 40 |
| Octal | 274 | 302 | 205 | 3 | 0 | 37 | 30 | 102 | 41 | 100 |
| Binary | 10111100 | 11000010 | 10000101 | 11 | 0 | 11111 | 11000 | 1000010 | 100001 | 1000000 |
Color Harmonies of #BCC285
Complementary color
Monochromatic Colors of #BCC285
Black with #BCC285
Text Example
Text Example
White with #BCC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC285; }
p { color: rgb(188,194,133); }
H1.HeaderClassName
{
color: #BCC285;
}
.AnyTagClassName
{
color: #BCC285;
}
</style>
background-color css
<style>
a { background-color: #BCC285; }
a { background-color: rgb(188,194,133); }
div.DivClassName
{
background-color: #BCC285;
}
.BgClassName
{
background-color: #BCC285;
}
</style>
border-color css
<style>
span { border-color: #BCC285; }
span { border-color: rgb(188,194,133); }
td.TdClassName
{
border-color: #BCC285;
}
.TagClassName
{
border-color: #BCC285;
}
</style>