COLOR #BCA1A7

HEX: #BCA1A7 RGB: (188,161,167)

Color info

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

RGB color model

#BCA1A7 color RGB value is (188,161,167).

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

RGB channels and saturation

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

188
161
167

R + G + B ~ 67%. #BCA1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 167 = 516 (100%)
R 188 of 516 ~ 36.43%
G 161 of 516 ~ 31.2%
B 167 of 516 ~ 32.36'%

%36.43
%31.2
%32.36

CMYK color model

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

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

CMYK: (0,14,11,26)
C0M14Y11K26 (0%, 14%, 11%, 26%)
(0.00 / 0.14 / 0.11 / 0.26)

CMYK percentages

%0
%14.36
%11.17
%26.27

Codes

Color #BCA1A7 in popluar color models

BC A1 A7
RGB 188 161 167
HSL 347° 16.77% 68.43%
HSB/HSV 347° 14.36% 73.73%
CMYK 0.00% 14.36% 11.17%
26.27%

Color #BCA1A7 in popluar number systems.

HEX BC A1 A7
Decimal 188 161 167
Binary 10111100 10100001 10100111
Octal 274 241 247

Shades and tints

Shades of #BCA1A7

#BCA1A7
(188,161,167)
#AB9398
(171,147,152)
#9A8589
(154,133,137)
#89777A
(137,119,122)
#78696B
(120,105,107)
#675B5C
(103,91,92)
#564D4D
(86,77,77)
#453F3E
(69,63,62)
#34312F
(52,49,47)
#232320
(35,35,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BCA1A7

#BCA1A7
(188,161,167)
#C2A9AF
(194,169,175)
#C8B1B7
(200,177,183)
#CEB9BF
(206,185,191)
#D4C1C7
(212,193,199)
#DAC9CF
(218,201,207)
#E0D1D7
(224,209,215)
#E6D9DF
(230,217,223)
#ECE1E7
(236,225,231)
#F2E9EF
(242,233,239)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA1A7; }

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

This text font color is #BCA1A7.

Background Color

.myBgColor { background-color: #BCA1A7; }

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

This div background color is #BCA1A7.

Border color

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

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

This div border color is #BCA1A7.

Opacity

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

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

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

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

This text has shadow with #BCA1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA1A7.

Preview

Color preview on black background

This text has color #BCA1A7 on black background.


Color preview on white background

This text has color #BCA1A7 on white background.


Black color preview on #BCA1A7 background

This text has black color on #BCA1A7 background.


White color preview on #BCA1A7 background

This text has white color on #BCA1A7 background.


Related colors

Complementary color

Complementary color for #hex is #435E58.


I love getcolorcode.com

Triadic colors

1 #A7BCA1 and #A1A7BC with #BCA1A7 are triadic colors.

2 #A7A1BC and #A1BCA7 with #BCA1A7 are triadic colors.