Shades of Pine Glade #BEC085
Tints of Pine Glade #BEC085
RGB
CMYK
RGB Variations
Color information
#BEC085 (or 0xBEC085) is known color: Pine Glade. HEX triplet: BE, C0 and 85. RGB value is (190,192,133). Sum of RGB (Red+Green+Blue) = 190+192+133=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC085 is #413F7A. Grayscale: #B8B8B8. Windows color (decimal): -4276091 or 8765630. OLE color: 8765630.
HSL color Cylindrical-coordinate representation of color #BEC085: hue angle of 62.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEC085 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 133 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.25 |
| HSL | 62.03º | 0.32% | 0.64% | - |
| HSV(B) | 62.03º | 0.31% | 0.75% | - |
| XYZ | 44.32 | 50.34 | 29.57 | - |
| YUV | 184.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 133 | 0.01 | 0 | 0.31 | 0.25 | 62.03 | 0.32 | 0.64 |
| Hex | BE | C0 | 85 | 1 | 0 | 1F | 19 | 3E | 20 | 40 |
| Octal | 276 | 300 | 205 | 1 | 0 | 37 | 31 | 76 | 40 | 100 |
| Binary | 10111110 | 11000000 | 10000101 | 1 | 0 | 11111 | 11001 | 111110 | 100000 | 1000000 |
Color Harmonies of #BEC085
Complementary color
Monochromatic Colors of #BEC085
Black with #BEC085
Text Example
Text Example
White with #BEC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC085; }
p { color: rgb(190,192,133); }
H1.HeaderClassName
{
color: #BEC085;
}
.AnyTagClassName
{
color: #BEC085;
}
</style>
background-color css
<style>
a { background-color: #BEC085; }
a { background-color: rgb(190,192,133); }
div.DivClassName
{
background-color: #BEC085;
}
.BgClassName
{
background-color: #BEC085;
}
</style>
border-color css
<style>
span { border-color: #BEC085; }
span { border-color: rgb(190,192,133); }
td.TdClassName
{
border-color: #BEC085;
}
.TagClassName
{
border-color: #BEC085;
}
</style>