COLOR #BCBCA6

HEX: #BCBCA6 RGB: (188,188,166)

Color info

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

RGB color model

#BCBCA6 color RGB value is (188,188,166).

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

RGB channels and saturation

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

188
188
166

R + G + B ~ 71%. #BCBCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 166 = 542 (100%)
R 188 of 542 ~ 34.69%
G 188 of 542 ~ 34.69%
B 166 of 542 ~ 30.63'%

%34.69
%34.69
%30.63

CMYK color model

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

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

CMYK: (0,0,12,26)
C0M0Y12K26 (0%, 0%, 12%, 26%)
(0.00 / 0.00 / 0.12 / 0.26)

CMYK percentages

%0
%0
%11.7
%26.27

Codes

Color #BCBCA6 in popluar color models

BC BC A6
RGB 188 188 166
HSL 60° 14.10% 69.41%
HSB/HSV 60° 11.70% 73.73%
CMYK 0.00% 0.00% 11.70%
26.27%

Color #BCBCA6 in popluar number systems.

HEX BC BC A6
Decimal 188 188 166
Binary 10111100 10111100 10100110
Octal 274 274 246

Shades and tints

Shades of #BCBCA6

#BCBCA6
(188,188,166)
#ABAB97
(171,171,151)
#9A9A88
(154,154,136)
#898979
(137,137,121)
#78786A
(120,120,106)
#67675B
(103,103,91)
#56564C
(86,86,76)
#45453D
(69,69,61)
#34342E
(52,52,46)
#23231F
(35,35,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BCBCA6

#BCBCA6
(188,188,166)
#C2C2AE
(194,194,174)
#C8C8B6
(200,200,182)
#CECEBE
(206,206,190)
#D4D4C6
(212,212,198)
#DADACE
(218,218,206)
#E0E0D6
(224,224,214)
#E6E6DE
(230,230,222)
#ECECE6
(236,236,230)
#F2F2EE
(242,242,238)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCA6; }

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

This text font color is #BCBCA6.

Background Color

.myBgColor { background-color: #BCBCA6; }

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

This div background color is #BCBCA6.

Border color

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

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

This div border color is #BCBCA6.

Opacity

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

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

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

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

This text has shadow with #BCBCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBCA6.

Preview

Color preview on black background

This text has color #BCBCA6 on black background.


Color preview on white background

This text has color #BCBCA6 on white background.


Black color preview on #BCBCA6 background

This text has black color on #BCBCA6 background.


White color preview on #BCBCA6 background

This text has white color on #BCBCA6 background.


Related colors

Complementary color

Complementary color for #hex is #434359.


I love getcolorcode.com