#BEC187

Color #BEC187 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BEC187

Tints of Pine Glade #BEC187

Color information

#BEC187 (or 0xBEC187) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 87. RGB value is (190,193,135). Sum of RGB (Red+Green+Blue) = 190+193+135=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC187 is #413E78. Grayscale: #B9B9B9. Windows color (decimal): -4275833 or 8896958. OLE color: 8896958.

HSL color Cylindrical-coordinate representation of color #BEC187: hue angle of 63.1º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEC187 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB190193135-
CMYK0.0200.300.24
HSL63.1º31.87%64.31%-
HSV(B)63.1º30.05%75.69%-
XYZ44.6850.8430.38-
YUV185.4999.51131.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=36.68%
G=37.26%
B=26.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931350.0200.300.2463.131.8764.31
HexBEC187201E183f2040
Octal2763012072036307740100
Binary10111110110000011000011110011110110001111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC187; }

 p { color: rgb(190,193,135); }

 H1.HeaderClassName
 {
   color: #BEC187;
 }
 .AnyTagClassName
 {
   color: #BEC187;
 }
</style>
background-color css

<style>
 a { background-color: #BEC187; }

 a { background-color: rgb(190,193,135); }

 div.DivClassName
 {
   background-color: #BEC187;
 }
 .BgClassName
 {
   background-color: #BEC187;
 }
</style>
border-color css

<style>
 span { border-color: #BEC187; }

 span { border-color: rgb(190,193,135); }

 td.TdClassName
 {
   border-color: #BEC187;
 }
 .TagClassName
 {
   border-color: #BEC187;
 }
</style>