Shades of Pine Glade #BBBE7E
Tints of Pine Glade #BBBE7E
RGB
CMYK
RGB Variations
Color information
#BBBE7E (or 0xBBBE7E) is known color: Pine Glade. HEX triplet: BB, BE and 7E. RGB value is (187,190,126). Sum of RGB (Red+Green+Blue) = 187+190+126=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE7E is #444181. Grayscale: #B6B6B6. Windows color (decimal): -4473218 or 8306363. OLE color: 8306363.
HSL color Cylindrical-coordinate representation of color #BBBE7E: hue angle of 62.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBBE7E is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 126 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.25 |
| HSL | 62.81º | 0.33% | 0.62% | - |
| HSV(B) | 62.81º | 0.34% | 0.75% | - |
| XYZ | 42.67 | 48.9 | 26.93 | - |
| YUV | 181.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 126 | 0.02 | 0 | 0.34 | 0.25 | 62.81 | 0.33 | 0.62 |
| Hex | BB | BE | 7E | 2 | 0 | 22 | 19 | 3F | 21 | 3E |
| Octal | 273 | 276 | 176 | 2 | 0 | 42 | 31 | 77 | 41 | 76 |
| Binary | 10111011 | 10111110 | 1111110 | 10 | 0 | 100010 | 11001 | 111111 | 100001 | 111110 |
Color Harmonies of #BBBE7E
Complementary color
Monochromatic Colors of #BBBE7E
Black with #BBBE7E
Text Example
Text Example
White with #BBBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE7E; }
p { color: rgb(187,190,126); }
H1.HeaderClassName
{
color: #BBBE7E;
}
.AnyTagClassName
{
color: #BBBE7E;
}
</style>
background-color css
<style>
a { background-color: #BBBE7E; }
a { background-color: rgb(187,190,126); }
div.DivClassName
{
background-color: #BBBE7E;
}
.BgClassName
{
background-color: #BBBE7E;
}
</style>
border-color css
<style>
span { border-color: #BBBE7E; }
span { border-color: rgb(187,190,126); }
td.TdClassName
{
border-color: #BBBE7E;
}
.TagClassName
{
border-color: #BBBE7E;
}
</style>