COLOR #BEC5AF

HEX: #BEC5AF RGB: (190,197,175)

Color info

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

RGB color model

#BEC5AF color RGB value is (190,197,175).

RGB: (190,197,175) (75%, 77%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 175 of 255 = 69%

190
197
175

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

Portions of RGB colors in percentages

R + G + B = 190 + 197 + 175 = 562 (100%)
R 190 of 562 ~ 33.81%
G 197 of 562 ~ 35.05%
B 175 of 562 ~ 31.14'%

%33.81
%35.05
%31.14

CMYK color model

#BEC5AF color CMYK value is (4,0,11,23).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 22.75%

CMYK: (4,0,11,23)
C4M0Y11K23 (4%, 0%, 11%, 23%)
(0.04 / 0.00 / 0.11 / 0.23)

CMYK percentages

%3.55
%0
%11.17
%22.75

Codes

Color #BEC5AF in popluar color models

BE C5 AF
RGB 190 197 175
HSL 79° 15.94% 72.94%
HSB/HSV 79° 11.17% 77.25%
CMYK 3.55% 0.00% 11.17%
22.75%

Color #BEC5AF in popluar number systems.

HEX BE C5 AF
Decimal 190 197 175
Binary 10111110 11000101 10101111
Octal 276 305 257

Shades and tints

Shades of #BEC5AF

#BEC5AF
(190,197,175)
#ADB4A0
(173,180,160)
#9CA391
(156,163,145)
#8B9282
(139,146,130)
#7A8173
(122,129,115)
#697064
(105,112,100)
#585F55
(88,95,85)
#474E46
(71,78,70)
#363D37
(54,61,55)
#252C28
(37,44,40)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #BEC5AF

#BEC5AF
(190,197,175)
#C3CAB6
(195,202,182)
#C8CFBD
(200,207,189)
#CDD4C4
(205,212,196)
#D2D9CB
(210,217,203)
#D7DED2
(215,222,210)
#DCE3D9
(220,227,217)
#E1E8E0
(225,232,224)
#E6EDE7
(230,237,231)
#EBF2EE
(235,242,238)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC5AF color. Also use rgb(190,197,175) instead hex code.

Text Font Color

.myTextColor { color: #BEC5AF; }

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

This text font color is #BEC5AF.

Background Color

.myBgColor { background-color: #BEC5AF; }

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

This div background color is #BEC5AF.

Border color

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

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

This div border color is #BEC5AF.

Opacity

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

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

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

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

This text has shadow with #BEC5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC5AF.

Preview

Color preview on black background

This text has color #BEC5AF on black background.


Color preview on white background

This text has color #BEC5AF on white background.


Black color preview on #BEC5AF background

This text has black color on #BEC5AF background.


White color preview on #BEC5AF background

This text has white color on #BEC5AF background.


Related colors

Complementary color

Complementary color for #hex is #413A50.


I love getcolorcode.com

Triadic colors

1 #AFBEC5 and #C5AFBE with #BEC5AF are triadic colors.

2 #AFC5BE and #C5BEAF with #BEC5AF are triadic colors.