Shades of Pine Glade #BEC884
Tints of Pine Glade #BEC884
RGB
CMYK
RGB Variations
Color information
#BEC884 (or 0xBEC884) is known color: Pine Glade. HEX triplet: BE, C8 and 84. RGB value is (190,200,132). Sum of RGB (Red+Green+Blue) = 190+200+132=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC884 is #41377B. Grayscale: #BDBDBD. Windows color (decimal): -4274044 or 8702142. OLE color: 8702142.
HSL color Cylindrical-coordinate representation of color #BEC884: hue angle of 68.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC884 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 132 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.22 |
| HSL | 68.82º | 0.38% | 0.65% | - |
| HSV(B) | 68.82º | 0.34% | 0.78% | - |
| XYZ | 46.05 | 53.92 | 29.81 | - |
| YUV | 189.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 132 | 0.05 | 0 | 0.34 | 0.22 | 68.82 | 0.38 | 0.65 |
| Hex | BE | C8 | 84 | 5 | 0 | 22 | 16 | 45 | 26 | 41 |
| Octal | 276 | 310 | 204 | 5 | 0 | 42 | 26 | 105 | 46 | 101 |
| Binary | 10111110 | 11001000 | 10000100 | 101 | 0 | 100010 | 10110 | 1000101 | 100110 | 1000001 |
Color Harmonies of #BEC884
Complementary color
Monochromatic Colors of #BEC884
Black with #BEC884
Text Example
Text Example
White with #BEC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC884; }
p { color: rgb(190,200,132); }
H1.HeaderClassName
{
color: #BEC884;
}
.AnyTagClassName
{
color: #BEC884;
}
</style>
background-color css
<style>
a { background-color: #BEC884; }
a { background-color: rgb(190,200,132); }
div.DivClassName
{
background-color: #BEC884;
}
.BgClassName
{
background-color: #BEC884;
}
</style>
border-color css
<style>
span { border-color: #BEC884; }
span { border-color: rgb(190,200,132); }
td.TdClassName
{
border-color: #BEC884;
}
.TagClassName
{
border-color: #BEC884;
}
</style>