Shades of Pine Glade #BFC583
Tints of Pine Glade #BFC583
RGB
CMYK
RGB Variations
Color information
#BFC583 (or 0xBFC583) is known color: Pine Glade. HEX triplet: BF, C5 and 83. RGB value is (191,197,131). Sum of RGB (Red+Green+Blue) = 191+197+131=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC583 is #403A7C. Grayscale: #BBBBBB. Windows color (decimal): -4209277 or 8635839. OLE color: 8635839.
HSL color Cylindrical-coordinate representation of color #BFC583: hue angle of 65.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC583 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 131 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.23 |
| HSL | 65.45º | 0.36% | 0.64% | - |
| HSV(B) | 65.45º | 0.34% | 0.77% | - |
| XYZ | 45.55 | 52.65 | 29.23 | - |
| YUV | 187.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 131 | 0.03 | 0 | 0.34 | 0.23 | 65.45 | 0.36 | 0.64 |
| Hex | BF | C5 | 83 | 3 | 0 | 22 | 17 | 41 | 24 | 40 |
| Octal | 277 | 305 | 203 | 3 | 0 | 42 | 27 | 101 | 44 | 100 |
| Binary | 10111111 | 11000101 | 10000011 | 11 | 0 | 100010 | 10111 | 1000001 | 100100 | 1000000 |
Color Harmonies of #BFC583
Complementary color
Monochromatic Colors of #BFC583
Black with #BFC583
Text Example
Text Example
White with #BFC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC583; }
p { color: rgb(191,197,131); }
H1.HeaderClassName
{
color: #BFC583;
}
.AnyTagClassName
{
color: #BFC583;
}
</style>
background-color css
<style>
a { background-color: #BFC583; }
a { background-color: rgb(191,197,131); }
div.DivClassName
{
background-color: #BFC583;
}
.BgClassName
{
background-color: #BFC583;
}
</style>
border-color css
<style>
span { border-color: #BFC583; }
span { border-color: rgb(191,197,131); }
td.TdClassName
{
border-color: #BFC583;
}
.TagClassName
{
border-color: #BFC583;
}
</style>