Shades of Pine Glade #BBC882
Tints of Pine Glade #BBC882
RGB
CMYK
RGB Variations
Color information
#BBC882 (or 0xBBC882) is known color: Pine Glade. HEX triplet: BB, C8 and 82. RGB value is (187,200,130). Sum of RGB (Red+Green+Blue) = 187+200+130=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC882 is #44377D. Grayscale: #BCBCBC. Windows color (decimal): -4470654 or 8571067. OLE color: 8571067.
HSL color Cylindrical-coordinate representation of color #BBC882: hue angle of 71.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC882 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 130 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.22 |
| HSL | 71.14º | 0.39% | 0.65% | - |
| HSV(B) | 71.14º | 0.35% | 0.78% | - |
| XYZ | 45.18 | 53.49 | 29.06 | - |
| YUV | 188.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 130 | 0.06 | 0 | 0.35 | 0.22 | 71.14 | 0.39 | 0.65 |
| Hex | BB | C8 | 82 | 6 | 0 | 23 | 16 | 47 | 27 | 41 |
| Octal | 273 | 310 | 202 | 6 | 0 | 43 | 26 | 107 | 47 | 101 |
| Binary | 10111011 | 11001000 | 10000010 | 110 | 0 | 100011 | 10110 | 1000111 | 100111 | 1000001 |
Color Harmonies of #BBC882
Complementary color
Monochromatic Colors of #BBC882
Black with #BBC882
Text Example
Text Example
White with #BBC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC882; }
p { color: rgb(187,200,130); }
H1.HeaderClassName
{
color: #BBC882;
}
.AnyTagClassName
{
color: #BBC882;
}
</style>
background-color css
<style>
a { background-color: #BBC882; }
a { background-color: rgb(187,200,130); }
div.DivClassName
{
background-color: #BBC882;
}
.BgClassName
{
background-color: #BBC882;
}
</style>
border-color css
<style>
span { border-color: #BBC882; }
span { border-color: rgb(187,200,130); }
td.TdClassName
{
border-color: #BBC882;
}
.TagClassName
{
border-color: #BBC882;
}
</style>