COLOR #BEC0A5

HEX: #BEC0A5
RGB: (190,192,165)

Color info

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

RGB color model

#BEC0A5 color RGB value is (190,192,165).

  • red value is 190;
  • green value is 192;
  • blue value is 165.
RGB:
(190,192,165)
(75%,75%,65%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 165 of 255 = 65%

190
192
165

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

Portions of RGB colors in percentages

R + G + B =
190 + 192 + 165 = 547 (100%)
R 190 of 547 ~ 34.73%
G 192 of 547 ~ 35.1%
B 165 of 547 ~ 30.16%

%34.73
%35.1
%30.16

CMYK color model

#BEC0A5 color CMYK value is (1,0,14,25).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(1,0,14,25)
C1M0Y14K25 
(1%,0%,14%,25%)
(0.01/0.00/0.14/0.25)	

CMYK percentages

%1.04
%0
%14.06
%24.71

Codes

Color #BEC0A5 in popluar color models

BEC0A5
RGB190192165
HSL64°17.65%70.00%
HSB/HSV64°14.06%75.29%
CMYK1.04%0.00%14.06%
24.71%

Color #BEC0A5 in popluar number systems.

HEXBEC0A5
Decimal190192165
Binary101111101100000010100101
Octal276300245

Shades and tints

Shades of #BEC0A5

#BEC0A5
(190,192,165)
#ADAF96
(173,175,150)
#9C9E87
(156,158,135)
#8B8D78
(139,141,120)
#7A7C69
(122,124,105)
#696B5A
(105,107,90)
#585A4B
(88,90,75)
#47493C
(71,73,60)
#36382D
(54,56,45)
#25271E
(37,39,30)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #BEC0A5

#BEC0A5
(190,192,165)
#C3C5AD
(195,197,173)
#C8CAB5
(200,202,181)
#CDCFBD
(205,207,189)
#D2D4C5
(210,212,197)
#D7D9CD
(215,217,205)
#DCDED5
(220,222,213)
#E1E3DD
(225,227,221)
#E6E8E5
(230,232,229)
#EBEDED
(235,237,237)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC0A5 color. Also use rgb(190,192,165) instead hex code.

Text Font Color

.myTextColor { color: #BEC0A5; }

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

This text font color is #BEC0A5.


Background Color

.myBgColor { background-color: #BEC0A5; }

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

This div background color is #BEC0A5.


Border color

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

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

This div border color is #BEC0A5.


Opacity

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

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

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

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

This text has shadow with #BEC0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC0A5 on black background.


Color preview on white background

This text has color #BEC0A5 on white background.



Black color preview on #BEC0A5 background

This text has black color on #BEC0A5 background.


White color preview on #BEC0A5 background

This text has white color on #BEC0A5 background.