COLOR #BCBCA4

HEX: #BCBCA4 RGB: (188,188,164)

Color info

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

RGB color model

#BCBCA4 color RGB value is (188,188,164).

RGB: (188,188,164) (74%, 74%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 188 of 255 = 74%
B 164 of 255 = 64%

188
188
164

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

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 164 = 540 (100%)
R 188 of 540 ~ 34.81%
G 188 of 540 ~ 34.81%
B 164 of 540 ~ 30.37'%

%34.81
%34.81
%30.37

CMYK color model

#BCBCA4 color CMYK value is (0,0,13,26).

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

CMYK: (0,0,13,26)
C0M0Y13K26 (0%, 0%, 13%, 26%)
(0.00 / 0.00 / 0.13 / 0.26)

CMYK percentages

%0
%0
%12.77
%26.27

Codes

Color #BCBCA4 in popluar color models

BC BC A4
RGB 188 188 164
HSL 60° 15.19% 69.02%
HSB/HSV 60° 12.77% 73.73%
CMYK 0.00% 0.00% 12.77%
26.27%

Color #BCBCA4 in popluar number systems.

HEX BC BC A4
Decimal 188 188 164
Binary 10111100 10111100 10100100
Octal 274 274 244

Shades and tints

Shades of #BCBCA4

#BCBCA4
(188,188,164)
#ABAB96
(171,171,150)
#9A9A88
(154,154,136)
#89897A
(137,137,122)
#78786C
(120,120,108)
#67675E
(103,103,94)
#565650
(86,86,80)
#454542
(69,69,66)
#343434
(52,52,52)
#232326
(35,35,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCBCA4

#BCBCA4
(188,188,164)
#C2C2AC
(194,194,172)
#C8C8B4
(200,200,180)
#CECEBC
(206,206,188)
#D4D4C4
(212,212,196)
#DADACC
(218,218,204)
#E0E0D4
(224,224,212)
#E6E6DC
(230,230,220)
#ECECE4
(236,236,228)
#F2F2EC
(242,242,236)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCA4; }

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

This text font color is #BCBCA4.

Background Color

.myBgColor { background-color: #BCBCA4; }

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

This div background color is #BCBCA4.

Border color

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

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

This div border color is #BCBCA4.

Opacity

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

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

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

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

This text has shadow with #BCBCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBCA4.

Preview

Color preview on black background

This text has color #BCBCA4 on black background.


Color preview on white background

This text has color #BCBCA4 on white background.


Black color preview on #BCBCA4 background

This text has black color on #BCBCA4 background.


White color preview on #BCBCA4 background

This text has white color on #BCBCA4 background.


Related colors

Complementary color

Complementary color for #hex is #43435B.


I love getcolorcode.com