COLOR #BCB5A7

HEX: #BCB5A7 RGB: (188,181,167)

Color info

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

RGB color model

#BCB5A7 color RGB value is (188,181,167).

RGB: (188,181,167) (74%, 71%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 167 of 255 = 65%

188
181
167

R + G + B ~ 70%. #BCB5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 167 = 536 (100%)
R 188 of 536 ~ 35.07%
G 181 of 536 ~ 33.77%
B 167 of 536 ~ 31.16'%

%35.07
%33.77
%31.16

CMYK color model

#BCB5A7 color CMYK value is (0,4,11,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 11.17%
  • key color value is 26.27%

CMYK: (0,4,11,26)
C0M4Y11K26 (0%, 4%, 11%, 26%)
(0.00 / 0.04 / 0.11 / 0.26)

CMYK percentages

%0
%3.72
%11.17
%26.27

Codes

Color #BCB5A7 in popluar color models

BC B5 A7
RGB 188 181 167
HSL 40° 13.55% 69.61%
HSB/HSV 40° 11.17% 73.73%
CMYK 0.00% 3.72% 11.17%
26.27%

Color #BCB5A7 in popluar number systems.

HEX BC B5 A7
Decimal 188 181 167
Binary 10111100 10110101 10100111
Octal 274 265 247

Shades and tints

Shades of #BCB5A7

#BCB5A7
(188,181,167)
#ABA598
(171,165,152)
#9A9589
(154,149,137)
#89857A
(137,133,122)
#78756B
(120,117,107)
#67655C
(103,101,92)
#56554D
(86,85,77)
#45453E
(69,69,62)
#34352F
(52,53,47)
#232520
(35,37,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BCB5A7

#BCB5A7
(188,181,167)
#C2BBAF
(194,187,175)
#C8C1B7
(200,193,183)
#CEC7BF
(206,199,191)
#D4CDC7
(212,205,199)
#DAD3CF
(218,211,207)
#E0D9D7
(224,217,215)
#E6DFDF
(230,223,223)
#ECE5E7
(236,229,231)
#F2EBEF
(242,235,239)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB5A7 color. Also use rgb(188,181,167) instead hex code.

Text Font Color

.myTextColor { color: #BCB5A7; }

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

This text font color is #BCB5A7.

Background Color

.myBgColor { background-color: #BCB5A7; }

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

This div background color is #BCB5A7.

Border color

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

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

This div border color is #BCB5A7.

Opacity

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

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

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

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

This text has shadow with #BCB5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5A7.

Preview

Color preview on black background

This text has color #BCB5A7 on black background.


Color preview on white background

This text has color #BCB5A7 on white background.


Black color preview on #BCB5A7 background

This text has black color on #BCB5A7 background.


White color preview on #BCB5A7 background

This text has white color on #BCB5A7 background.


Related colors

Complementary color

Complementary color for #hex is #434A58.


I love getcolorcode.com

Triadic colors

1 #A7BCB5 and #B5A7BC with #BCB5A7 are triadic colors.

2 #A7B5BC and #B5BCA7 with #BCB5A7 are triadic colors.