#BEC189

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

Shades of Pine Glade #BEC189

Tints of Pine Glade #BEC189

Color information

#BEC189 (or 0xBEC189) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 89. RGB value is (190,193,137). Sum of RGB (Red+Green+Blue) = 190+193+137=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC189 is #413E76. Grayscale: #B9B9B9. Windows color (decimal): -4275831 or 9028030. OLE color: 9028030.

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

Color convert

RGB190193137-
CMYK0.0200.290.24
HSL63.21º31.11%64.71%-
HSV(B)63.21º29.02%75.69%-
XYZ44.8250.8931.13-
YUV185.72100.51131.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 137 (53.91% from 255) = 26.35%
R=36.54%
G=37.12%
B=26.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931370.0200.290.2463.2131.1164.71
HexBEC189201D183f1f41
Octal2763012112035307737101
Binary1011111011000001100010011001110111000111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC189; }

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

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

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

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

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

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

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

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