COLOR #BECBAB

HEX: #BECBAB RGB: (190,203,171)

Color info

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

RGB color model

#BECBAB color RGB value is (190,203,171).

RGB: (190,203,171) (75%, 80%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 203 of 255 = 80%
B 171 of 255 = 67%

190
203
171

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

Portions of RGB colors in percentages

R + G + B = 190 + 203 + 171 = 564 (100%)
R 190 of 564 ~ 33.69%
G 203 of 564 ~ 35.99%
B 171 of 564 ~ 30.32'%

%33.69
%35.99
%30.32

CMYK color model

#BECBAB color CMYK value is (6,0,16,20).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 20.39%

CMYK: (6,0,16,20)
C6M0Y16K20 (6%, 0%, 16%, 20%)
(0.06 / 0.00 / 0.16 / 0.20)

CMYK percentages

%6.4
%0
%15.76
%20.39

Codes

Color #BECBAB in popluar color models

BE CB AB
RGB 190 203 171
HSL 84° 23.53% 73.33%
HSB/HSV 84° 15.76% 79.61%
CMYK 6.40% 0.00% 15.76%
20.39%

Color #BECBAB in popluar number systems.

HEX BE CB AB
Decimal 190 203 171
Binary 10111110 11001011 10101011
Octal 276 313 253

Shades and tints

Shades of #BECBAB

#BECBAB
(190,203,171)
#ADB99C
(173,185,156)
#9CA78D
(156,167,141)
#8B957E
(139,149,126)
#7A836F
(122,131,111)
#697160
(105,113,96)
#585F51
(88,95,81)
#474D42
(71,77,66)
#363B33
(54,59,51)
#252924
(37,41,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BECBAB

#BECBAB
(190,203,171)
#C3CFB2
(195,207,178)
#C8D3B9
(200,211,185)
#CDD7C0
(205,215,192)
#D2DBC7
(210,219,199)
#D7DFCE
(215,223,206)
#DCE3D5
(220,227,213)
#E1E7DC
(225,231,220)
#E6EBE3
(230,235,227)
#EBEFEA
(235,239,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECBAB color. Also use rgb(190,203,171) instead hex code.

Text Font Color

.myTextColor { color: #BECBAB; }

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

This text font color is #BECBAB.

Background Color

.myBgColor { background-color: #BECBAB; }

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

This div background color is #BECBAB.

Border color

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

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

This div border color is #BECBAB.

Opacity

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

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

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

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

This text has shadow with #BECBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECBAB.

Preview

Color preview on black background

This text has color #BECBAB on black background.


Color preview on white background

This text has color #BECBAB on white background.


Black color preview on #BECBAB background

This text has black color on #BECBAB background.


White color preview on #BECBAB background

This text has white color on #BECBAB background.


Related colors

Complementary color

Complementary color for #hex is #413454.


I love getcolorcode.com

Triadic colors

1 #ABBECB and #CBABBE with #BECBAB are triadic colors.

2 #ABCBBE and #CBBEAB with #BECBAB are triadic colors.