Shades of Pine Glade #BFC285
Tints of Pine Glade #BFC285
RGB
CMYK
RGB Variations
Color information
#BFC285 (or 0xBFC285) is known color: Pine Glade. HEX triplet: BF, C2 and 85. RGB value is (191,194,133). Sum of RGB (Red+Green+Blue) = 191+194+133=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC285 is #403D7A. Grayscale: #BABABA. Windows color (decimal): -4210043 or 8766143. OLE color: 8766143.
HSL color Cylindrical-coordinate representation of color #BFC285: hue angle of 62.95º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC285 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 133 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.24 |
| HSL | 62.95º | 0.33% | 0.64% | - |
| HSV(B) | 62.95º | 0.31% | 0.76% | - |
| XYZ | 45.01 | 51.35 | 29.73 | - |
| YUV | 186.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 133 | 0.02 | 0 | 0.31 | 0.24 | 62.95 | 0.33 | 0.64 |
| Hex | BF | C2 | 85 | 2 | 0 | 1F | 18 | 3F | 21 | 40 |
| Octal | 277 | 302 | 205 | 2 | 0 | 37 | 30 | 77 | 41 | 100 |
| Binary | 10111111 | 11000010 | 10000101 | 10 | 0 | 11111 | 11000 | 111111 | 100001 | 1000000 |
Color Harmonies of #BFC285
Complementary color
Monochromatic Colors of #BFC285
Black with #BFC285
Text Example
Text Example
White with #BFC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC285; }
p { color: rgb(191,194,133); }
H1.HeaderClassName
{
color: #BFC285;
}
.AnyTagClassName
{
color: #BFC285;
}
</style>
background-color css
<style>
a { background-color: #BFC285; }
a { background-color: rgb(191,194,133); }
div.DivClassName
{
background-color: #BFC285;
}
.BgClassName
{
background-color: #BFC285;
}
</style>
border-color css
<style>
span { border-color: #BFC285; }
span { border-color: rgb(191,194,133); }
td.TdClassName
{
border-color: #BFC285;
}
.TagClassName
{
border-color: #BFC285;
}
</style>