COLOR #BEC29C

HEX: #BEC29C RGB: (190,194,156)

Color info

#BEC29C contains red, green and blue colors in about the same proportion. Web safe color of #BEC29C is #CCCC99 (or #CC9).

RGB color model

#BEC29C color RGB value is (190,194,156).

RGB: (190,194,156) (75%, 76%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 156 of 255 = 61%

190
194
156

R + G + B ~ 71%. #BEC29C is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 156 = 540 (100%)
R 190 of 540 ~ 35.19%
G 194 of 540 ~ 35.93%
B 156 of 540 ~ 28.89'%

%35.19
%35.93
%28.89

CMYK color model

#BEC29C color CMYK value is (2,0,20,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 23.92%

CMYK: (2,0,20,24)
C2M0Y20K24 (2%, 0%, 20%, 24%)
(0.02 / 0.00 / 0.20 / 0.24)

CMYK percentages

%2.06
%0
%19.59
%23.92

Codes

Color #BEC29C in popluar color models

BE C2 9C
RGB 190 194 156
HSL 66° 23.75% 68.63%
HSB/HSV 66° 19.59% 76.08%
CMYK 2.06% 0.00% 19.59%
23.92%

Color #BEC29C in popluar number systems.

HEX BE C2 9C
Decimal 190 194 156
Binary 10111110 11000010 10011100
Octal 276 302 234

Shades and tints

Shades of #BEC29C

#BEC29C
(190,194,156)
#ADB18E
(173,177,142)
#9CA080
(156,160,128)
#8B8F72
(139,143,114)
#7A7E64
(122,126,100)
#696D56
(105,109,86)
#585C48
(88,92,72)
#474B3A
(71,75,58)
#363A2C
(54,58,44)
#25291E
(37,41,30)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #BEC29C

#BEC29C
(190,194,156)
#C3C7A5
(195,199,165)
#C8CCAE
(200,204,174)
#CDD1B7
(205,209,183)
#D2D6C0
(210,214,192)
#D7DBC9
(215,219,201)
#DCE0D2
(220,224,210)
#E1E5DB
(225,229,219)
#E6EAE4
(230,234,228)
#EBEFED
(235,239,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC29C color. Also use rgb(190,194,156) instead hex code.

Text Font Color

.myTextColor { color: #BEC29C; }

<p style="color:#BEC29C">This sample text font color is #BEC29C.</p>

This text font color is #BEC29C.

Background Color

.myBgColor { background-color: #BEC29C; }

<div style="background-color:#BEC29C">Inner text</div>

This div background color is #BEC29C.

Border color

.myBorderColor { border: 1px solid #BEC29C; }

<div style="border:3px solid #BEC29C">Div</div>

This div border color is #BEC29C.

Opacity

.myOpacity80 { color: #BEC29C; opacity: 0.8; }

<p style="color:#BEC29C;opacity:0.8;">80%</p>

Text with #BEC29C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEC29C;}

<p style="text-shadow: 3px 3px 1px #BEC29C">Text here.</p>

This text has shadow with #BEC29C color.


.textShadow {text-shadow: 3px 3px 1px #BEC29C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEC29C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEC29C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC29C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEC29C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEC29C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC29C;
-webkit-box-shadow: 1px 1px 3px 2px #BEC29C;
box-shadow: 1px 1px 3px 2px #BEC29C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC29C; -webkit-box-shadow: 1px 1px 3px 2px #BEC29C; box-shadow:1px 1px 3px 2px #BEC29C;">
Div content here
</div>

This div box has shadow with color #BEC29C.

Preview

Color preview on black background

This text has color #BEC29C on black background.


Color preview on white background

This text has color #BEC29C on white background.


Black color preview on #BEC29C background

This text has black color on #BEC29C background.


White color preview on #BEC29C background

This text has white color on #BEC29C background.


Related colors

Complementary color

Complementary color for #hex is #413D63.


I love getcolorcode.com

Triadic colors

1 #9CBEC2 and #C29CBE with #BEC29C are triadic colors.

2 #9CC2BE and #C2BE9C with #BEC29C are triadic colors.