COLOR #BCA4A6

HEX: #BCA4A6
RGB: (188,164,166)

Color info

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

RGB color model

#BCA4A6 color RGB value is (188,164,166).

  • red value is 188;
  • green value is 164;
  • blue value is 166.
RGB:
(188,164,166)
(74%,64%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 164 of 255 = 64%
B 166 of 255 = 65%

188
164
166

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

Portions of RGB colors in percentages

R + G + B =
188 + 164 + 166 = 518 (100%)
R 188 of 518 ~ 36.29%
G 164 of 518 ~ 31.66%
B 166 of 518 ~ 32.05%

%36.29
%31.66
%32.05

CMYK color model

#BCA4A6 color CMYK value is (0,13,12,26).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(0,13,12,26)
C0M13Y12K26 
(0%,13%,12%,26%)
(0.00/0.13/0.12/0.26)	

CMYK percentages

%0
%12.77
%11.7
%26.27

Codes

Color #BCA4A6 in popluar color models

BCA4A6
RGB188164166
HSL355°15.19%69.02%
HSB/HSV355°12.77%73.73%
CMYK0.00%12.77%11.70%
26.27%

Color #BCA4A6 in popluar number systems.

HEXBCA4A6
Decimal188164166
Binary101111001010010010100110
Octal274244246

Shades and tints

Shades of #BCA4A6

#BCA4A6
(188,164,166)
#AB9697
(171,150,151)
#9A8888
(154,136,136)
#897A79
(137,122,121)
#786C6A
(120,108,106)
#675E5B
(103,94,91)
#56504C
(86,80,76)
#45423D
(69,66,61)
#34342E
(52,52,46)
#23261F
(35,38,31)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #BCA4A6

#BCA4A6
(188,164,166)
#C2ACAE
(194,172,174)
#C8B4B6
(200,180,182)
#CEBCBE
(206,188,190)
#D4C4C6
(212,196,198)
#DACCCE
(218,204,206)
#E0D4D6
(224,212,214)
#E6DCDE
(230,220,222)
#ECE4E6
(236,228,230)
#F2ECEE
(242,236,238)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA4A6; }

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

This text font color is #BCA4A6.


Background Color

.myBgColor { background-color: #BCA4A6; }

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

This div background color is #BCA4A6.


Border color

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

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

This div border color is #BCA4A6.


Opacity

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

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

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

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

This text has shadow with #BCA4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA4A6 on black background.


Color preview on white background

This text has color #BCA4A6 on white background.



Black color preview on #BCA4A6 background

This text has black color on #BCA4A6 background.


White color preview on #BCA4A6 background

This text has white color on #BCA4A6 background.