COLOR #BEC9AE

HEX: #BEC9AE RGB: (190,201,174)

Color info

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

RGB color model

#BEC9AE color RGB value is (190,201,174).

RGB: (190,201,174) (75%, 79%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 201 of 255 = 79%
B 174 of 255 = 68%

190
201
174

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

Portions of RGB colors in percentages

R + G + B = 190 + 201 + 174 = 565 (100%)
R 190 of 565 ~ 33.63%
G 201 of 565 ~ 35.58%
B 174 of 565 ~ 30.8'%

%33.63
%35.58
%30.8

CMYK color model

#BEC9AE color CMYK value is (5,0,13,21).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK: (5,0,13,21) C5M0Y13K21 (5%,0%,13%,21%) (0.05/0.00/0.13/0.21) 

CMYK percentages

%5.47
%0
%13.43
%21.18

Codes

Color #BEC9AE in popluar color models

BE C9 AE
RGB 190 201 174
HSL 84° 20.00% 73.53%
HSB/HSV 84° 13.43% 78.82%
CMYK 5.47% 0.00% 13.43%
21.18%

Color #BEC9AE in popluar number systems.

HEX BE C9 AE
Decimal 190 201 174
Binary 10111110 11001001 10101110
Octal 276 311 256

Shades and tints

Shades of #BEC9AE

#BEC9AE
(190,201,174)
#ADB79F
(173,183,159)
#9CA590
(156,165,144)
#8B9381
(139,147,129)
#7A8172
(122,129,114)
#696F63
(105,111,99)
#585D54
(88,93,84)
#474B45
(71,75,69)
#363936
(54,57,54)
#252727
(37,39,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEC9AE

#BEC9AE
(190,201,174)
#C3CDB5
(195,205,181)
#C8D1BC
(200,209,188)
#CDD5C3
(205,213,195)
#D2D9CA
(210,217,202)
#D7DDD1
(215,221,209)
#DCE1D8
(220,225,216)
#E1E5DF
(225,229,223)
#E6E9E6
(230,233,230)
#EBEDED
(235,237,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC9AE color. Also use rgb(190,201,174) instead hex code.

Text Font Color

.myTextColor { color: #BEC9AE; }

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

This text font color is #BEC9AE.

Background Color

.myBgColor { background-color: #BEC9AE; }

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

This div background color is #BEC9AE.

Border color

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

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

This div border color is #BEC9AE.

Opacity

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

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

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

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

This text has shadow with #BEC9AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC9AE.

Preview

Color preview on black background

This text has color #BEC9AE on black background.


Color preview on white background

This text has color #BEC9AE on white background.


Black color preview on #BEC9AE background

This text has black color on #BEC9AE background.


White color preview on #BEC9AE background

This text has white color on #BEC9AE background.


Related colors

Complementary color

Complementary color for #hex is #413651.


I love getcolorcode.com

Triadic colors

1 #AEBEC9 and #C9AEBE with #BEC9AE are triadic colors.

2 #AEC9BE and #C9BEAE with #BEC9AE are triadic colors.