COLOR #BCB4A6

HEX: #BCB4A6 RGB: (188,180,166)

Color info

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

RGB color model

#BCB4A6 color RGB value is (188,180,166).

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

RGB channels and saturation

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

188
180
166

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

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 166 = 534 (100%)
R 188 of 534 ~ 35.21%
G 180 of 534 ~ 33.71%
B 166 of 534 ~ 31.09'%

%35.21
%33.71
%31.09

CMYK color model

#BCB4A6 color CMYK value is (0,4,12,26).

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

CMYK: (0,4,12,26)
C0M4Y12K26 (0%, 4%, 12%, 26%)
(0.00 / 0.04 / 0.12 / 0.26)

CMYK percentages

%0
%4.26
%11.7
%26.27

Codes

Color #BCB4A6 in popluar color models

BC B4 A6
RGB 188 180 166
HSL 38° 14.10% 69.41%
HSB/HSV 38° 11.70% 73.73%
CMYK 0.00% 4.26% 11.70%
26.27%

Color #BCB4A6 in popluar number systems.

HEX BC B4 A6
Decimal 188 180 166
Binary 10111100 10110100 10100110
Octal 274 264 246

Shades and tints

Shades of #BCB4A6

#BCB4A6
(188,180,166)
#ABA497
(171,164,151)
#9A9488
(154,148,136)
#898479
(137,132,121)
#78746A
(120,116,106)
#67645B
(103,100,91)
#56544C
(86,84,76)
#45443D
(69,68,61)
#34342E
(52,52,46)
#23241F
(35,36,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #BCB4A6

#BCB4A6
(188,180,166)
#C2BAAE
(194,186,174)
#C8C0B6
(200,192,182)
#CEC6BE
(206,198,190)
#D4CCC6
(212,204,198)
#DAD2CE
(218,210,206)
#E0D8D6
(224,216,214)
#E6DEDE
(230,222,222)
#ECE4E6
(236,228,230)
#F2EAEE
(242,234,238)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4A6; }

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

This text font color is #BCB4A6.

Background Color

.myBgColor { background-color: #BCB4A6; }

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

This div background color is #BCB4A6.

Border color

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

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

This div border color is #BCB4A6.

Opacity

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

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

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

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

This text has shadow with #BCB4A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB4A6.

Preview

Color preview on black background

This text has color #BCB4A6 on black background.


Color preview on white background

This text has color #BCB4A6 on white background.


Black color preview on #BCB4A6 background

This text has black color on #BCB4A6 background.


White color preview on #BCB4A6 background

This text has white color on #BCB4A6 background.


Related colors

Complementary color

Complementary color for #hex is #434B59.


I love getcolorcode.com

Triadic colors

1 #A6BCB4 and #B4A6BC with #BCB4A6 are triadic colors.

2 #A6B4BC and #B4BCA6 with #BCB4A6 are triadic colors.