COLOR #BECD9B

HEX: #BECD9B RGB: (190,205,155)

Color info

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

RGB color model

#BECD9B color RGB value is (190,205,155).

RGB: (190,205,155) (75%, 80%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 155 of 255 = 61%

190
205
155

R + G + B ~ 72%. #BECD9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 155 = 550 (100%)
R 190 of 550 ~ 34.55%
G 205 of 550 ~ 37.27%
B 155 of 550 ~ 28.18'%

%34.55
%37.27
%28.18

CMYK color model

#BECD9B color CMYK value is (7,0,24,20).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 19.61%

CMYK: (7,0,24,20)
C7M0Y24K20 (7%, 0%, 24%, 20%)
(0.07 / 0.00 / 0.24 / 0.20)

CMYK percentages

%7.32
%0
%24.39
%19.61

Codes

Color #BECD9B in popluar color models

BE CD 9B
RGB 190 205 155
HSL 78° 33.33% 70.59%
HSB/HSV 78° 24.39% 80.39%
CMYK 7.32% 0.00% 24.39%
19.61%

Color #BECD9B in popluar number systems.

HEX BE CD 9B
Decimal 190 205 155
Binary 10111110 11001101 10011011
Octal 276 315 233

Shades and tints

Shades of #BECD9B

#BECD9B
(190,205,155)
#ADBB8D
(173,187,141)
#9CA97F
(156,169,127)
#8B9771
(139,151,113)
#7A8563
(122,133,99)
#697355
(105,115,85)
#586147
(88,97,71)
#474F39
(71,79,57)
#363D2B
(54,61,43)
#252B1D
(37,43,29)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #BECD9B

#BECD9B
(190,205,155)
#C3D1A4
(195,209,164)
#C8D5AD
(200,213,173)
#CDD9B6
(205,217,182)
#D2DDBF
(210,221,191)
#D7E1C8
(215,225,200)
#DCE5D1
(220,229,209)
#E1E9DA
(225,233,218)
#E6EDE3
(230,237,227)
#EBF1EC
(235,241,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECD9B color. Also use rgb(190,205,155) instead hex code.

Text Font Color

.myTextColor { color: #BECD9B; }

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

This text font color is #BECD9B.

Background Color

.myBgColor { background-color: #BECD9B; }

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

This div background color is #BECD9B.

Border color

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

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

This div border color is #BECD9B.

Opacity

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

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

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

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

This text has shadow with #BECD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECD9B.

Preview

Color preview on black background

This text has color #BECD9B on black background.


Color preview on white background

This text has color #BECD9B on white background.


Black color preview on #BECD9B background

This text has black color on #BECD9B background.


White color preview on #BECD9B background

This text has white color on #BECD9B background.


Related colors

Complementary color

Complementary color for #hex is #413264.


I love getcolorcode.com

Triadic colors

1 #9BBECD and #CD9BBE with #BECD9B are triadic colors.

2 #9BCDBE and #CDBE9B with #BECD9B are triadic colors.