Shades of Pine Glade #BBBD85
Tints of Pine Glade #BBBD85
RGB
CMYK
RGB Variations
Color information
#BBBD85 (or 0xBBBD85) is known color: Pine Glade. HEX triplet: BB, BD and 85. RGB value is (187,189,133). Sum of RGB (Red+Green+Blue) = 187+189+133=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD85 is #44427A. Grayscale: #B6B6B6. Windows color (decimal): -4473467 or 8764859. OLE color: 8764859.
HSL color Cylindrical-coordinate representation of color #BBBD85: hue angle of 62.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBBD85 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 133 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.26 |
| HSL | 62.14º | 0.3% | 0.63% | - |
| HSV(B) | 62.14º | 0.3% | 0.74% | - |
| XYZ | 42.92 | 48.65 | 29.32 | - |
| YUV | 182.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 133 | 0.01 | 0 | 0.30 | 0.26 | 62.14 | 0.3 | 0.63 |
| Hex | BB | BD | 85 | 1 | 0 | 1E | 1A | 3E | 1E | 3F |
| Octal | 273 | 275 | 205 | 1 | 0 | 36 | 32 | 76 | 36 | 77 |
| Binary | 10111011 | 10111101 | 10000101 | 1 | 0 | 11110 | 11010 | 111110 | 11110 | 111111 |
Color Harmonies of #BBBD85
Complementary color
Monochromatic Colors of #BBBD85
Black with #BBBD85
Text Example
Text Example
White with #BBBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD85; }
p { color: rgb(187,189,133); }
H1.HeaderClassName
{
color: #BBBD85;
}
.AnyTagClassName
{
color: #BBBD85;
}
</style>
background-color css
<style>
a { background-color: #BBBD85; }
a { background-color: rgb(187,189,133); }
div.DivClassName
{
background-color: #BBBD85;
}
.BgClassName
{
background-color: #BBBD85;
}
</style>
border-color css
<style>
span { border-color: #BBBD85; }
span { border-color: rgb(187,189,133); }
td.TdClassName
{
border-color: #BBBD85;
}
.TagClassName
{
border-color: #BBBD85;
}
</style>