COLOR #BCA1BD

HEX: #BCA1BD
RGB: (188,161,189)

Color info

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

RGB color model

#BCA1BD color RGB value is (188,161,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 189 of 255 = 74%

188
161
189

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

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 189 = 538 (100%)
R 188 of 538 ~ 34.94%
G 161 of 538 ~ 29.93%
B 189 of 538 ~ 35.13%

%34.94
%29.93
%35.13

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,15,0,26)
C1M15Y0K26 
(1%,15%,0%,26%)
(0.01/0.15/0.00/0.26)	

CMYK percentages

%0.53
%14.81
%0
%25.88

Codes

Color #BCA1BD in popluar color models

BCA1BD
RGB188161189
HSL298°17.50%68.63%
HSB/HSV298°14.81%74.12%
CMYK0.53%14.81%0.00%
25.88%

Color #BCA1BD in popluar number systems.

HEXBCA1BD
Decimal188161189
Binary101111001010000110111101
Octal274241275

Shades and tints

Shades of #BCA1BD

#BCA1BD
(188,161,189)
#AB93AC
(171,147,172)
#9A859B
(154,133,155)
#89778A
(137,119,138)
#786979
(120,105,121)
#675B68
(103,91,104)
#564D57
(86,77,87)
#453F46
(69,63,70)
#343135
(52,49,53)
#232324
(35,35,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCA1BD

#BCA1BD
(188,161,189)
#C2A9C3
(194,169,195)
#C8B1C9
(200,177,201)
#CEB9CF
(206,185,207)
#D4C1D5
(212,193,213)
#DAC9DB
(218,201,219)
#E0D1E1
(224,209,225)
#E6D9E7
(230,217,231)
#ECE1ED
(236,225,237)
#F2E9F3
(242,233,243)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA1BD; }

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

This text font color is #BCA1BD.


Background Color

.myBgColor { background-color: #BCA1BD; }

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

This div background color is #BCA1BD.


Border color

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

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

This div border color is #BCA1BD.


Opacity

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

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

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

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

This text has shadow with #BCA1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA1BD on black background.


Color preview on white background

This text has color #BCA1BD on white background.



Black color preview on #BCA1BD background

This text has black color on #BCA1BD background.


White color preview on #BCA1BD background

This text has white color on #BCA1BD background.