Shades of Pine Glade #BFC987
Tints of Pine Glade #BFC987
RGB
CMYK
RGB Variations
Color information
#BFC987 (or 0xBFC987) is known color: Pine Glade. HEX triplet: BF, C9 and 87. RGB value is (191,201,135). Sum of RGB (Red+Green+Blue) = 191+201+135=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC987 is #403678. Grayscale: #BEBEBE. Windows color (decimal): -4208249 or 8899007. OLE color: 8899007.
HSL color Cylindrical-coordinate representation of color #BFC987: hue angle of 69.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC987 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 135 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.21 |
| HSL | 69.09º | 0.38% | 0.66% | - |
| HSV(B) | 69.09º | 0.33% | 0.79% | - |
| XYZ | 46.75 | 54.6 | 31 | - |
| YUV | 190.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 135 | 0.05 | 0 | 0.33 | 0.21 | 69.09 | 0.38 | 0.66 |
| Hex | BF | C9 | 87 | 5 | 0 | 21 | 15 | 45 | 26 | 42 |
| Octal | 277 | 311 | 207 | 5 | 0 | 41 | 25 | 105 | 46 | 102 |
| Binary | 10111111 | 11001001 | 10000111 | 101 | 0 | 100001 | 10101 | 1000101 | 100110 | 1000010 |
Color Harmonies of #BFC987
Complementary color
Monochromatic Colors of #BFC987
Black with #BFC987
Text Example
Text Example
White with #BFC987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC987; }
p { color: rgb(191,201,135); }
H1.HeaderClassName
{
color: #BFC987;
}
.AnyTagClassName
{
color: #BFC987;
}
</style>
background-color css
<style>
a { background-color: #BFC987; }
a { background-color: rgb(191,201,135); }
div.DivClassName
{
background-color: #BFC987;
}
.BgClassName
{
background-color: #BFC987;
}
</style>
border-color css
<style>
span { border-color: #BFC987; }
span { border-color: rgb(191,201,135); }
td.TdClassName
{
border-color: #BFC987;
}
.TagClassName
{
border-color: #BFC987;
}
</style>