Shades of Pine Glade #BEC785
Tints of Pine Glade #BEC785
RGB
CMYK
RGB Variations
Color information
#BEC785 (or 0xBEC785) is known color: Pine Glade. HEX triplet: BE, C7 and 85. RGB value is (190,199,133). Sum of RGB (Red+Green+Blue) = 190+199+133=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC785 is #41387A. Grayscale: #BDBDBD. Windows color (decimal): -4274299 or 8767422. OLE color: 8767422.
HSL color Cylindrical-coordinate representation of color #BEC785: hue angle of 68.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC785 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 133 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.22 |
| HSL | 68.18º | 0.37% | 0.65% | - |
| HSV(B) | 68.18º | 0.33% | 0.78% | - |
| XYZ | 45.89 | 53.49 | 30.1 | - |
| YUV | 188.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 133 | 0.05 | 0 | 0.33 | 0.22 | 68.18 | 0.37 | 0.65 |
| Hex | BE | C7 | 85 | 5 | 0 | 21 | 16 | 44 | 25 | 41 |
| Octal | 276 | 307 | 205 | 5 | 0 | 41 | 26 | 104 | 45 | 101 |
| Binary | 10111110 | 11000111 | 10000101 | 101 | 0 | 100001 | 10110 | 1000100 | 100101 | 1000001 |
Color Harmonies of #BEC785
Complementary color
Monochromatic Colors of #BEC785
Black with #BEC785
Text Example
Text Example
White with #BEC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC785; }
p { color: rgb(190,199,133); }
H1.HeaderClassName
{
color: #BEC785;
}
.AnyTagClassName
{
color: #BEC785;
}
</style>
background-color css
<style>
a { background-color: #BEC785; }
a { background-color: rgb(190,199,133); }
div.DivClassName
{
background-color: #BEC785;
}
.BgClassName
{
background-color: #BEC785;
}
</style>
border-color css
<style>
span { border-color: #BEC785; }
span { border-color: rgb(190,199,133); }
td.TdClassName
{
border-color: #BEC785;
}
.TagClassName
{
border-color: #BEC785;
}
</style>