COLOR #BCBCA7

HEX: #BCBCA7 RGB: (188,188,167)

Color info

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

RGB color model

#BCBCA7 color RGB value is (188,188,167).

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

RGB channels and saturation

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

188
188
167

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

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 167 = 543 (100%)
R 188 of 543 ~ 34.62%
G 188 of 543 ~ 34.62%
B 167 of 543 ~ 30.76'%

%34.62
%34.62
%30.76

CMYK color model

#BCBCA7 color CMYK value is (0,0,11,26).

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

CMYK: (0,0,11,26)
C0M0Y11K26 (0%, 0%, 11%, 26%)
(0.00 / 0.00 / 0.11 / 0.26)

CMYK percentages

%0
%0
%11.17
%26.27

Codes

Color #BCBCA7 in popluar color models

BC BC A7
RGB 188 188 167
HSL 60° 13.55% 69.61%
HSB/HSV 60° 11.17% 73.73%
CMYK 0.00% 0.00% 11.17%
26.27%

Color #BCBCA7 in popluar number systems.

HEX BC BC A7
Decimal 188 188 167
Binary 10111100 10111100 10100111
Octal 274 274 247

Shades and tints

Shades of #BCBCA7

#BCBCA7
(188,188,167)
#ABAB98
(171,171,152)
#9A9A89
(154,154,137)
#89897A
(137,137,122)
#78786B
(120,120,107)
#67675C
(103,103,92)
#56564D
(86,86,77)
#45453E
(69,69,62)
#34342F
(52,52,47)
#232320
(35,35,32)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #BCBCA7

#BCBCA7
(188,188,167)
#C2C2AF
(194,194,175)
#C8C8B7
(200,200,183)
#CECEBF
(206,206,191)
#D4D4C7
(212,212,199)
#DADACF
(218,218,207)
#E0E0D7
(224,224,215)
#E6E6DF
(230,230,223)
#ECECE7
(236,236,231)
#F2F2EF
(242,242,239)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCA7; }

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

This text font color is #BCBCA7.

Background Color

.myBgColor { background-color: #BCBCA7; }

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

This div background color is #BCBCA7.

Border color

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

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

This div border color is #BCBCA7.

Opacity

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

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

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

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

This text has shadow with #BCBCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBCA7.

Preview

Color preview on black background

This text has color #BCBCA7 on black background.


Color preview on white background

This text has color #BCBCA7 on white background.


Black color preview on #BCBCA7 background

This text has black color on #BCBCA7 background.


White color preview on #BCBCA7 background

This text has white color on #BCBCA7 background.


Related colors

Complementary color

Complementary color for #hex is #434358.


I love getcolorcode.com