Shades of Pine Glade #BCBF88
Tints of Pine Glade #BCBF88
RGB
CMYK
RGB Variations
Color information
#BCBF88 (or 0xBCBF88) is known color: Pine Glade. HEX triplet: BC, BF and 88. RGB value is (188,191,136). Sum of RGB (Red+Green+Blue) = 188+191+136=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF88 is #434077. Grayscale: #B8B8B8. Windows color (decimal): -4407416 or 8961980. OLE color: 8961980.
HSL color Cylindrical-coordinate representation of color #BCBF88: hue angle of 63.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCBF88 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 136 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.25 |
| HSL | 63.27º | 0.3% | 0.64% | - |
| HSV(B) | 63.27º | 0.29% | 0.75% | - |
| XYZ | 43.81 | 49.73 | 30.58 | - |
| YUV | 183.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 136 | 0.02 | 0 | 0.29 | 0.25 | 63.27 | 0.3 | 0.64 |
| Hex | BC | BF | 88 | 2 | 0 | 1D | 19 | 3F | 1E | 40 |
| Octal | 274 | 277 | 210 | 2 | 0 | 35 | 31 | 77 | 36 | 100 |
| Binary | 10111100 | 10111111 | 10001000 | 10 | 0 | 11101 | 11001 | 111111 | 11110 | 1000000 |
Color Harmonies of #BCBF88
Complementary color
Monochromatic Colors of #BCBF88
Black with #BCBF88
Text Example
Text Example
White with #BCBF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF88; }
p { color: rgb(188,191,136); }
H1.HeaderClassName
{
color: #BCBF88;
}
.AnyTagClassName
{
color: #BCBF88;
}
</style>
background-color css
<style>
a { background-color: #BCBF88; }
a { background-color: rgb(188,191,136); }
div.DivClassName
{
background-color: #BCBF88;
}
.BgClassName
{
background-color: #BCBF88;
}
</style>
border-color css
<style>
span { border-color: #BCBF88; }
span { border-color: rgb(188,191,136); }
td.TdClassName
{
border-color: #BCBF88;
}
.TagClassName
{
border-color: #BCBF88;
}
</style>