COLOR #BCB5A8

HEX: #BCB5A8 RGB: (188,181,168)

Color info

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

RGB color model

#BCB5A8 color RGB value is (188,181,168).

RGB: (188,181,168) (74%, 71%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 168 of 255 = 66%

188
181
168

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 168 = 537 (100%)
R 188 of 537 ~ 35.01%
G 181 of 537 ~ 33.71%
B 168 of 537 ~ 31.28'%

%35.01
%33.71
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 10.64%
  • 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
%10.64
%26.27

Codes

Color #BCB5A8 in popluar color models

BC B5 A8
RGB 188 181 168
HSL 39° 12.99% 69.80%
HSB/HSV 39° 10.64% 73.73%
CMYK 0.00% 3.72% 10.64%
26.27%

Color #BCB5A8 in popluar number systems.

HEX BC B5 A8
Decimal 188 181 168
Binary 10111100 10110101 10101000
Octal 274 265 250

Shades and tints

Shades of #BCB5A8

#BCB5A8
(188,181,168)
#ABA599
(171,165,153)
#9A958A
(154,149,138)
#89857B
(137,133,123)
#78756C
(120,117,108)
#67655D
(103,101,93)
#56554E
(86,85,78)
#45453F
(69,69,63)
#343530
(52,53,48)
#232521
(35,37,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCB5A8

#BCB5A8
(188,181,168)
#C2BBAF
(194,187,175)
#C8C1B6
(200,193,182)
#CEC7BD
(206,199,189)
#D4CDC4
(212,205,196)
#DAD3CB
(218,211,203)
#E0D9D2
(224,217,210)
#E6DFD9
(230,223,217)
#ECE5E0
(236,229,224)
#F2EBE7
(242,235,231)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5A8; }

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

This text font color is #BCB5A8.

Background Color

.myBgColor { background-color: #BCB5A8; }

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

This div background color is #BCB5A8.

Border color

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

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

This div border color is #BCB5A8.

Opacity

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

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

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

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

This text has shadow with #BCB5A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5A8.

Preview

Color preview on black background

This text has color #BCB5A8 on black background.


Color preview on white background

This text has color #BCB5A8 on white background.


Black color preview on #BCB5A8 background

This text has black color on #BCB5A8 background.


White color preview on #BCB5A8 background

This text has white color on #BCB5A8 background.


Related colors

Complementary color

Complementary color for #hex is #434A57.


I love getcolorcode.com

Triadic colors

1 #A8BCB5 and #B5A8BC with #BCB5A8 are triadic colors.

2 #A8B5BC and #B5BCA8 with #BCB5A8 are triadic colors.