COLOR #BCB2A6

HEX: #BCB2A6 RGB: (188,178,166)

Color info

#BCB2A6 contains red, green and blue colors in about the same proportion. Web safe color of #BCB2A6 is #CC9999 (or #C99).

RGB color model

#BCB2A6 color RGB value is (188,178,166).

RGB: (188,178,166) (74%, 70%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 166 of 255 = 65%

188
178
166

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

Portions of RGB colors in percentages

R + G + B = 188 + 178 + 166 = 532 (100%)
R 188 of 532 ~ 35.34%
G 178 of 532 ~ 33.46%
B 166 of 532 ~ 31.2'%

%35.34
%33.46
%31.2

CMYK color model

#BCB2A6 color CMYK value is (0,5,12,26).

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

CMYK: (0,5,12,26)
C0M5Y12K26 (0%, 5%, 12%, 26%)
(0.00 / 0.05 / 0.12 / 0.26)

CMYK percentages

%0
%5.32
%11.7
%26.27

Codes

Color #BCB2A6 in popluar color models

BC B2 A6
RGB 188 178 166
HSL 33° 14.10% 69.41%
HSB/HSV 33° 11.70% 73.73%
CMYK 0.00% 5.32% 11.70%
26.27%

Color #BCB2A6 in popluar number systems.

HEX BC B2 A6
Decimal 188 178 166
Binary 10111100 10110010 10100110
Octal 274 262 246

Shades and tints

Shades of #BCB2A6

#BCB2A6
(188,178,166)
#ABA297
(171,162,151)
#9A9288
(154,146,136)
#898279
(137,130,121)
#78726A
(120,114,106)
#67625B
(103,98,91)
#56524C
(86,82,76)
#45423D
(69,66,61)
#34322E
(52,50,46)
#23221F
(35,34,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BCB2A6

#BCB2A6
(188,178,166)
#C2B9AE
(194,185,174)
#C8C0B6
(200,192,182)
#CEC7BE
(206,199,190)
#D4CEC6
(212,206,198)
#DAD5CE
(218,213,206)
#E0DCD6
(224,220,214)
#E6E3DE
(230,227,222)
#ECEAE6
(236,234,230)
#F2F1EE
(242,241,238)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2A6; }

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

This text font color is #BCB2A6.

Background Color

.myBgColor { background-color: #BCB2A6; }

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

This div background color is #BCB2A6.

Border color

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

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

This div border color is #BCB2A6.

Opacity

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

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

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

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

This text has shadow with #BCB2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB2A6.

Preview

Color preview on black background

This text has color #BCB2A6 on black background.


Color preview on white background

This text has color #BCB2A6 on white background.


Black color preview on #BCB2A6 background

This text has black color on #BCB2A6 background.


White color preview on #BCB2A6 background

This text has white color on #BCB2A6 background.


Related colors

Complementary color

Complementary color for #hex is #434D59.


I love getcolorcode.com

Triadic colors

1 #A6BCB2 and #B2A6BC with #BCB2A6 are triadic colors.

2 #A6B2BC and #B2BCA6 with #BCB2A6 are triadic colors.