COLOR #BCA4AC

HEX: #BCA4AC RGB: (188,164,172)

Color info

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

RGB color model

#BCA4AC color RGB value is (188,164,172).

RGB: (188,164,172) (74%, 64%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 164 of 255 = 64%
B 172 of 255 = 67%

188
164
172

R + G + B ~ 68%. #BCA4AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 164 + 172 = 524 (100%)
R 188 of 524 ~ 35.88%
G 164 of 524 ~ 31.3%
B 172 of 524 ~ 32.82'%

%35.88
%31.3
%32.82

CMYK color model

#BCA4AC color CMYK value is (0,13,9,26).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 8.51%
  • key color value is 26.27%
CMYK: (0,13,9,26) C0M13Y9K26 (0%,13%,9%,26%) (0.00/0.13/0.09/0.26) 

CMYK percentages

%0
%12.77
%8.51
%26.27

Codes

Color #BCA4AC in popluar color models

BC A4 AC
RGB 188 164 172
HSL 340° 15.19% 69.02%
HSB/HSV 340° 12.77% 73.73%
CMYK 0.00% 12.77% 8.51%
26.27%

Color #BCA4AC in popluar number systems.

HEX BC A4 AC
Decimal 188 164 172
Binary 10111100 10100100 10101100
Octal 274 244 254

Shades and tints

Shades of #BCA4AC

#BCA4AC
(188,164,172)
#AB969D
(171,150,157)
#9A888E
(154,136,142)
#897A7F
(137,122,127)
#786C70
(120,108,112)
#675E61
(103,94,97)
#565052
(86,80,82)
#454243
(69,66,67)
#343434
(52,52,52)
#232625
(35,38,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCA4AC

#BCA4AC
(188,164,172)
#C2ACB3
(194,172,179)
#C8B4BA
(200,180,186)
#CEBCC1
(206,188,193)
#D4C4C8
(212,196,200)
#DACCCF
(218,204,207)
#E0D4D6
(224,212,214)
#E6DCDD
(230,220,221)
#ECE4E4
(236,228,228)
#F2ECEB
(242,236,235)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA4AC; }

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

This text font color is #BCA4AC.

Background Color

.myBgColor { background-color: #BCA4AC; }

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

This div background color is #BCA4AC.

Border color

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

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

This div border color is #BCA4AC.

Opacity

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

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

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

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

This text has shadow with #BCA4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA4AC.

Preview

Color preview on black background

This text has color #BCA4AC on black background.


Color preview on white background

This text has color #BCA4AC on white background.


Black color preview on #BCA4AC background

This text has black color on #BCA4AC background.


White color preview on #BCA4AC background

This text has white color on #BCA4AC background.


Related colors

Complementary color

Complementary color for #hex is #435B53.


I love getcolorcode.com

Triadic colors

1 #ACBCA4 and #A4ACBC with #BCA4AC are triadic colors.

2 #ACA4BC and #A4BCAC with #BCA4AC are triadic colors.