Shades of Pine Glade #BBBE85
Tints of Pine Glade #BBBE85
RGB
CMYK
RGB Variations
Color information
#BBBE85 (or 0xBBBE85) is known color: Pine Glade. HEX triplet: BB, BE and 85. RGB value is (187,190,133). Sum of RGB (Red+Green+Blue) = 187+190+133=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE85 is #44417A. Grayscale: #B6B6B6. Windows color (decimal): -4473211 or 8765115. OLE color: 8765115.
HSL color Cylindrical-coordinate representation of color #BBBE85: hue angle of 63.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBBE85 is Cyan = 0.02, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 133 | - |
| CMYK | 0.02 | 0 | 0.3 | 0.25 |
| HSL | 63.16º | 0.3% | 0.63% | - |
| HSV(B) | 63.16º | 0.3% | 0.75% | - |
| XYZ | 43.14 | 49.09 | 29.39 | - |
| YUV | 182.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 133 | 0.02 | 0 | 0.3 | 0.25 | 63.16 | 0.3 | 0.63 |
| Hex | BB | BE | 85 | 2 | 0 | 1E | 19 | 3F | 1E | 3F |
| Octal | 273 | 276 | 205 | 2 | 0 | 36 | 31 | 77 | 36 | 77 |
| Binary | 10111011 | 10111110 | 10000101 | 10 | 0 | 11110 | 11001 | 111111 | 11110 | 111111 |
Color Harmonies of #BBBE85
Complementary color
Monochromatic Colors of #BBBE85
Black with #BBBE85
Text Example
Text Example
White with #BBBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE85; }
p { color: rgb(187,190,133); }
H1.HeaderClassName
{
color: #BBBE85;
}
.AnyTagClassName
{
color: #BBBE85;
}
</style>
background-color css
<style>
a { background-color: #BBBE85; }
a { background-color: rgb(187,190,133); }
div.DivClassName
{
background-color: #BBBE85;
}
.BgClassName
{
background-color: #BBBE85;
}
</style>
border-color css
<style>
span { border-color: #BBBE85; }
span { border-color: rgb(187,190,133); }
td.TdClassName
{
border-color: #BBBE85;
}
.TagClassName
{
border-color: #BBBE85;
}
</style>