Shades of Pine Glade #BEC983
Tints of Pine Glade #BEC983
RGB
CMYK
RGB Variations
Color information
#BEC983 (or 0xBEC983) is known color: Pine Glade. HEX triplet: BE, C9 and 83. RGB value is (190,201,131). Sum of RGB (Red+Green+Blue) = 190+201+131=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC983 is #41367C. Grayscale: #BDBDBD. Windows color (decimal): -4273789 or 8636862. OLE color: 8636862.
HSL color Cylindrical-coordinate representation of color #BEC983: hue angle of 69.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEC983 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 131 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.21 |
| HSL | 69.43º | 0.39% | 0.65% | - |
| HSV(B) | 69.43º | 0.35% | 0.79% | - |
| XYZ | 46.22 | 54.36 | 29.53 | - |
| YUV | 189.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 131 | 0.05 | 0 | 0.35 | 0.21 | 69.43 | 0.39 | 0.65 |
| Hex | BE | C9 | 83 | 5 | 0 | 23 | 15 | 45 | 27 | 41 |
| Octal | 276 | 311 | 203 | 5 | 0 | 43 | 25 | 105 | 47 | 101 |
| Binary | 10111110 | 11001001 | 10000011 | 101 | 0 | 100011 | 10101 | 1000101 | 100111 | 1000001 |
Color Harmonies of #BEC983
Complementary color
Monochromatic Colors of #BEC983
Black with #BEC983
Text Example
Text Example
White with #BEC983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC983; }
p { color: rgb(190,201,131); }
H1.HeaderClassName
{
color: #BEC983;
}
.AnyTagClassName
{
color: #BEC983;
}
</style>
background-color css
<style>
a { background-color: #BEC983; }
a { background-color: rgb(190,201,131); }
div.DivClassName
{
background-color: #BEC983;
}
.BgClassName
{
background-color: #BEC983;
}
</style>
border-color css
<style>
span { border-color: #BEC983; }
span { border-color: rgb(190,201,131); }
td.TdClassName
{
border-color: #BEC983;
}
.TagClassName
{
border-color: #BEC983;
}
</style>