#BEC188

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

Shades of Pine Glade #BEC188

Tints of Pine Glade #BEC188

Color information

#BEC188 (or 0xBEC188) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 88. RGB value is (190,193,136). Sum of RGB (Red+Green+Blue) = 190+193+136=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC188 is #413E77. Grayscale: #B9B9B9. Windows color (decimal): -4275832 or 8962494. OLE color: 8962494.

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

Color convert

RGB190193136-
CMYK0.0200.300.24
HSL63.16º31.49%64.51%-
HSV(B)63.16º29.53%75.69%-
XYZ44.7550.8630.75-
YUV185.6100.01131.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=36.61%
G=37.19%
B=26.20%

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
Decimal1901931360.0200.300.2463.1631.4964.51
HexBEC188201E183f1f41
Octal2763012102036307737101
Binary1011111011000001100010001001111011000111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC188; }

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

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

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

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

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

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

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

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