Shades of Pine Glade #BCBD8B
Tints of Pine Glade #BCBD8B
RGB
CMYK
RGB Variations
Color information
#BCBD8B (or 0xBCBD8B) is known color: Pine Glade. HEX triplet: BC, BD and 8B. RGB value is (188,189,139). Sum of RGB (Red+Green+Blue) = 188+189+139=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD8B is #434274. Grayscale: #B7B7B7. Windows color (decimal): -4407925 or 9158076. OLE color: 9158076.
HSL color Cylindrical-coordinate representation of color #BCBD8B: hue angle of 61.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBD8B is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 139 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.26 |
| HSL | 61.2º | 0.27% | 0.64% | - |
| HSV(B) | 61.2º | 0.26% | 0.74% | - |
| XYZ | 43.6 | 48.95 | 31.58 | - |
| YUV | 183 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 139 | 0.01 | 0 | 0.26 | 0.26 | 61.2 | 0.27 | 0.64 |
| Hex | BC | BD | 8B | 1 | 0 | 1A | 1A | 3D | 1B | 40 |
| Octal | 274 | 275 | 213 | 1 | 0 | 32 | 32 | 75 | 33 | 100 |
| Binary | 10111100 | 10111101 | 10001011 | 1 | 0 | 11010 | 11010 | 111101 | 11011 | 1000000 |
Color Harmonies of #BCBD8B
Complementary color
Monochromatic Colors of #BCBD8B
Black with #BCBD8B
Text Example
Text Example
White with #BCBD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD8B; }
p { color: rgb(188,189,139); }
H1.HeaderClassName
{
color: #BCBD8B;
}
.AnyTagClassName
{
color: #BCBD8B;
}
</style>
background-color css
<style>
a { background-color: #BCBD8B; }
a { background-color: rgb(188,189,139); }
div.DivClassName
{
background-color: #BCBD8B;
}
.BgClassName
{
background-color: #BCBD8B;
}
</style>
border-color css
<style>
span { border-color: #BCBD8B; }
span { border-color: rgb(188,189,139); }
td.TdClassName
{
border-color: #BCBD8B;
}
.TagClassName
{
border-color: #BCBD8B;
}
</style>