COLOR #BCB2A3

HEX: #BCB2A3 RGB: (188,178,163)

Color info

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

RGB color model

#BCB2A3 color RGB value is (188,178,163).

RGB: (188,178,163) (74%, 70%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 163 of 255 = 64%

188
178
163

R + G + B ~ 69%. #BCB2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 178 + 163 = 529 (100%)
R 188 of 529 ~ 35.54%
G 178 of 529 ~ 33.65%
B 163 of 529 ~ 30.81'%

%35.54
%33.65
%30.81

CMYK color model

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

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

CMYK: (0,5,13,26)
C0M5Y13K26 (0%, 5%, 13%, 26%)
(0.00 / 0.05 / 0.13 / 0.26)

CMYK percentages

%0
%5.32
%13.3
%26.27

Codes

Color #BCB2A3 in popluar color models

BC B2 A3
RGB 188 178 163
HSL 36° 15.72% 68.82%
HSB/HSV 36° 13.30% 73.73%
CMYK 0.00% 5.32% 13.30%
26.27%

Color #BCB2A3 in popluar number systems.

HEX BC B2 A3
Decimal 188 178 163
Binary 10111100 10110010 10100011
Octal 274 262 243

Shades and tints

Shades of #BCB2A3

#BCB2A3
(188,178,163)
#ABA295
(171,162,149)
#9A9287
(154,146,135)
#898279
(137,130,121)
#78726B
(120,114,107)
#67625D
(103,98,93)
#56524F
(86,82,79)
#454241
(69,66,65)
#343233
(52,50,51)
#232225
(35,34,37)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #BCB2A3

#BCB2A3
(188,178,163)
#C2B9AB
(194,185,171)
#C8C0B3
(200,192,179)
#CEC7BB
(206,199,187)
#D4CEC3
(212,206,195)
#DAD5CB
(218,213,203)
#E0DCD3
(224,220,211)
#E6E3DB
(230,227,219)
#ECEAE3
(236,234,227)
#F2F1EB
(242,241,235)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2A3; }

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

This text font color is #BCB2A3.

Background Color

.myBgColor { background-color: #BCB2A3; }

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

This div background color is #BCB2A3.

Border color

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

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

This div border color is #BCB2A3.

Opacity

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

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

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

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

This text has shadow with #BCB2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB2A3.

Preview

Color preview on black background

This text has color #BCB2A3 on black background.


Color preview on white background

This text has color #BCB2A3 on white background.


Black color preview on #BCB2A3 background

This text has black color on #BCB2A3 background.


White color preview on #BCB2A3 background

This text has white color on #BCB2A3 background.


Related colors

Complementary color

Complementary color for #hex is #434D5C.


I love getcolorcode.com

Triadic colors

1 #A3BCB2 and #B2A3BC with #BCB2A3 are triadic colors.

2 #A3B2BC and #B2BCA3 with #BCB2A3 are triadic colors.