COLOR #BCA7DD

HEX: #BCA7DD
RGB: (188,167,221)

Color info

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

RGB color model

#BCA7DD color RGB value is (188,167,221).

  • red value is 188;
  • green value is 167;
  • blue value is 221.
RGB:
(188,167,221)
(74%,65%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 221 of 255 = 87%

188
167
221

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

Portions of RGB colors in percentages

R + G + B =
188 + 167 + 221 = 576 (100%)
R 188 of 576 ~ 32.64%
G 167 of 576 ~ 28.99%
B 221 of 576 ~ 38.37%

%32.64
%28.99
%38.37

CMYK color model

#BCA7DD color CMYK value is (15,24,0,13).

  • cyan value is 14.93%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,24,0,13)
C15M24Y0K13 
(15%,24%,0%,13%)
(0.15/0.24/0.00/0.13)	

CMYK percentages

%14.93
%24.43
%0
%13.33

Codes

Color #BCA7DD in popluar color models

BCA7DD
RGB188167221
HSL263°44.26%76.08%
HSB/HSV263°24.43%86.67%
CMYK14.93%24.43%0.00%
13.33%

Color #BCA7DD in popluar number systems.

HEXBCA7DD
Decimal188167221
Binary101111001010011111011101
Octal274247335

Shades and tints

Shades of #BCA7DD

#BCA7DD
(188,167,221)
#AB98C9
(171,152,201)
#9A89B5
(154,137,181)
#897AA1
(137,122,161)
#786B8D
(120,107,141)
#675C79
(103,92,121)
#564D65
(86,77,101)
#453E51
(69,62,81)
#342F3D
(52,47,61)
#232029
(35,32,41)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #BCA7DD

#BCA7DD
(188,167,221)
#C2AFE0
(194,175,224)
#C8B7E3
(200,183,227)
#CEBFE6
(206,191,230)
#D4C7E9
(212,199,233)
#DACFEC
(218,207,236)
#E0D7EF
(224,215,239)
#E6DFF2
(230,223,242)
#ECE7F5
(236,231,245)
#F2EFF8
(242,239,248)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7DD; }

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

This text font color is #BCA7DD.


Background Color

.myBgColor { background-color: #BCA7DD; }

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

This div background color is #BCA7DD.


Border color

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

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

This div border color is #BCA7DD.


Opacity

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

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

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

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

This text has shadow with #BCA7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA7DD on black background.


Color preview on white background

This text has color #BCA7DD on white background.



Black color preview on #BCA7DD background

This text has black color on #BCA7DD background.


White color preview on #BCA7DD background

This text has white color on #BCA7DD background.