COLOR #BCA4AA

HEX: #BCA4AA
RGB: (188,164,170)

Color info

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

RGB color model

#BCA4AA color RGB value is (188,164,170).

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

RGB channels and saturation

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

188
164
170

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

Portions of RGB colors in percentages

R + G + B =
188 + 164 + 170 = 522 (100%)
R 188 of 522 ~ 36.02%
G 164 of 522 ~ 31.42%
B 170 of 522 ~ 32.57%

%36.02
%31.42
%32.57

CMYK color model

#BCA4AA color CMYK value is (0,13,10,26).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(0,13,10,26)
C0M13Y10K26 
(0%,13%,10%,26%)
(0.00/0.13/0.10/0.26)	

CMYK percentages

%0
%12.77
%9.57
%26.27

Codes

Color #BCA4AA in popluar color models

BCA4AA
RGB188164170
HSL345°15.19%69.02%
HSB/HSV345°12.77%73.73%
CMYK0.00%12.77%9.57%
26.27%

Color #BCA4AA in popluar number systems.

HEXBCA4AA
Decimal188164170
Binary101111001010010010101010
Octal274244252

Shades and tints

Shades of #BCA4AA

#BCA4AA
(188,164,170)
#AB969B
(171,150,155)
#9A888C
(154,136,140)
#897A7D
(137,122,125)
#786C6E
(120,108,110)
#675E5F
(103,94,95)
#565050
(86,80,80)
#454241
(69,66,65)
#343432
(52,52,50)
#232623
(35,38,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCA4AA

#BCA4AA
(188,164,170)
#C2ACB1
(194,172,177)
#C8B4B8
(200,180,184)
#CEBCBF
(206,188,191)
#D4C4C6
(212,196,198)
#DACCCD
(218,204,205)
#E0D4D4
(224,212,212)
#E6DCDB
(230,220,219)
#ECE4E2
(236,228,226)
#F2ECE9
(242,236,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA4AA; }

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

This text font color is #BCA4AA.


Background Color

.myBgColor { background-color: #BCA4AA; }

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

This div background color is #BCA4AA.


Border color

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

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

This div border color is #BCA4AA.


Opacity

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

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

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

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

This text has shadow with #BCA4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA4AA on black background.


Color preview on white background

This text has color #BCA4AA on white background.



Black color preview on #BCA4AA background

This text has black color on #BCA4AA background.


White color preview on #BCA4AA background

This text has white color on #BCA4AA background.