COLOR #BCB6A6

HEX: #BCB6A6 RGB: (188,182,166)

Color info

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

RGB color model

#BCB6A6 color RGB value is (188,182,166).

RGB: (188,182,166) (74%, 71%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 166 of 255 = 65%

188
182
166

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

Portions of RGB colors in percentages

R + G + B = 188 + 182 + 166 = 536 (100%)
R 188 of 536 ~ 35.07%
G 182 of 536 ~ 33.96%
B 166 of 536 ~ 30.97'%

%35.07
%33.96
%30.97

CMYK color model

#BCB6A6 color CMYK value is (0,3,12,26).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 11.70%
  • key color value is 26.27%

CMYK: (0,3,12,26)
C0M3Y12K26 (0%, 3%, 12%, 26%)
(0.00 / 0.03 / 0.12 / 0.26)

CMYK percentages

%0
%3.19
%11.7
%26.27

Codes

Color #BCB6A6 in popluar color models

BC B6 A6
RGB 188 182 166
HSL 44° 14.10% 69.41%
HSB/HSV 44° 11.70% 73.73%
CMYK 0.00% 3.19% 11.70%
26.27%

Color #BCB6A6 in popluar number systems.

HEX BC B6 A6
Decimal 188 182 166
Binary 10111100 10110110 10100110
Octal 274 266 246

Shades and tints

Shades of #BCB6A6

#BCB6A6
(188,182,166)
#ABA697
(171,166,151)
#9A9688
(154,150,136)
#898679
(137,134,121)
#78766A
(120,118,106)
#67665B
(103,102,91)
#56564C
(86,86,76)
#45463D
(69,70,61)
#34362E
(52,54,46)
#23261F
(35,38,31)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #BCB6A6

#BCB6A6
(188,182,166)
#C2BCAE
(194,188,174)
#C8C2B6
(200,194,182)
#CEC8BE
(206,200,190)
#D4CEC6
(212,206,198)
#DAD4CE
(218,212,206)
#E0DAD6
(224,218,214)
#E6E0DE
(230,224,222)
#ECE6E6
(236,230,230)
#F2ECEE
(242,236,238)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB6A6 color. Also use rgb(188,182,166) instead hex code.

Text Font Color

.myTextColor { color: #BCB6A6; }

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

This text font color is #BCB6A6.

Background Color

.myBgColor { background-color: #BCB6A6; }

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

This div background color is #BCB6A6.

Border color

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

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

This div border color is #BCB6A6.

Opacity

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

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

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

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

This text has shadow with #BCB6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB6A6.

Preview

Color preview on black background

This text has color #BCB6A6 on black background.


Color preview on white background

This text has color #BCB6A6 on white background.


Black color preview on #BCB6A6 background

This text has black color on #BCB6A6 background.


White color preview on #BCB6A6 background

This text has white color on #BCB6A6 background.


Related colors

Complementary color

Complementary color for #hex is #434959.


I love getcolorcode.com

Triadic colors

1 #A6BCB6 and #B6A6BC with #BCB6A6 are triadic colors.

2 #A6B6BC and #B6BCA6 with #BCB6A6 are triadic colors.