Shades of Pine Glade #BEC188
Tints of Pine Glade #BEC188
RGB
CMYK
RGB Variations
Color information
#BEC188 (or 0xBEC188) is known color: Pine Glade. HEX triplet: BE, C1 and 88. RGB value is (190,193,136). Sum of RGB (Red+Green+Blue) = 190+193+136=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC188 is #413E77. Grayscale: #B9B9B9. Windows color (decimal): -4275832 or 8962494. OLE color: 8962494.
HSL color Cylindrical-coordinate representation of color #BEC188: hue angle of 63.16º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEC188 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 136 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.24 |
| HSL | 63.16º | 0.31% | 0.65% | - |
| HSV(B) | 63.16º | 0.3% | 0.76% | - |
| XYZ | 44.75 | 50.86 | 30.75 | - |
| YUV | 185.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 136 | 0.02 | 0 | 0.30 | 0.24 | 63.16 | 0.31 | 0.65 |
| Hex | BE | C1 | 88 | 2 | 0 | 1E | 18 | 3F | 1F | 41 |
| Octal | 276 | 301 | 210 | 2 | 0 | 36 | 30 | 77 | 37 | 101 |
| Binary | 10111110 | 11000001 | 10001000 | 10 | 0 | 11110 | 11000 | 111111 | 11111 | 1000001 |
Color Harmonies of #BEC188
Complementary color
Monochromatic Colors of #BEC188
Black with #BEC188
Text Example
Text Example
White with #BEC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC188; }
p { color: rgb(190,193,136); }
H1.HeaderClassName
{
color: #BEC188;
}
.AnyTagClassName
{
color: #BEC188;
}
</style>
background-color css
<style>
a { background-color: #BEC188; }
a { background-color: rgb(190,193,136); }
div.DivClassName
{
background-color: #BEC188;
}
.BgClassName
{
background-color: #BEC188;
}
</style>
border-color css
<style>
span { border-color: #BEC188; }
span { border-color: rgb(190,193,136); }
td.TdClassName
{
border-color: #BEC188;
}
.TagClassName
{
border-color: #BEC188;
}
</style>