COLOR #BEC0AA

HEX: #BEC0AA RGB: (190,192,170)

Color info

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

RGB color model

#BEC0AA color RGB value is (190,192,170).

RGB: (190,192,170) (75%, 75%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 170 of 255 = 67%

190
192
170

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

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 170 = 552 (100%)
R 190 of 552 ~ 34.42%
G 192 of 552 ~ 34.78%
B 170 of 552 ~ 30.8'%

%34.42
%34.78
%30.8

CMYK color model

#BEC0AA color CMYK value is (1,0,11,25).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 24.71%

CMYK: (1,0,11,25)
C1M0Y11K25 (1%, 0%, 11%, 25%)
(0.01 / 0.00 / 0.11 / 0.25)

CMYK percentages

%1.04
%0
%11.46
%24.71

Codes

Color #BEC0AA in popluar color models

BE C0 AA
RGB 190 192 170
HSL 65° 14.86% 70.98%
HSB/HSV 65° 11.46% 75.29%
CMYK 1.04% 0.00% 11.46%
24.71%

Color #BEC0AA in popluar number systems.

HEX BE C0 AA
Decimal 190 192 170
Binary 10111110 11000000 10101010
Octal 276 300 252

Shades and tints

Shades of #BEC0AA

#BEC0AA
(190,192,170)
#ADAF9B
(173,175,155)
#9C9E8C
(156,158,140)
#8B8D7D
(139,141,125)
#7A7C6E
(122,124,110)
#696B5F
(105,107,95)
#585A50
(88,90,80)
#474941
(71,73,65)
#363832
(54,56,50)
#252723
(37,39,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEC0AA

#BEC0AA
(190,192,170)
#C3C5B1
(195,197,177)
#C8CAB8
(200,202,184)
#CDCFBF
(205,207,191)
#D2D4C6
(210,212,198)
#D7D9CD
(215,217,205)
#DCDED4
(220,222,212)
#E1E3DB
(225,227,219)
#E6E8E2
(230,232,226)
#EBEDE9
(235,237,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0AA; }

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

This text font color is #BEC0AA.

Background Color

.myBgColor { background-color: #BEC0AA; }

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

This div background color is #BEC0AA.

Border color

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

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

This div border color is #BEC0AA.

Opacity

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

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

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

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

This text has shadow with #BEC0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC0AA.

Preview

Color preview on black background

This text has color #BEC0AA on black background.


Color preview on white background

This text has color #BEC0AA on white background.


Black color preview on #BEC0AA background

This text has black color on #BEC0AA background.


White color preview on #BEC0AA background

This text has white color on #BEC0AA background.


Related colors

Complementary color

Complementary color for #hex is #413F55.


I love getcolorcode.com

Triadic colors

1 #AABEC0 and #C0AABE with #BEC0AA are triadic colors.

2 #AAC0BE and #C0BEAA with #BEC0AA are triadic colors.