COLOR #BEC2A4

HEX: #BEC2A4 RGB: (190,194,164)

Color info

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

RGB color model

#BEC2A4 color RGB value is (190,194,164).

RGB: (190,194,164) (75%, 76%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 164 of 255 = 64%

190
194
164

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

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 164 = 548 (100%)
R 190 of 548 ~ 34.67%
G 194 of 548 ~ 35.4%
B 164 of 548 ~ 29.93'%

%34.67
%35.4
%29.93

CMYK color model

#BEC2A4 color CMYK value is (2,0,15,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 15.46%
  • key color value is 23.92%

CMYK: (2,0,15,24)
C2M0Y15K24 (2%, 0%, 15%, 24%)
(0.02 / 0.00 / 0.15 / 0.24)

CMYK percentages

%2.06
%0
%15.46
%23.92

Codes

Color #BEC2A4 in popluar color models

BE C2 A4
RGB 190 194 164
HSL 68° 19.74% 70.20%
HSB/HSV 68° 15.46% 76.08%
CMYK 2.06% 0.00% 15.46%
23.92%

Color #BEC2A4 in popluar number systems.

HEX BE C2 A4
Decimal 190 194 164
Binary 10111110 11000010 10100100
Octal 276 302 244

Shades and tints

Shades of #BEC2A4

#BEC2A4
(190,194,164)
#ADB196
(173,177,150)
#9CA088
(156,160,136)
#8B8F7A
(139,143,122)
#7A7E6C
(122,126,108)
#696D5E
(105,109,94)
#585C50
(88,92,80)
#474B42
(71,75,66)
#363A34
(54,58,52)
#252926
(37,41,38)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BEC2A4

#BEC2A4
(190,194,164)
#C3C7AC
(195,199,172)
#C8CCB4
(200,204,180)
#CDD1BC
(205,209,188)
#D2D6C4
(210,214,196)
#D7DBCC
(215,219,204)
#DCE0D4
(220,224,212)
#E1E5DC
(225,229,220)
#E6EAE4
(230,234,228)
#EBEFEC
(235,239,236)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2A4; }

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

This text font color is #BEC2A4.

Background Color

.myBgColor { background-color: #BEC2A4; }

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

This div background color is #BEC2A4.

Border color

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

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

This div border color is #BEC2A4.

Opacity

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

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

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

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

This text has shadow with #BEC2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC2A4.

Preview

Color preview on black background

This text has color #BEC2A4 on black background.


Color preview on white background

This text has color #BEC2A4 on white background.


Black color preview on #BEC2A4 background

This text has black color on #BEC2A4 background.


White color preview on #BEC2A4 background

This text has white color on #BEC2A4 background.


Related colors

Complementary color

Complementary color for #hex is #413D5B.


I love getcolorcode.com

Triadic colors

1 #A4BEC2 and #C2A4BE with #BEC2A4 are triadic colors.

2 #A4C2BE and #C2BEA4 with #BEC2A4 are triadic colors.