Shades of Pine Glade #BEC583
Tints of Pine Glade #BEC583
RGB
CMYK
RGB Variations
Color information
#BEC583 (or 0xBEC583) is known color: Pine Glade. HEX triplet: BE, C5 and 83. RGB value is (190,197,131). Sum of RGB (Red+Green+Blue) = 190+197+131=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC583 is #413A7C. Grayscale: #BBBBBB. Windows color (decimal): -4274813 or 8635838. OLE color: 8635838.
HSL color Cylindrical-coordinate representation of color #BEC583: hue angle of 66.36º 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 #BEC583 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 131 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.23 |
| HSL | 66.36º | 0.36% | 0.64% | - |
| HSV(B) | 66.36º | 0.34% | 0.77% | - |
| XYZ | 45.3 | 52.52 | 29.22 | - |
| YUV | 187.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 131 | 0.04 | 0 | 0.34 | 0.23 | 66.36 | 0.36 | 0.64 |
| Hex | BE | C5 | 83 | 4 | 0 | 22 | 17 | 42 | 24 | 40 |
| Octal | 276 | 305 | 203 | 4 | 0 | 42 | 27 | 102 | 44 | 100 |
| Binary | 10111110 | 11000101 | 10000011 | 100 | 0 | 100010 | 10111 | 1000010 | 100100 | 1000000 |
Color Harmonies of #BEC583
Complementary color
Monochromatic Colors of #BEC583
Black with #BEC583
Text Example
Text Example
White with #BEC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC583; }
p { color: rgb(190,197,131); }
H1.HeaderClassName
{
color: #BEC583;
}
.AnyTagClassName
{
color: #BEC583;
}
</style>
background-color css
<style>
a { background-color: #BEC583; }
a { background-color: rgb(190,197,131); }
div.DivClassName
{
background-color: #BEC583;
}
.BgClassName
{
background-color: #BEC583;
}
</style>
border-color css
<style>
span { border-color: #BEC583; }
span { border-color: rgb(190,197,131); }
td.TdClassName
{
border-color: #BEC583;
}
.TagClassName
{
border-color: #BEC583;
}
</style>