COLOR #BCA9BA

HEX: #BCA9BA
RGB: (188,169,186)

Color info

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

RGB color model

#BCA9BA color RGB value is (188,169,186).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 186 of 255 = 73%

188
169
186

R + G + B ~ 71%. #BCA9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 186 = 543 (100%)
R 188 of 543 ~ 34.62%
G 169 of 543 ~ 31.12%
B 186 of 543 ~ 34.25%

%34.62
%31.12
%34.25

CMYK color model

#BCA9BA color CMYK value is (0,10,1,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 1.06%
  • key color value is 26.27%
CMYK:
(0,10,1,26)
C0M10Y1K26 
(0%,10%,1%,26%)
(0.00/0.10/0.01/0.26)	

CMYK percentages

%0
%10.11
%1.06
%26.27

Codes

Color #BCA9BA in popluar color models

BCA9BA
RGB188169186
HSL306°12.42%70.00%
HSB/HSV306°10.11%73.73%
CMYK0.00%10.11%1.06%
26.27%

Color #BCA9BA in popluar number systems.

HEXBCA9BA
Decimal188169186
Binary101111001010100110111010
Octal274251272

Shades and tints

Shades of #BCA9BA

#BCA9BA
(188,169,186)
#AB9AAA
(171,154,170)
#9A8B9A
(154,139,154)
#897C8A
(137,124,138)
#786D7A
(120,109,122)
#675E6A
(103,94,106)
#564F5A
(86,79,90)
#45404A
(69,64,74)
#34313A
(52,49,58)
#23222A
(35,34,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #BCA9BA

#BCA9BA
(188,169,186)
#C2B0C0
(194,176,192)
#C8B7C6
(200,183,198)
#CEBECC
(206,190,204)
#D4C5D2
(212,197,210)
#DACCD8
(218,204,216)
#E0D3DE
(224,211,222)
#E6DAE4
(230,218,228)
#ECE1EA
(236,225,234)
#F2E8F0
(242,232,240)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9BA; }

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

This text font color is #BCA9BA.


Background Color

.myBgColor { background-color: #BCA9BA; }

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

This div background color is #BCA9BA.


Border color

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

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

This div border color is #BCA9BA.


Opacity

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

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

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

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

This text has shadow with #BCA9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9BA on black background.


Color preview on white background

This text has color #BCA9BA on white background.



Black color preview on #BCA9BA background

This text has black color on #BCA9BA background.


White color preview on #BCA9BA background

This text has white color on #BCA9BA background.