COLOR #BCA9B4

HEX: #BCA9B4
RGB: (188,169,180)

Color info

#BCA9B4 contains red, green and blue colors in about the same proportion. Web safe color of #BCA9B4 is #CC99CC (or #C9C).

RGB color model

#BCA9B4 color RGB value is (188,169,180).

  • red value is 188;
  • green value is 169;
  • blue value is 180.
RGB:
(188,169,180)
(74%,66%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 180 of 255 = 71%

188
169
180

R + G + B ~ 70%. #BCA9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 180 = 537 (100%)
R 188 of 537 ~ 35.01%
G 169 of 537 ~ 31.47%
B 180 of 537 ~ 33.52%

%35.01
%31.47
%33.52

CMYK color model

#BCA9B4 color CMYK value is (0,10,4,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 4.26%
  • key color value is 26.27%
CMYK:
(0,10,4,26)
C0M10Y4K26 
(0%,10%,4%,26%)
(0.00/0.10/0.04/0.26)	

CMYK percentages

%0
%10.11
%4.26
%26.27

Codes

Color #BCA9B4 in popluar color models

BCA9B4
RGB188169180
HSL325°12.42%70.00%
HSB/HSV325°10.11%73.73%
CMYK0.00%10.11%4.26%
26.27%

Color #BCA9B4 in popluar number systems.

HEXBCA9B4
Decimal188169180
Binary101111001010100110110100
Octal274251264

Shades and tints

Shades of #BCA9B4

#BCA9B4
(188,169,180)
#AB9AA4
(171,154,164)
#9A8B94
(154,139,148)
#897C84
(137,124,132)
#786D74
(120,109,116)
#675E64
(103,94,100)
#564F54
(86,79,84)
#454044
(69,64,68)
#343134
(52,49,52)
#232224
(35,34,36)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCA9B4

#BCA9B4
(188,169,180)
#C2B0BA
(194,176,186)
#C8B7C0
(200,183,192)
#CEBEC6
(206,190,198)
#D4C5CC
(212,197,204)
#DACCD2
(218,204,210)
#E0D3D8
(224,211,216)
#E6DADE
(230,218,222)
#ECE1E4
(236,225,228)
#F2E8EA
(242,232,234)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA9B4 color. Also use rgb(188,169,180) instead hex code.

Text Font Color

.myTextColor { color: #BCA9B4; }

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

This text font color is #BCA9B4.


Background Color

.myBgColor { background-color: #BCA9B4; }

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

This div background color is #BCA9B4.


Border color

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

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

This div border color is #BCA9B4.


Opacity

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

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

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

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

This text has shadow with #BCA9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9B4 on black background.


Color preview on white background

This text has color #BCA9B4 on white background.



Black color preview on #BCA9B4 background

This text has black color on #BCA9B4 background.


White color preview on #BCA9B4 background

This text has white color on #BCA9B4 background.