COLOR #BEC38D

HEX: #BEC38D RGB: (190,195,141)

Color info

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

RGB color model

#BEC38D color RGB value is (190,195,141).

RGB: (190,195,141) (75%, 76%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 141 of 255 = 55%

190
195
141

R + G + B ~ 69%. #BEC38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 141 = 526 (100%)
R 190 of 526 ~ 36.12%
G 195 of 526 ~ 37.07%
B 141 of 526 ~ 26.81'%

%36.12
%37.07
%26.81

CMYK color model

#BEC38D color CMYK value is (3,0,28,24).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%
CMYK: (3,0,28,24) C3M0Y28K24 (3%,0%,28%,24%) (0.03/0.00/0.28/0.24) 

CMYK percentages

%2.56
%0
%27.69
%23.53

Codes

Color #BEC38D in popluar color models

BE C3 8D
RGB 190 195 141
HSL 66° 31.03% 65.88%
HSB/HSV 66° 27.69% 76.47%
CMYK 2.56% 0.00% 27.69%
23.53%

Color #BEC38D in popluar number systems.

HEX BE C3 8D
Decimal 190 195 141
Binary 10111110 11000011 10001101
Octal 276 303 215

Shades and tints

Shades of #BEC38D

#BEC38D
(190,195,141)
#ADB281
(173,178,129)
#9CA175
(156,161,117)
#8B9069
(139,144,105)
#7A7F5D
(122,127,93)
#696E51
(105,110,81)
#585D45
(88,93,69)
#474C39
(71,76,57)
#363B2D
(54,59,45)
#252A21
(37,42,33)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEC38D

#BEC38D
(190,195,141)
#C3C897
(195,200,151)
#C8CDA1
(200,205,161)
#CDD2AB
(205,210,171)
#D2D7B5
(210,215,181)
#D7DCBF
(215,220,191)
#DCE1C9
(220,225,201)
#E1E6D3
(225,230,211)
#E6EBDD
(230,235,221)
#EBF0E7
(235,240,231)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC38D color. Also use rgb(190,195,141) instead hex code.

Text Font Color

.myTextColor { color: #BEC38D; }

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

This text font color is #BEC38D.

Background Color

.myBgColor { background-color: #BEC38D; }

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

This div background color is #BEC38D.

Border color

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

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

This div border color is #BEC38D.

Opacity

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

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

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

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

This text has shadow with #BEC38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC38D.

Preview

Color preview on black background

This text has color #BEC38D on black background.


Color preview on white background

This text has color #BEC38D on white background.


Black color preview on #BEC38D background

This text has black color on #BEC38D background.


White color preview on #BEC38D background

This text has white color on #BEC38D background.


Related colors

Complementary color

Complementary color for #hex is #413C72.


I love getcolorcode.com

Triadic colors

1 #8DBEC3 and #C38DBE with #BEC38D are triadic colors.

2 #8DC3BE and #C3BE8D with #BEC38D are triadic colors.