COLOR #BEC29D

HEX: #BEC29D RGB: (190,194,157)

Color info

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

RGB color model

#BEC29D color RGB value is (190,194,157).

RGB: (190,194,157) (75%, 76%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 157 of 255 = 62%

190
194
157

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

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 157 = 541 (100%)
R 190 of 541 ~ 35.12%
G 194 of 541 ~ 35.86%
B 157 of 541 ~ 29.02'%

%35.12
%35.86
%29.02

CMYK color model

#BEC29D color CMYK value is (2,0,19,24).

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

CMYK: (2,0,19,24)
C2M0Y19K24 (2%, 0%, 19%, 24%)
(0.02 / 0.00 / 0.19 / 0.24)

CMYK percentages

%2.06
%0
%19.07
%23.92

Codes

Color #BEC29D in popluar color models

BE C2 9D
RGB 190 194 157
HSL 66° 23.27% 68.82%
HSB/HSV 66° 19.07% 76.08%
CMYK 2.06% 0.00% 19.07%
23.92%

Color #BEC29D in popluar number systems.

HEX BE C2 9D
Decimal 190 194 157
Binary 10111110 11000010 10011101
Octal 276 302 235

Shades and tints

Shades of #BEC29D

#BEC29D
(190,194,157)
#ADB18F
(173,177,143)
#9CA081
(156,160,129)
#8B8F73
(139,143,115)
#7A7E65
(122,126,101)
#696D57
(105,109,87)
#585C49
(88,92,73)
#474B3B
(71,75,59)
#363A2D
(54,58,45)
#25291F
(37,41,31)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEC29D

#BEC29D
(190,194,157)
#C3C7A5
(195,199,165)
#C8CCAD
(200,204,173)
#CDD1B5
(205,209,181)
#D2D6BD
(210,214,189)
#D7DBC5
(215,219,197)
#DCE0CD
(220,224,205)
#E1E5D5
(225,229,213)
#E6EADD
(230,234,221)
#EBEFE5
(235,239,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC29D; }

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

This text font color is #BEC29D.

Background Color

.myBgColor { background-color: #BEC29D; }

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

This div background color is #BEC29D.

Border color

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

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

This div border color is #BEC29D.

Opacity

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

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

Text with #BEC29D 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 #BEC29D;}

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

This text has shadow with #BEC29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC29D.

Preview

Color preview on black background

This text has color #BEC29D on black background.


Color preview on white background

This text has color #BEC29D on white background.


Black color preview on #BEC29D background

This text has black color on #BEC29D background.


White color preview on #BEC29D background

This text has white color on #BEC29D background.


Related colors

Complementary color

Complementary color for #hex is #413D62.


I love getcolorcode.com

Triadic colors

1 #9DBEC2 and #C29DBE with #BEC29D are triadic colors.

2 #9DC2BE and #C2BE9D with #BEC29D are triadic colors.