COLOR #BECDAA

HEX: #BECDAA RGB: (190,205,170)

Color info

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

RGB color model

#BECDAA color RGB value is (190,205,170).

RGB: (190,205,170) (75%, 80%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 170 of 255 = 67%

190
205
170

R + G + B ~ 74%. #BECDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 170 = 565 (100%)
R 190 of 565 ~ 33.63%
G 205 of 565 ~ 36.28%
B 170 of 565 ~ 30.09'%

%33.63
%36.28
%30.09

CMYK color model

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

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 19.61%
CMYK: (7,0,17,20) C7M0Y17K20 (7%,0%,17%,20%) (0.07/0.00/0.17/0.20) 

CMYK percentages

%7.32
%0
%17.07
%19.61

Codes

Color #BECDAA in popluar color models

BE CD AA
RGB 190 205 170
HSL 86° 25.93% 73.53%
HSB/HSV 86° 17.07% 80.39%
CMYK 7.32% 0.00% 17.07%
19.61%

Color #BECDAA in popluar number systems.

HEX BE CD AA
Decimal 190 205 170
Binary 10111110 11001101 10101010
Octal 276 315 252

Shades and tints

Shades of #BECDAA

#BECDAA
(190,205,170)
#ADBB9B
(173,187,155)
#9CA98C
(156,169,140)
#8B977D
(139,151,125)
#7A856E
(122,133,110)
#69735F
(105,115,95)
#586150
(88,97,80)
#474F41
(71,79,65)
#363D32
(54,61,50)
#252B23
(37,43,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BECDAA

#BECDAA
(190,205,170)
#C3D1B1
(195,209,177)
#C8D5B8
(200,213,184)
#CDD9BF
(205,217,191)
#D2DDC6
(210,221,198)
#D7E1CD
(215,225,205)
#DCE5D4
(220,229,212)
#E1E9DB
(225,233,219)
#E6EDE2
(230,237,226)
#EBF1E9
(235,241,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDAA; }

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

This text font color is #BECDAA.

Background Color

.myBgColor { background-color: #BECDAA; }

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

This div background color is #BECDAA.

Border color

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

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

This div border color is #BECDAA.

Opacity

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

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

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

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

This text has shadow with #BECDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECDAA.

Preview

Color preview on black background

This text has color #BECDAA on black background.


Color preview on white background

This text has color #BECDAA on white background.


Black color preview on #BECDAA background

This text has black color on #BECDAA background.


White color preview on #BECDAA background

This text has white color on #BECDAA background.


Related colors

Complementary color

Complementary color for #hex is #413255.


I love getcolorcode.com

Triadic colors

1 #AABECD and #CDAABE with #BECDAA are triadic colors.

2 #AACDBE and #CDBEAA with #BECDAA are triadic colors.