Shades of Pine Glade #BEC885
Tints of Pine Glade #BEC885
RGB
CMYK
RGB Variations
Color information
#BEC885 (or 0xBEC885) is known color: Pine Glade. HEX triplet: BE, C8 and 85. RGB value is (190,200,133). Sum of RGB (Red+Green+Blue) = 190+200+133=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC885 is #41377A. Grayscale: #BDBDBD. Windows color (decimal): -4274043 or 8767678. OLE color: 8767678.
HSL color Cylindrical-coordinate representation of color #BEC885: hue angle of 68.96º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC885 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 133 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.22 |
| HSL | 68.96º | 0.38% | 0.65% | - |
| HSV(B) | 68.96º | 0.34% | 0.78% | - |
| XYZ | 46.12 | 53.95 | 30.17 | - |
| YUV | 189.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 133 | 0.05 | 0 | 0.34 | 0.22 | 68.96 | 0.38 | 0.65 |
| Hex | BE | C8 | 85 | 5 | 0 | 22 | 16 | 45 | 26 | 41 |
| Octal | 276 | 310 | 205 | 5 | 0 | 42 | 26 | 105 | 46 | 101 |
| Binary | 10111110 | 11001000 | 10000101 | 101 | 0 | 100010 | 10110 | 1000101 | 100110 | 1000001 |
Color Harmonies of #BEC885
Complementary color
Monochromatic Colors of #BEC885
Black with #BEC885
Text Example
Text Example
White with #BEC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC885; }
p { color: rgb(190,200,133); }
H1.HeaderClassName
{
color: #BEC885;
}
.AnyTagClassName
{
color: #BEC885;
}
</style>
background-color css
<style>
a { background-color: #BEC885; }
a { background-color: rgb(190,200,133); }
div.DivClassName
{
background-color: #BEC885;
}
.BgClassName
{
background-color: #BEC885;
}
</style>
border-color css
<style>
span { border-color: #BEC885; }
span { border-color: rgb(190,200,133); }
td.TdClassName
{
border-color: #BEC885;
}
.TagClassName
{
border-color: #BEC885;
}
</style>