COLOR #BECDA4

HEX: #BECDA4 RGB: (190,205,164)

Color info

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

RGB color model

#BECDA4 color RGB value is (190,205,164).

RGB: (190,205,164) (75%, 80%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 164 of 255 = 64%

190
205
164

R + G + B ~ 73%. #BECDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 164 = 559 (100%)
R 190 of 559 ~ 33.99%
G 205 of 559 ~ 36.67%
B 164 of 559 ~ 29.34'%

%33.99
%36.67
%29.34

CMYK color model

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

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

CMYK: (7,0,20,20)
C7M0Y20K20 (7%, 0%, 20%, 20%)
(0.07 / 0.00 / 0.20 / 0.20)

CMYK percentages

%7.32
%0
%20
%19.61

Codes

Color #BECDA4 in popluar color models

BE CD A4
RGB 190 205 164
HSL 82° 29.08% 72.35%
HSB/HSV 82° 20.00% 80.39%
CMYK 7.32% 0.00% 20.00%
19.61%

Color #BECDA4 in popluar number systems.

HEX BE CD A4
Decimal 190 205 164
Binary 10111110 11001101 10100100
Octal 276 315 244

Shades and tints

Shades of #BECDA4

#BECDA4
(190,205,164)
#ADBB96
(173,187,150)
#9CA988
(156,169,136)
#8B977A
(139,151,122)
#7A856C
(122,133,108)
#69735E
(105,115,94)
#586150
(88,97,80)
#474F42
(71,79,66)
#363D34
(54,61,52)
#252B26
(37,43,38)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #BECDA4

#BECDA4
(190,205,164)
#C3D1AC
(195,209,172)
#C8D5B4
(200,213,180)
#CDD9BC
(205,217,188)
#D2DDC4
(210,221,196)
#D7E1CC
(215,225,204)
#DCE5D4
(220,229,212)
#E1E9DC
(225,233,220)
#E6EDE4
(230,237,228)
#EBF1EC
(235,241,236)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDA4; }

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

This text font color is #BECDA4.

Background Color

.myBgColor { background-color: #BECDA4; }

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

This div background color is #BECDA4.

Border color

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

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

This div border color is #BECDA4.

Opacity

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

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

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

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

This text has shadow with #BECDA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECDA4.

Preview

Color preview on black background

This text has color #BECDA4 on black background.


Color preview on white background

This text has color #BECDA4 on white background.


Black color preview on #BECDA4 background

This text has black color on #BECDA4 background.


White color preview on #BECDA4 background

This text has white color on #BECDA4 background.


Related colors

Complementary color

Complementary color for #hex is #41325B.


I love getcolorcode.com

Triadic colors

1 #A4BECD and #CDA4BE with #BECDA4 are triadic colors.

2 #A4CDBE and #CDBEA4 with #BECDA4 are triadic colors.