Shades of Pine Glade #BBC688
Tints of Pine Glade #BBC688
RGB
CMYK
RGB Variations
Color information
#BBC688 (or 0xBBC688) is known color: Pine Glade. HEX triplet: BB, C6 and 88. RGB value is (187,198,136). Sum of RGB (Red+Green+Blue) = 187+198+136=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC688 is #443977. Grayscale: #BBBBBB. Windows color (decimal): -4471160 or 8963771. OLE color: 8963771.
HSL color Cylindrical-coordinate representation of color #BBC688: hue angle of 70.65º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC688 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 136 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.22 |
| HSL | 70.65º | 0.35% | 0.65% | - |
| HSV(B) | 70.65º | 0.31% | 0.78% | - |
| XYZ | 45.13 | 52.73 | 31.09 | - |
| YUV | 187.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 136 | 0.06 | 0 | 0.31 | 0.22 | 70.65 | 0.35 | 0.65 |
| Hex | BB | C6 | 88 | 6 | 0 | 1F | 16 | 47 | 23 | 41 |
| Octal | 273 | 306 | 210 | 6 | 0 | 37 | 26 | 107 | 43 | 101 |
| Binary | 10111011 | 11000110 | 10001000 | 110 | 0 | 11111 | 10110 | 1000111 | 100011 | 1000001 |
Color Harmonies of #BBC688
Complementary color
Monochromatic Colors of #BBC688
Black with #BBC688
Text Example
Text Example
White with #BBC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC688; }
p { color: rgb(187,198,136); }
H1.HeaderClassName
{
color: #BBC688;
}
.AnyTagClassName
{
color: #BBC688;
}
</style>
background-color css
<style>
a { background-color: #BBC688; }
a { background-color: rgb(187,198,136); }
div.DivClassName
{
background-color: #BBC688;
}
.BgClassName
{
background-color: #BBC688;
}
</style>
border-color css
<style>
span { border-color: #BBC688; }
span { border-color: rgb(187,198,136); }
td.TdClassName
{
border-color: #BBC688;
}
.TagClassName
{
border-color: #BBC688;
}
</style>