COLOR #BCA7AD

HEX: #BCA7AD RGB: (188,167,173)

Color info

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

RGB color model

#BCA7AD color RGB value is (188,167,173).

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

RGB channels and saturation

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

188
167
173

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 173 = 528 (100%)
R 188 of 528 ~ 35.61%
G 167 of 528 ~ 31.63%
B 173 of 528 ~ 32.77'%

%35.61
%31.63
%32.77

CMYK color model

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

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

CMYK: (0,11,8,26)
C0M11Y8K26 (0%, 11%, 8%, 26%)
(0.00 / 0.11 / 0.08 / 0.26)

CMYK percentages

%0
%11.17
%7.98
%26.27

Codes

Color #BCA7AD in popluar color models

BC A7 AD
RGB 188 167 173
HSL 343° 13.55% 69.61%
HSB/HSV 343° 11.17% 73.73%
CMYK 0.00% 11.17% 7.98%
26.27%

Color #BCA7AD in popluar number systems.

HEX BC A7 AD
Decimal 188 167 173
Binary 10111100 10100111 10101101
Octal 274 247 255

Shades and tints

Shades of #BCA7AD

#BCA7AD
(188,167,173)
#AB989E
(171,152,158)
#9A898F
(154,137,143)
#897A80
(137,122,128)
#786B71
(120,107,113)
#675C62
(103,92,98)
#564D53
(86,77,83)
#453E44
(69,62,68)
#342F35
(52,47,53)
#232026
(35,32,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BCA7AD

#BCA7AD
(188,167,173)
#C2AFB4
(194,175,180)
#C8B7BB
(200,183,187)
#CEBFC2
(206,191,194)
#D4C7C9
(212,199,201)
#DACFD0
(218,207,208)
#E0D7D7
(224,215,215)
#E6DFDE
(230,223,222)
#ECE7E5
(236,231,229)
#F2EFEC
(242,239,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7AD; }

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

This text font color is #BCA7AD.

Background Color

.myBgColor { background-color: #BCA7AD; }

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

This div background color is #BCA7AD.

Border color

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

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

This div border color is #BCA7AD.

Opacity

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

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

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

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

This text has shadow with #BCA7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7AD.

Preview

Color preview on black background

This text has color #BCA7AD on black background.


Color preview on white background

This text has color #BCA7AD on white background.


Black color preview on #BCA7AD background

This text has black color on #BCA7AD background.


White color preview on #BCA7AD background

This text has white color on #BCA7AD background.


Related colors

Complementary color

Complementary color for #hex is #435852.


I love getcolorcode.com

Triadic colors

1 #ADBCA7 and #A7ADBC with #BCA7AD are triadic colors.

2 #ADA7BC and #A7BCAD with #BCA7AD are triadic colors.