COLOR #BCA1DD

HEX: #BCA1DD RGB: (188,161,221)

Color info

#BCA1DD contains mainly red and blue colors. Web safe color of #BCA1DD is #CC99CC (or #C9C).

RGB color model

#BCA1DD color RGB value is (188,161,221).

RGB: (188,161,221) (74%, 63%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 221 of 255 = 87%

188
161
221

R + G + B ~ 75%. #BCA1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 221 = 570 (100%)
R 188 of 570 ~ 32.98%
G 161 of 570 ~ 28.25%
B 221 of 570 ~ 38.77'%

%32.98
%28.25
%38.77

CMYK color model

#BCA1DD color CMYK value is (15,27,0,13).

  • cyan value is 14.93%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (15,27,0,13)
C15M27Y0K13 (15%, 27%, 0%, 13%)
(0.15 / 0.27 / 0.00 / 0.13)

CMYK percentages

%14.93
%27.15
%0
%13.33

Codes

Color #BCA1DD in popluar color models

BC A1 DD
RGB 188 161 221
HSL 267° 46.88% 74.90%
HSB/HSV 267° 27.15% 86.67%
CMYK 14.93% 27.15% 0.00%
13.33%

Color #BCA1DD in popluar number systems.

HEX BC A1 DD
Decimal 188 161 221
Binary 10111100 10100001 11011101
Octal 274 241 335

Shades and tints

Shades of #BCA1DD

#BCA1DD
(188,161,221)
#AB93C9
(171,147,201)
#9A85B5
(154,133,181)
#8977A1
(137,119,161)
#78698D
(120,105,141)
#675B79
(103,91,121)
#564D65
(86,77,101)
#453F51
(69,63,81)
#34313D
(52,49,61)
#232329
(35,35,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCA1DD

#BCA1DD
(188,161,221)
#C2A9E0
(194,169,224)
#C8B1E3
(200,177,227)
#CEB9E6
(206,185,230)
#D4C1E9
(212,193,233)
#DAC9EC
(218,201,236)
#E0D1EF
(224,209,239)
#E6D9F2
(230,217,242)
#ECE1F5
(236,225,245)
#F2E9F8
(242,233,248)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA1DD; }

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

This text font color is #BCA1DD.

Background Color

.myBgColor { background-color: #BCA1DD; }

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

This div background color is #BCA1DD.

Border color

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

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

This div border color is #BCA1DD.

Opacity

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

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

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

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

This text has shadow with #BCA1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA1DD.

Preview

Color preview on black background

This text has color #BCA1DD on black background.


Color preview on white background

This text has color #BCA1DD on white background.


Black color preview on #BCA1DD background

This text has black color on #BCA1DD background.


White color preview on #BCA1DD background

This text has white color on #BCA1DD background.


Related colors

Complementary color

Complementary color for #hex is #435E22.


I love getcolorcode.com

Triadic colors

1 #DDBCA1 and #A1DDBC with #BCA1DD are triadic colors.

2 #DDA1BC and #A1BCDD with #BCA1DD are triadic colors.