Shades of Pine Glade #BBC880
Tints of Pine Glade #BBC880
RGB
CMYK
RGB Variations
Color information
#BBC880 (or 0xBBC880) is known color: Pine Glade. HEX triplet: BB, C8 and 80. RGB value is (187,200,128). Sum of RGB (Red+Green+Blue) = 187+200+128=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC880 is #44377F. Grayscale: #BCBCBC. Windows color (decimal): -4470656 or 8439995. OLE color: 8439995.
HSL color Cylindrical-coordinate representation of color #BBC880: hue angle of 70.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBC880 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 128 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.22 |
| HSL | 70.83º | 0.4% | 0.64% | - |
| HSV(B) | 70.83º | 0.36% | 0.78% | - |
| XYZ | 45.04 | 53.43 | 28.36 | - |
| YUV | 187.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 128 | 0.06 | 0 | 0.36 | 0.22 | 70.83 | 0.4 | 0.64 |
| Hex | BB | C8 | 80 | 6 | 0 | 24 | 16 | 47 | 28 | 40 |
| Octal | 273 | 310 | 200 | 6 | 0 | 44 | 26 | 107 | 50 | 100 |
| Binary | 10111011 | 11001000 | 10000000 | 110 | 0 | 100100 | 10110 | 1000111 | 101000 | 1000000 |
Color Harmonies of #BBC880
Complementary color
Monochromatic Colors of #BBC880
Black with #BBC880
Text Example
Text Example
White with #BBC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC880; }
p { color: rgb(187,200,128); }
H1.HeaderClassName
{
color: #BBC880;
}
.AnyTagClassName
{
color: #BBC880;
}
</style>
background-color css
<style>
a { background-color: #BBC880; }
a { background-color: rgb(187,200,128); }
div.DivClassName
{
background-color: #BBC880;
}
.BgClassName
{
background-color: #BBC880;
}
</style>
border-color css
<style>
span { border-color: #BBC880; }
span { border-color: rgb(187,200,128); }
td.TdClassName
{
border-color: #BBC880;
}
.TagClassName
{
border-color: #BBC880;
}
</style>