COLOR #BCA7DC

HEX: #BCA7DC
RGB: (188,167,220)

Color info

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

RGB color model

#BCA7DC color RGB value is (188,167,220).

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

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 220 of 255 = 86%

188
167
220

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

Portions of RGB colors in percentages

R + G + B =
188 + 167 + 220 = 575 (100%)
R 188 of 575 ~ 32.7%
G 167 of 575 ~ 29.04%
B 220 of 575 ~ 38.26%

%32.7
%29.04
%38.26

CMYK color model

#BCA7DC color CMYK value is (15,24,0,14).

  • cyan value is 14.55%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,24,0,14)
C15M24Y0K14 
(15%,24%,0%,14%)
(0.15/0.24/0.00/0.14)	

CMYK percentages

%14.55
%24.09
%0
%13.73

Codes

Color #BCA7DC in popluar color models

BCA7DC
RGB188167220
HSL264°43.09%75.88%
HSB/HSV264°24.09%86.27%
CMYK14.55%24.09%0.00%
13.73%

Color #BCA7DC in popluar number systems.

HEXBCA7DC
Decimal188167220
Binary101111001010011111011100
Octal274247334

Shades and tints

Shades of #BCA7DC

#BCA7DC
(188,167,220)
#AB98C8
(171,152,200)
#9A89B4
(154,137,180)
#897AA0
(137,122,160)
#786B8C
(120,107,140)
#675C78
(103,92,120)
#564D64
(86,77,100)
#453E50
(69,62,80)
#342F3C
(52,47,60)
#232028
(35,32,40)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #BCA7DC

#BCA7DC
(188,167,220)
#C2AFDF
(194,175,223)
#C8B7E2
(200,183,226)
#CEBFE5
(206,191,229)
#D4C7E8
(212,199,232)
#DACFEB
(218,207,235)
#E0D7EE
(224,215,238)
#E6DFF1
(230,223,241)
#ECE7F4
(236,231,244)
#F2EFF7
(242,239,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7DC; }

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

This text font color is #BCA7DC.


Background Color

.myBgColor { background-color: #BCA7DC; }

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

This div background color is #BCA7DC.


Border color

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

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

This div border color is #BCA7DC.


Opacity

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

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

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

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

This text has shadow with #BCA7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA7DC on black background.


Color preview on white background

This text has color #BCA7DC on white background.



Black color preview on #BCA7DC background

This text has black color on #BCA7DC background.


White color preview on #BCA7DC background

This text has white color on #BCA7DC background.