COLOR #BCA3AD

HEX: #BCA3AD RGB: (188,163,173)

Color info

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

RGB color model

#BCA3AD color RGB value is (188,163,173).

RGB: (188,163,173) (74%, 64%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 173 of 255 = 68%

188
163
173

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

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 173 = 524 (100%)
R 188 of 524 ~ 35.88%
G 163 of 524 ~ 31.11%
B 173 of 524 ~ 33.02'%

%35.88
%31.11
%33.02

CMYK color model

#BCA3AD color CMYK value is (0,13,8,26).

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

CMYK: (0,13,8,26)
C0M13Y8K26 (0%, 13%, 8%, 26%)
(0.00 / 0.13 / 0.08 / 0.26)

CMYK percentages

%0
%13.3
%7.98
%26.27

Codes

Color #BCA3AD in popluar color models

BC A3 AD
RGB 188 163 173
HSL 336° 15.72% 68.82%
HSB/HSV 336° 13.30% 73.73%
CMYK 0.00% 13.30% 7.98%
26.27%

Color #BCA3AD in popluar number systems.

HEX BC A3 AD
Decimal 188 163 173
Binary 10111100 10100011 10101101
Octal 274 243 255

Shades and tints

Shades of #BCA3AD

#BCA3AD
(188,163,173)
#AB959E
(171,149,158)
#9A878F
(154,135,143)
#897980
(137,121,128)
#786B71
(120,107,113)
#675D62
(103,93,98)
#564F53
(86,79,83)
#454144
(69,65,68)
#343335
(52,51,53)
#232526
(35,37,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCA3AD

#BCA3AD
(188,163,173)
#C2ABB4
(194,171,180)
#C8B3BB
(200,179,187)
#CEBBC2
(206,187,194)
#D4C3C9
(212,195,201)
#DACBD0
(218,203,208)
#E0D3D7
(224,211,215)
#E6DBDE
(230,219,222)
#ECE3E5
(236,227,229)
#F2EBEC
(242,235,236)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA3AD; }

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

This text font color is #BCA3AD.

Background Color

.myBgColor { background-color: #BCA3AD; }

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

This div background color is #BCA3AD.

Border color

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

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

This div border color is #BCA3AD.

Opacity

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

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

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

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

This text has shadow with #BCA3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3AD.

Preview

Color preview on black background

This text has color #BCA3AD on black background.


Color preview on white background

This text has color #BCA3AD on white background.


Black color preview on #BCA3AD background

This text has black color on #BCA3AD background.


White color preview on #BCA3AD background

This text has white color on #BCA3AD background.


Related colors

Complementary color

Complementary color for #hex is #435C52.


I love getcolorcode.com

Triadic colors

1 #ADBCA3 and #A3ADBC with #BCA3AD are triadic colors.

2 #ADA3BC and #A3BCAD with #BCA3AD are triadic colors.