Shades of Pine Glade #BBBC86
Tints of Pine Glade #BBBC86
RGB
CMYK
RGB Variations
Color information
#BBBC86 (or 0xBBBC86) is known color: Pine Glade. HEX triplet: BB, BC and 86. RGB value is (187,188,134). Sum of RGB (Red+Green+Blue) = 187+188+134=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC86 is #444379. Grayscale: #B5B5B5. Windows color (decimal): -4473722 or 8830139. OLE color: 8830139.
HSL color Cylindrical-coordinate representation of color #BBBC86: hue angle of 61.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBBC86 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 134 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.26 |
| HSL | 61.11º | 0.29% | 0.63% | - |
| HSV(B) | 61.11º | 0.29% | 0.74% | - |
| XYZ | 42.78 | 48.25 | 29.61 | - |
| YUV | 181.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 134 | 0.01 | 0 | 0.29 | 0.26 | 61.11 | 0.29 | 0.63 |
| Hex | BB | BC | 86 | 1 | 0 | 1D | 1A | 3D | 1D | 3F |
| Octal | 273 | 274 | 206 | 1 | 0 | 35 | 32 | 75 | 35 | 77 |
| Binary | 10111011 | 10111100 | 10000110 | 1 | 0 | 11101 | 11010 | 111101 | 11101 | 111111 |
Color Harmonies of #BBBC86
Complementary color
Monochromatic Colors of #BBBC86
Black with #BBBC86
Text Example
Text Example
White with #BBBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC86; }
p { color: rgb(187,188,134); }
H1.HeaderClassName
{
color: #BBBC86;
}
.AnyTagClassName
{
color: #BBBC86;
}
</style>
background-color css
<style>
a { background-color: #BBBC86; }
a { background-color: rgb(187,188,134); }
div.DivClassName
{
background-color: #BBBC86;
}
.BgClassName
{
background-color: #BBBC86;
}
</style>
border-color css
<style>
span { border-color: #BBBC86; }
span { border-color: rgb(187,188,134); }
td.TdClassName
{
border-color: #BBBC86;
}
.TagClassName
{
border-color: #BBBC86;
}
</style>