COLOR #BCA7EC

HEX: #BCA7EC
RGB: (188,167,236)

Color info

#BCA7EC contains mainly red and blue colors. Web safe color of #BCA7EC is #CC99FF (or #C9F).

RGB color model

#BCA7EC color RGB value is (188,167,236).

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

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 236 of 255 = 93%

188
167
236

R + G + B ~ 77%. #BCA7EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 167 + 236 = 591 (100%)
R 188 of 591 ~ 31.81%
G 167 of 591 ~ 28.26%
B 236 of 591 ~ 39.93%

%31.81
%28.26
%39.93

CMYK color model

#BCA7EC color CMYK value is (20,29,0,7).

  • cyan value is 20.34%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,29,0,7)
C20M29Y0K7 
(20%,29%,0%,7%)
(0.20/0.29/0.00/0.07)	

CMYK percentages

%20.34
%29.24
%0
%7.45

Codes

Color #BCA7EC in popluar color models

BCA7EC
RGB188167236
HSL258°64.49%79.02%
HSB/HSV258°29.24%92.55%
CMYK20.34%29.24%0.00%
7.45%

Color #BCA7EC in popluar number systems.

HEXBCA7EC
Decimal188167236
Binary101111001010011111101100
Octal274247354

Shades and tints

Shades of #BCA7EC

#BCA7EC
(188,167,236)
#AB98D7
(171,152,215)
#9A89C2
(154,137,194)
#897AAD
(137,122,173)
#786B98
(120,107,152)
#675C83
(103,92,131)
#564D6E
(86,77,110)
#453E59
(69,62,89)
#342F44
(52,47,68)
#23202F
(35,32,47)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BCA7EC

#BCA7EC
(188,167,236)
#C2AFED
(194,175,237)
#C8B7EE
(200,183,238)
#CEBFEF
(206,191,239)
#D4C7F0
(212,199,240)
#DACFF1
(218,207,241)
#E0D7F2
(224,215,242)
#E6DFF3
(230,223,243)
#ECE7F4
(236,231,244)
#F2EFF5
(242,239,245)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7EC; }

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

This text font color is #BCA7EC.


Background Color

.myBgColor { background-color: #BCA7EC; }

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

This div background color is #BCA7EC.


Border color

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

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

This div border color is #BCA7EC.


Opacity

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

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

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

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

This text has shadow with #BCA7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA7EC on black background.


Color preview on white background

This text has color #BCA7EC on white background.



Black color preview on #BCA7EC background

This text has black color on #BCA7EC background.


White color preview on #BCA7EC background

This text has white color on #BCA7EC background.