COLOR #BCA4AD

HEX: #BCA4AD RGB: (188,164,173)

Color info

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

RGB color model

#BCA4AD color RGB value is (188,164,173).

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

RGB channels and saturation

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

188
164
173

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

Portions of RGB colors in percentages

R + G + B = 188 + 164 + 173 = 525 (100%)
R 188 of 525 ~ 35.81%
G 164 of 525 ~ 31.24%
B 173 of 525 ~ 32.95'%

%35.81
%31.24
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.77%
  • 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
%12.77
%7.98
%26.27

Codes

Color #BCA4AD in popluar color models

BC A4 AD
RGB 188 164 173
HSL 338° 15.19% 69.02%
HSB/HSV 338° 12.77% 73.73%
CMYK 0.00% 12.77% 7.98%
26.27%

Color #BCA4AD in popluar number systems.

HEX BC A4 AD
Decimal 188 164 173
Binary 10111100 10100100 10101101
Octal 274 244 255

Shades and tints

Shades of #BCA4AD

#BCA4AD
(188,164,173)
#AB969E
(171,150,158)
#9A888F
(154,136,143)
#897A80
(137,122,128)
#786C71
(120,108,113)
#675E62
(103,94,98)
#565053
(86,80,83)
#454244
(69,66,68)
#343435
(52,52,53)
#232626
(35,38,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCA4AD

#BCA4AD
(188,164,173)
#C2ACB4
(194,172,180)
#C8B4BB
(200,180,187)
#CEBCC2
(206,188,194)
#D4C4C9
(212,196,201)
#DACCD0
(218,204,208)
#E0D4D7
(224,212,215)
#E6DCDE
(230,220,222)
#ECE4E5
(236,228,229)
#F2ECEC
(242,236,236)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA4AD; }

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

This text font color is #BCA4AD.

Background Color

.myBgColor { background-color: #BCA4AD; }

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

This div background color is #BCA4AD.

Border color

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

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

This div border color is #BCA4AD.

Opacity

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

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

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

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

This text has shadow with #BCA4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA4AD.

Preview

Color preview on black background

This text has color #BCA4AD on black background.


Color preview on white background

This text has color #BCA4AD on white background.


Black color preview on #BCA4AD background

This text has black color on #BCA4AD background.


White color preview on #BCA4AD background

This text has white color on #BCA4AD background.


Related colors

Complementary color

Complementary color for #hex is #435B52.


I love getcolorcode.com

Triadic colors

1 #ADBCA4 and #A4ADBC with #BCA4AD are triadic colors.

2 #ADA4BC and #A4BCAD with #BCA4AD are triadic colors.