COLOR #BEC4A4

HEX: #BEC4A4 RGB: (190,196,164)

Color info

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

RGB color model

#BEC4A4 color RGB value is (190,196,164).

RGB: (190,196,164) (75%, 77%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 196 of 255 = 77%
B 164 of 255 = 64%

190
196
164

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

Portions of RGB colors in percentages

R + G + B = 190 + 196 + 164 = 550 (100%)
R 190 of 550 ~ 34.55%
G 196 of 550 ~ 35.64%
B 164 of 550 ~ 29.82'%

%34.55
%35.64
%29.82

CMYK color model

#BEC4A4 color CMYK value is (3,0,16,23).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 23.14%

CMYK: (3,0,16,23)
C3M0Y16K23 (3%, 0%, 16%, 23%)
(0.03 / 0.00 / 0.16 / 0.23)

CMYK percentages

%3.06
%0
%16.33
%23.14

Codes

Color #BEC4A4 in popluar color models

BE C4 A4
RGB 190 196 164
HSL 71° 21.33% 70.59%
HSB/HSV 71° 16.33% 76.86%
CMYK 3.06% 0.00% 16.33%
23.14%

Color #BEC4A4 in popluar number systems.

HEX BE C4 A4
Decimal 190 196 164
Binary 10111110 11000100 10100100
Octal 276 304 244

Shades and tints

Shades of #BEC4A4

#BEC4A4
(190,196,164)
#ADB396
(173,179,150)
#9CA288
(156,162,136)
#8B917A
(139,145,122)
#7A806C
(122,128,108)
#696F5E
(105,111,94)
#585E50
(88,94,80)
#474D42
(71,77,66)
#363C34
(54,60,52)
#252B26
(37,43,38)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #BEC4A4

#BEC4A4
(190,196,164)
#C3C9AC
(195,201,172)
#C8CEB4
(200,206,180)
#CDD3BC
(205,211,188)
#D2D8C4
(210,216,196)
#D7DDCC
(215,221,204)
#DCE2D4
(220,226,212)
#E1E7DC
(225,231,220)
#E6ECE4
(230,236,228)
#EBF1EC
(235,241,236)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC4A4; }

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

This text font color is #BEC4A4.

Background Color

.myBgColor { background-color: #BEC4A4; }

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

This div background color is #BEC4A4.

Border color

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

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

This div border color is #BEC4A4.

Opacity

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

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

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

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

This text has shadow with #BEC4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC4A4.

Preview

Color preview on black background

This text has color #BEC4A4 on black background.


Color preview on white background

This text has color #BEC4A4 on white background.


Black color preview on #BEC4A4 background

This text has black color on #BEC4A4 background.


White color preview on #BEC4A4 background

This text has white color on #BEC4A4 background.


Related colors

Complementary color

Complementary color for #hex is #413B5B.


I love getcolorcode.com

Triadic colors

1 #A4BEC4 and #C4A4BE with #BEC4A4 are triadic colors.

2 #A4C4BE and #C4BEA4 with #BEC4A4 are triadic colors.