COLOR #BCA7AA

HEX: #BCA7AA RGB: (188,167,170)

Color info

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

RGB color model

#BCA7AA color RGB value is (188,167,170).

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

RGB channels and saturation

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

188
167
170

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 170 = 525 (100%)
R 188 of 525 ~ 35.81%
G 167 of 525 ~ 31.81%
B 170 of 525 ~ 32.38'%

%35.81
%31.81
%32.38

CMYK color model

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

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

CMYK: (0,11,10,26)
C0M11Y10K26 (0%, 11%, 10%, 26%)
(0.00 / 0.11 / 0.10 / 0.26)

CMYK percentages

%0
%11.17
%9.57
%26.27

Codes

Color #BCA7AA in popluar color models

BC A7 AA
RGB 188 167 170
HSL 351° 13.55% 69.61%
HSB/HSV 351° 11.17% 73.73%
CMYK 0.00% 11.17% 9.57%
26.27%

Color #BCA7AA in popluar number systems.

HEX BC A7 AA
Decimal 188 167 170
Binary 10111100 10100111 10101010
Octal 274 247 252

Shades and tints

Shades of #BCA7AA

#BCA7AA
(188,167,170)
#AB989B
(171,152,155)
#9A898C
(154,137,140)
#897A7D
(137,122,125)
#786B6E
(120,107,110)
#675C5F
(103,92,95)
#564D50
(86,77,80)
#453E41
(69,62,65)
#342F32
(52,47,50)
#232023
(35,32,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #BCA7AA

#BCA7AA
(188,167,170)
#C2AFB1
(194,175,177)
#C8B7B8
(200,183,184)
#CEBFBF
(206,191,191)
#D4C7C6
(212,199,198)
#DACFCD
(218,207,205)
#E0D7D4
(224,215,212)
#E6DFDB
(230,223,219)
#ECE7E2
(236,231,226)
#F2EFE9
(242,239,233)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7AA; }

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

This text font color is #BCA7AA.

Background Color

.myBgColor { background-color: #BCA7AA; }

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

This div background color is #BCA7AA.

Border color

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

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

This div border color is #BCA7AA.

Opacity

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

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

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

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

This text has shadow with #BCA7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7AA.

Preview

Color preview on black background

This text has color #BCA7AA on black background.


Color preview on white background

This text has color #BCA7AA on white background.


Black color preview on #BCA7AA background

This text has black color on #BCA7AA background.


White color preview on #BCA7AA background

This text has white color on #BCA7AA background.


Related colors

Complementary color

Complementary color for #hex is #435855.


I love getcolorcode.com

Triadic colors

1 #AABCA7 and #A7AABC with #BCA7AA are triadic colors.

2 #AAA7BC and #A7BCAA with #BCA7AA are triadic colors.