COLOR #BCA0BA

HEX: #BCA0BA
RGB: (188,160,186)

Color info

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

RGB color model

#BCA0BA color RGB value is (188,160,186).

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

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 186 of 255 = 73%

188
160
186

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

Portions of RGB colors in percentages

R + G + B =
188 + 160 + 186 = 534 (100%)
R 188 of 534 ~ 35.21%
G 160 of 534 ~ 29.96%
B 186 of 534 ~ 34.83%

%35.21
%29.96
%34.83

CMYK color model

#BCA0BA color CMYK value is (0,15,1,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 1.06%
  • key color value is 26.27%
CMYK:
(0,15,1,26)
C0M15Y1K26 
(0%,15%,1%,26%)
(0.00/0.15/0.01/0.26)	

CMYK percentages

%0
%14.89
%1.06
%26.27

Codes

Color #BCA0BA in popluar color models

BCA0BA
RGB188160186
HSL304°17.28%68.24%
HSB/HSV304°14.89%73.73%
CMYK0.00%14.89%1.06%
26.27%

Color #BCA0BA in popluar number systems.

HEXBCA0BA
Decimal188160186
Binary101111001010000010111010
Octal274240272

Shades and tints

Shades of #BCA0BA

#BCA0BA
(188,160,186)
#AB92AA
(171,146,170)
#9A849A
(154,132,154)
#89768A
(137,118,138)
#78687A
(120,104,122)
#675A6A
(103,90,106)
#564C5A
(86,76,90)
#453E4A
(69,62,74)
#34303A
(52,48,58)
#23222A
(35,34,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #BCA0BA

#BCA0BA
(188,160,186)
#C2A8C0
(194,168,192)
#C8B0C6
(200,176,198)
#CEB8CC
(206,184,204)
#D4C0D2
(212,192,210)
#DAC8D8
(218,200,216)
#E0D0DE
(224,208,222)
#E6D8E4
(230,216,228)
#ECE0EA
(236,224,234)
#F2E8F0
(242,232,240)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA0BA; }

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

This text font color is #BCA0BA.


Background Color

.myBgColor { background-color: #BCA0BA; }

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

This div background color is #BCA0BA.


Border color

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

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

This div border color is #BCA0BA.


Opacity

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

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

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

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

This text has shadow with #BCA0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA0BA on black background.


Color preview on white background

This text has color #BCA0BA on white background.



Black color preview on #BCA0BA background

This text has black color on #BCA0BA background.


White color preview on #BCA0BA background

This text has white color on #BCA0BA background.