Shades of Pine Glade #BEC988
Tints of Pine Glade #BEC988
RGB
CMYK
RGB Variations
Color information
#BEC988 (or 0xBEC988) is known color: Pine Glade. HEX triplet: BE, C9 and 88. RGB value is (190,201,136). Sum of RGB (Red+Green+Blue) = 190+201+136=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC988 is #413677. Grayscale: #BEBEBE. Windows color (decimal): -4273784 or 8964542. OLE color: 8964542.
HSL color Cylindrical-coordinate representation of color #BEC988: hue angle of 70.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC988 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 136 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.21 |
| HSL | 70.15º | 0.38% | 0.66% | - |
| HSV(B) | 70.15º | 0.32% | 0.79% | - |
| XYZ | 46.57 | 54.5 | 31.36 | - |
| YUV | 190.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 136 | 0.05 | 0 | 0.32 | 0.21 | 70.15 | 0.38 | 0.66 |
| Hex | BE | C9 | 88 | 5 | 0 | 20 | 15 | 46 | 26 | 42 |
| Octal | 276 | 311 | 210 | 5 | 0 | 40 | 25 | 106 | 46 | 102 |
| Binary | 10111110 | 11001001 | 10001000 | 101 | 0 | 100000 | 10101 | 1000110 | 100110 | 1000010 |
Color Harmonies of #BEC988
Complementary color
Monochromatic Colors of #BEC988
Black with #BEC988
Text Example
Text Example
White with #BEC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC988; }
p { color: rgb(190,201,136); }
H1.HeaderClassName
{
color: #BEC988;
}
.AnyTagClassName
{
color: #BEC988;
}
</style>
background-color css
<style>
a { background-color: #BEC988; }
a { background-color: rgb(190,201,136); }
div.DivClassName
{
background-color: #BEC988;
}
.BgClassName
{
background-color: #BEC988;
}
</style>
border-color css
<style>
span { border-color: #BEC988; }
span { border-color: rgb(190,201,136); }
td.TdClassName
{
border-color: #BEC988;
}
.TagClassName
{
border-color: #BEC988;
}
</style>