COLOR #BCA1D5

HEX: #BCA1D5 RGB: (188,161,213)

Color info

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

RGB color model

#BCA1D5 color RGB value is (188,161,213).

RGB: (188,161,213) (74%, 63%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 213 of 255 = 84%

188
161
213

R + G + B ~ 74%. #BCA1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 213 = 562 (100%)
R 188 of 562 ~ 33.45%
G 161 of 562 ~ 28.65%
B 213 of 562 ~ 37.9'%

%33.45
%28.65
%37.9

CMYK color model

#BCA1D5 color CMYK value is (12,24,0,16).

  • cyan value is 11.74%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (12,24,0,16)
C12M24Y0K16 (12%, 24%, 0%, 16%)
(0.12 / 0.24 / 0.00 / 0.16)

CMYK percentages

%11.74
%24.41
%0
%16.47

Codes

Color #BCA1D5 in popluar color models

BC A1 D5
RGB 188 161 213
HSL 271° 38.24% 73.33%
HSB/HSV 271° 24.41% 83.53%
CMYK 11.74% 24.41% 0.00%
16.47%

Color #BCA1D5 in popluar number systems.

HEX BC A1 D5
Decimal 188 161 213
Binary 10111100 10100001 11010101
Octal 274 241 325

Shades and tints

Shades of #BCA1D5

#BCA1D5
(188,161,213)
#AB93C2
(171,147,194)
#9A85AF
(154,133,175)
#89779C
(137,119,156)
#786989
(120,105,137)
#675B76
(103,91,118)
#564D63
(86,77,99)
#453F50
(69,63,80)
#34313D
(52,49,61)
#23232A
(35,35,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCA1D5

#BCA1D5
(188,161,213)
#C2A9D8
(194,169,216)
#C8B1DB
(200,177,219)
#CEB9DE
(206,185,222)
#D4C1E1
(212,193,225)
#DAC9E4
(218,201,228)
#E0D1E7
(224,209,231)
#E6D9EA
(230,217,234)
#ECE1ED
(236,225,237)
#F2E9F0
(242,233,240)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA1D5; }

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

This text font color is #BCA1D5.

Background Color

.myBgColor { background-color: #BCA1D5; }

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

This div background color is #BCA1D5.

Border color

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

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

This div border color is #BCA1D5.

Opacity

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

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

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

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

This text has shadow with #BCA1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA1D5.

Preview

Color preview on black background

This text has color #BCA1D5 on black background.


Color preview on white background

This text has color #BCA1D5 on white background.


Black color preview on #BCA1D5 background

This text has black color on #BCA1D5 background.


White color preview on #BCA1D5 background

This text has white color on #BCA1D5 background.


Related colors

Complementary color

Complementary color for #hex is #435E2A.


I love getcolorcode.com

Triadic colors

1 #D5BCA1 and #A1D5BC with #BCA1D5 are triadic colors.

2 #D5A1BC and #A1BCD5 with #BCA1D5 are triadic colors.