Shades of Pine Glade #BBC188
Tints of Pine Glade #BBC188
RGB
CMYK
RGB Variations
Color information
#BBC188 (or 0xBBC188) is known color: Pine Glade. HEX triplet: BB, C1 and 88. RGB value is (187,193,136). Sum of RGB (Red+Green+Blue) = 187+193+136=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC188 is #443E77. Grayscale: #B8B8B8. Windows color (decimal): -4472440 or 8962491. OLE color: 8962491.
HSL color Cylindrical-coordinate representation of color #BBC188: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC188 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 136 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.24 |
| HSL | 66.32º | 0.31% | 0.65% | - |
| HSV(B) | 66.32º | 0.3% | 0.76% | - |
| XYZ | 44.01 | 50.48 | 30.72 | - |
| YUV | 184.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 136 | 0.03 | 0 | 0.30 | 0.24 | 66.32 | 0.31 | 0.65 |
| Hex | BB | C1 | 88 | 3 | 0 | 1E | 18 | 42 | 1F | 41 |
| Octal | 273 | 301 | 210 | 3 | 0 | 36 | 30 | 102 | 37 | 101 |
| Binary | 10111011 | 11000001 | 10001000 | 11 | 0 | 11110 | 11000 | 1000010 | 11111 | 1000001 |
Color Harmonies of #BBC188
Complementary color
Monochromatic Colors of #BBC188
Black with #BBC188
Text Example
Text Example
White with #BBC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC188; }
p { color: rgb(187,193,136); }
H1.HeaderClassName
{
color: #BBC188;
}
.AnyTagClassName
{
color: #BBC188;
}
</style>
background-color css
<style>
a { background-color: #BBC188; }
a { background-color: rgb(187,193,136); }
div.DivClassName
{
background-color: #BBC188;
}
.BgClassName
{
background-color: #BBC188;
}
</style>
border-color css
<style>
span { border-color: #BBC188; }
span { border-color: rgb(187,193,136); }
td.TdClassName
{
border-color: #BBC188;
}
.TagClassName
{
border-color: #BBC188;
}
</style>