COLOR #BCA9BC

HEX: #BCA9BC
RGB: (188,169,188)

Color info

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

RGB color model

#BCA9BC color RGB value is (188,169,188).

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

RGB channels and saturation

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

188
169
188

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 188 = 545 (100%)
R 188 of 545 ~ 34.5%
G 169 of 545 ~ 31.01%
B 188 of 545 ~ 34.5%

%34.5
%31.01
%34.5

CMYK color model

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

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

CMYK percentages

%0
%10.11
%0
%26.27

Codes

Color #BCA9BC in popluar color models

BCA9BC
RGB188169188
HSL300°12.42%70.00%
HSB/HSV300°10.11%73.73%
CMYK0.00%10.11%0.00%
26.27%

Color #BCA9BC in popluar number systems.

HEXBCA9BC
Decimal188169188
Binary101111001010100110111100
Octal274251274

Shades and tints

Shades of #BCA9BC

#BCA9BC
(188,169,188)
#AB9AAB
(171,154,171)
#9A8B9A
(154,139,154)
#897C89
(137,124,137)
#786D78
(120,109,120)
#675E67
(103,94,103)
#564F56
(86,79,86)
#454045
(69,64,69)
#343134
(52,49,52)
#232223
(35,34,35)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BCA9BC

#BCA9BC
(188,169,188)
#C2B0C2
(194,176,194)
#C8B7C8
(200,183,200)
#CEBECE
(206,190,206)
#D4C5D4
(212,197,212)
#DACCDA
(218,204,218)
#E0D3E0
(224,211,224)
#E6DAE6
(230,218,230)
#ECE1EC
(236,225,236)
#F2E8F2
(242,232,242)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9BC; }

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

This text font color is #BCA9BC.


Background Color

.myBgColor { background-color: #BCA9BC; }

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

This div background color is #BCA9BC.


Border color

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

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

This div border color is #BCA9BC.


Opacity

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

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

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

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

This text has shadow with #BCA9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9BC on black background.


Color preview on white background

This text has color #BCA9BC on white background.



Black color preview on #BCA9BC background

This text has black color on #BCA9BC background.


White color preview on #BCA9BC background

This text has white color on #BCA9BC background.