COLOR #BEC38C

HEX: #BEC38C RGB: (190,195,140)

Color info

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

RGB color model

#BEC38C color RGB value is (190,195,140).

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

RGB channels and saturation

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

190
195
140

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

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 140 = 525 (100%)
R 190 of 525 ~ 36.19%
G 195 of 525 ~ 37.14%
B 140 of 525 ~ 26.67'%

%36.19
%37.14
%26.67

CMYK color model

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

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • 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
%28.21
%23.53

Codes

Color #BEC38C in popluar color models

BE C3 8C
RGB 190 195 140
HSL 65° 31.43% 65.69%
HSB/HSV 65° 28.21% 76.47%
CMYK 2.56% 0.00% 28.21%
23.53%

Color #BEC38C in popluar number systems.

HEX BE C3 8C
Decimal 190 195 140
Binary 10111110 11000011 10001100
Octal 276 303 214

Shades and tints

Shades of #BEC38C

#BEC38C
(190,195,140)
#ADB280
(173,178,128)
#9CA174
(156,161,116)
#8B9068
(139,144,104)
#7A7F5C
(122,127,92)
#696E50
(105,110,80)
#585D44
(88,93,68)
#474C38
(71,76,56)
#363B2C
(54,59,44)
#252A20
(37,42,32)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEC38C

#BEC38C
(190,195,140)
#C3C896
(195,200,150)
#C8CDA0
(200,205,160)
#CDD2AA
(205,210,170)
#D2D7B4
(210,215,180)
#D7DCBE
(215,220,190)
#DCE1C8
(220,225,200)
#E1E6D2
(225,230,210)
#E6EBDC
(230,235,220)
#EBF0E6
(235,240,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC38C; }

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

This text font color is #BEC38C.

Background Color

.myBgColor { background-color: #BEC38C; }

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

This div background color is #BEC38C.

Border color

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

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

This div border color is #BEC38C.

Opacity

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

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

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

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

This text has shadow with #BEC38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC38C.

Preview

Color preview on black background

This text has color #BEC38C on black background.


Color preview on white background

This text has color #BEC38C on white background.


Black color preview on #BEC38C background

This text has black color on #BEC38C background.


White color preview on #BEC38C background

This text has white color on #BEC38C background.


Related colors

Complementary color

Complementary color for #hex is #413C73.


I love getcolorcode.com

Triadic colors

1 #8CBEC3 and #C38CBE with #BEC38C are triadic colors.

2 #8CC3BE and #C3BE8C with #BEC38C are triadic colors.