Shades of Pine Glade #BEC485
Tints of Pine Glade #BEC485
RGB
CMYK
RGB Variations
Color information
#BEC485 (or 0xBEC485) is known color: Pine Glade. HEX triplet: BE, C4 and 85. RGB value is (190,196,133). Sum of RGB (Red+Green+Blue) = 190+196+133=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC485 is #413B7A. Grayscale: #BBBBBB. Windows color (decimal): -4275067 or 8766654. OLE color: 8766654.
HSL color Cylindrical-coordinate representation of color #BEC485: hue angle of 65.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC485 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 133 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.23 |
| HSL | 65.71º | 0.35% | 0.65% | - |
| HSV(B) | 65.71º | 0.32% | 0.77% | - |
| XYZ | 45.21 | 52.12 | 29.87 | - |
| YUV | 187.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 133 | 0.03 | 0 | 0.32 | 0.23 | 65.71 | 0.35 | 0.65 |
| Hex | BE | C4 | 85 | 3 | 0 | 20 | 17 | 42 | 23 | 41 |
| Octal | 276 | 304 | 205 | 3 | 0 | 40 | 27 | 102 | 43 | 101 |
| Binary | 10111110 | 11000100 | 10000101 | 11 | 0 | 100000 | 10111 | 1000010 | 100011 | 1000001 |
Color Harmonies of #BEC485
Complementary color
Monochromatic Colors of #BEC485
Black with #BEC485
Text Example
Text Example
White with #BEC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC485; }
p { color: rgb(190,196,133); }
H1.HeaderClassName
{
color: #BEC485;
}
.AnyTagClassName
{
color: #BEC485;
}
</style>
background-color css
<style>
a { background-color: #BEC485; }
a { background-color: rgb(190,196,133); }
div.DivClassName
{
background-color: #BEC485;
}
.BgClassName
{
background-color: #BEC485;
}
</style>
border-color css
<style>
span { border-color: #BEC485; }
span { border-color: rgb(190,196,133); }
td.TdClassName
{
border-color: #BEC485;
}
.TagClassName
{
border-color: #BEC485;
}
</style>