Shades of Pine Glade #BEC888
Tints of Pine Glade #BEC888
RGB
CMYK
RGB Variations
Color information
#BEC888 (or 0xBEC888) is known color: Pine Glade. HEX triplet: BE, C8 and 88. RGB value is (190,200,136). Sum of RGB (Red+Green+Blue) = 190+200+136=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC888 is #413777. Grayscale: #BDBDBD. Windows color (decimal): -4274040 or 8964286. OLE color: 8964286.
HSL color Cylindrical-coordinate representation of color #BEC888: hue angle of 69.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC888 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 136 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.22 |
| HSL | 69.38º | 0.37% | 0.66% | - |
| HSV(B) | 69.38º | 0.32% | 0.78% | - |
| XYZ | 46.33 | 54.03 | 31.28 | - |
| YUV | 189.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 136 | 0.05 | 0 | 0.32 | 0.22 | 69.38 | 0.37 | 0.66 |
| Hex | BE | C8 | 88 | 5 | 0 | 20 | 16 | 45 | 25 | 42 |
| Octal | 276 | 310 | 210 | 5 | 0 | 40 | 26 | 105 | 45 | 102 |
| Binary | 10111110 | 11001000 | 10001000 | 101 | 0 | 100000 | 10110 | 1000101 | 100101 | 1000010 |
Color Harmonies of #BEC888
Complementary color
Monochromatic Colors of #BEC888
Black with #BEC888
Text Example
Text Example
White with #BEC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC888; }
p { color: rgb(190,200,136); }
H1.HeaderClassName
{
color: #BEC888;
}
.AnyTagClassName
{
color: #BEC888;
}
</style>
background-color css
<style>
a { background-color: #BEC888; }
a { background-color: rgb(190,200,136); }
div.DivClassName
{
background-color: #BEC888;
}
.BgClassName
{
background-color: #BEC888;
}
</style>
border-color css
<style>
span { border-color: #BEC888; }
span { border-color: rgb(190,200,136); }
td.TdClassName
{
border-color: #BEC888;
}
.TagClassName
{
border-color: #BEC888;
}
</style>