COLOR #BEC8A4

HEX: #BEC8A4 RGB: (190,200,164)

Color info

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

RGB color model

#BEC8A4 color RGB value is (190,200,164).

RGB: (190,200,164) (75%, 78%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 164 of 255 = 64%

190
200
164

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

Portions of RGB colors in percentages

R + G + B = 190 + 200 + 164 = 554 (100%)
R 190 of 554 ~ 34.3%
G 200 of 554 ~ 36.1%
B 164 of 554 ~ 29.6'%

%34.3
%36.1
%29.6

CMYK color model

#BEC8A4 color CMYK value is (5,0,18,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 21.57%

CMYK: (5,0,18,22)
C5M0Y18K22 (5%, 0%, 18%, 22%)
(0.05 / 0.00 / 0.18 / 0.22)

CMYK percentages

%5
%0
%18
%21.57

Codes

Color #BEC8A4 in popluar color models

BE C8 A4
RGB 190 200 164
HSL 77° 24.66% 71.37%
HSB/HSV 77° 18.00% 78.43%
CMYK 5.00% 0.00% 18.00%
21.57%

Color #BEC8A4 in popluar number systems.

HEX BE C8 A4
Decimal 190 200 164
Binary 10111110 11001000 10100100
Octal 276 310 244

Shades and tints

Shades of #BEC8A4

#BEC8A4
(190,200,164)
#ADB696
(173,182,150)
#9CA488
(156,164,136)
#8B927A
(139,146,122)
#7A806C
(122,128,108)
#696E5E
(105,110,94)
#585C50
(88,92,80)
#474A42
(71,74,66)
#363834
(54,56,52)
#252626
(37,38,38)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEC8A4

#BEC8A4
(190,200,164)
#C3CDAC
(195,205,172)
#C8D2B4
(200,210,180)
#CDD7BC
(205,215,188)
#D2DCC4
(210,220,196)
#D7E1CC
(215,225,204)
#DCE6D4
(220,230,212)
#E1EBDC
(225,235,220)
#E6F0E4
(230,240,228)
#EBF5EC
(235,245,236)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC8A4; }

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

This text font color is #BEC8A4.

Background Color

.myBgColor { background-color: #BEC8A4; }

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

This div background color is #BEC8A4.

Border color

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

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

This div border color is #BEC8A4.

Opacity

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

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

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

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

This text has shadow with #BEC8A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC8A4.

Preview

Color preview on black background

This text has color #BEC8A4 on black background.


Color preview on white background

This text has color #BEC8A4 on white background.


Black color preview on #BEC8A4 background

This text has black color on #BEC8A4 background.


White color preview on #BEC8A4 background

This text has white color on #BEC8A4 background.


Related colors

Complementary color

Complementary color for #hex is #41375B.


I love getcolorcode.com

Triadic colors

1 #A4BEC8 and #C8A4BE with #BEC8A4 are triadic colors.

2 #A4C8BE and #C8BEA4 with #BEC8A4 are triadic colors.