COLOR #BCA2BA

HEX: #BCA2BA
RGB: (188,162,186)

Color info

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

RGB color model

#BCA2BA color RGB value is (188,162,186).

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

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 186 of 255 = 73%

188
162
186

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

Portions of RGB colors in percentages

R + G + B =
188 + 162 + 186 = 536 (100%)
R 188 of 536 ~ 35.07%
G 162 of 536 ~ 30.22%
B 186 of 536 ~ 34.7%

%35.07
%30.22
%34.7

CMYK color model

#BCA2BA color CMYK value is (0,14,1,26).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 1.06%
  • key color value is 26.27%
CMYK:
(0,14,1,26)
C0M14Y1K26 
(0%,14%,1%,26%)
(0.00/0.14/0.01/0.26)	

CMYK percentages

%0
%13.83
%1.06
%26.27

Codes

Color #BCA2BA in popluar color models

BCA2BA
RGB188162186
HSL305°16.25%68.63%
HSB/HSV305°13.83%73.73%
CMYK0.00%13.83%1.06%
26.27%

Color #BCA2BA in popluar number systems.

HEXBCA2BA
Decimal188162186
Binary101111001010001010111010
Octal274242272

Shades and tints

Shades of #BCA2BA

#BCA2BA
(188,162,186)
#AB94AA
(171,148,170)
#9A869A
(154,134,154)
#89788A
(137,120,138)
#786A7A
(120,106,122)
#675C6A
(103,92,106)
#564E5A
(86,78,90)
#45404A
(69,64,74)
#34323A
(52,50,58)
#23242A
(35,36,42)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCA2BA

#BCA2BA
(188,162,186)
#C2AAC0
(194,170,192)
#C8B2C6
(200,178,198)
#CEBACC
(206,186,204)
#D4C2D2
(212,194,210)
#DACAD8
(218,202,216)
#E0D2DE
(224,210,222)
#E6DAE4
(230,218,228)
#ECE2EA
(236,226,234)
#F2EAF0
(242,234,240)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA2BA; }

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

This text font color is #BCA2BA.


Background Color

.myBgColor { background-color: #BCA2BA; }

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

This div background color is #BCA2BA.


Border color

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

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

This div border color is #BCA2BA.


Opacity

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

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

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

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

This text has shadow with #BCA2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA2BA on black background.


Color preview on white background

This text has color #BCA2BA on white background.



Black color preview on #BCA2BA background

This text has black color on #BCA2BA background.


White color preview on #BCA2BA background

This text has white color on #BCA2BA background.