Shades of Pine Glade #BFC887
Tints of Pine Glade #BFC887
RGB
CMYK
RGB Variations
Color information
#BFC887 (or 0xBFC887) is known color: Pine Glade. HEX triplet: BF, C8 and 87. RGB value is (191,200,135). Sum of RGB (Red+Green+Blue) = 191+200+135=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC887 is #403778. Grayscale: #BEBEBE. Windows color (decimal): -4208505 or 8898751. OLE color: 8898751.
HSL color Cylindrical-coordinate representation of color #BFC887: hue angle of 68.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC887 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 135 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.22 |
| HSL | 68.31º | 0.37% | 0.66% | - |
| HSV(B) | 68.31º | 0.33% | 0.78% | - |
| XYZ | 46.51 | 54.13 | 30.92 | - |
| YUV | 189.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 135 | 0.04 | 0 | 0.32 | 0.22 | 68.31 | 0.37 | 0.66 |
| Hex | BF | C8 | 87 | 4 | 0 | 20 | 16 | 44 | 25 | 42 |
| Octal | 277 | 310 | 207 | 4 | 0 | 40 | 26 | 104 | 45 | 102 |
| Binary | 10111111 | 11001000 | 10000111 | 100 | 0 | 100000 | 10110 | 1000100 | 100101 | 1000010 |
Color Harmonies of #BFC887
Complementary color
Monochromatic Colors of #BFC887
Black with #BFC887
Text Example
Text Example
White with #BFC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC887; }
p { color: rgb(191,200,135); }
H1.HeaderClassName
{
color: #BFC887;
}
.AnyTagClassName
{
color: #BFC887;
}
</style>
background-color css
<style>
a { background-color: #BFC887; }
a { background-color: rgb(191,200,135); }
div.DivClassName
{
background-color: #BFC887;
}
.BgClassName
{
background-color: #BFC887;
}
</style>
border-color css
<style>
span { border-color: #BFC887; }
span { border-color: rgb(191,200,135); }
td.TdClassName
{
border-color: #BFC887;
}
.TagClassName
{
border-color: #BFC887;
}
</style>