COLOR #BCA1B5

HEX: #BCA1B5
RGB: (188,161,181)

Color info

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

RGB color model

#BCA1B5 color RGB value is (188,161,181).

  • red value is 188;
  • green value is 161;
  • blue value is 181.
RGB:
(188,161,181)
(74%,63%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 181 of 255 = 71%

188
161
181

R + G + B ~ 69%. #BCA1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 181 = 530 (100%)
R 188 of 530 ~ 35.47%
G 161 of 530 ~ 30.38%
B 181 of 530 ~ 34.15%

%35.47
%30.38
%34.15

CMYK color model

#BCA1B5 color CMYK value is (0,14,4,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(0,14,4,26)
C0M14Y4K26 
(0%,14%,4%,26%)
(0.00/0.14/0.04/0.26)	

CMYK percentages

%0
%14.36
%3.72
%26.27

Codes

Color #BCA1B5 in popluar color models

BCA1B5
RGB188161181
HSL316°16.77%68.43%
HSB/HSV316°14.36%73.73%
CMYK0.00%14.36%3.72%
26.27%

Color #BCA1B5 in popluar number systems.

HEXBCA1B5
Decimal188161181
Binary101111001010000110110101
Octal274241265

Shades and tints

Shades of #BCA1B5

#BCA1B5
(188,161,181)
#AB93A5
(171,147,165)
#9A8595
(154,133,149)
#897785
(137,119,133)
#786975
(120,105,117)
#675B65
(103,91,101)
#564D55
(86,77,85)
#453F45
(69,63,69)
#343135
(52,49,53)
#232325
(35,35,37)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCA1B5

#BCA1B5
(188,161,181)
#C2A9BB
(194,169,187)
#C8B1C1
(200,177,193)
#CEB9C7
(206,185,199)
#D4C1CD
(212,193,205)
#DAC9D3
(218,201,211)
#E0D1D9
(224,209,217)
#E6D9DF
(230,217,223)
#ECE1E5
(236,225,229)
#F2E9EB
(242,233,235)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA1B5; }

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

This text font color is #BCA1B5.


Background Color

.myBgColor { background-color: #BCA1B5; }

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

This div background color is #BCA1B5.


Border color

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

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

This div border color is #BCA1B5.


Opacity

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

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

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

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

This text has shadow with #BCA1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA1B5 on black background.


Color preview on white background

This text has color #BCA1B5 on white background.



Black color preview on #BCA1B5 background

This text has black color on #BCA1B5 background.


White color preview on #BCA1B5 background

This text has white color on #BCA1B5 background.