COLOR #BCA5E1

HEX: #BCA5E1 RGB: (188,165,225)

Color info

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

RGB color model

#BCA5E1 color RGB value is (188,165,225).

RGB: (188,165,225) (74%, 65%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 225 of 255 = 88%

188
165
225

R + G + B ~ 76%. #BCA5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 225 = 578 (100%)
R 188 of 578 ~ 32.53%
G 165 of 578 ~ 28.55%
B 225 of 578 ~ 38.93'%

%32.53
%28.55
%38.93

CMYK color model

#BCA5E1 color CMYK value is (16,27,0,12).

  • cyan value is 16.44%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (16,27,0,12)
C16M27Y0K12 (16%, 27%, 0%, 12%)
(0.16 / 0.27 / 0.00 / 0.12)

CMYK percentages

%16.44
%26.67
%0
%11.76

Codes

Color #BCA5E1 in popluar color models

BC A5 E1
RGB 188 165 225
HSL 263° 50.00% 76.47%
HSB/HSV 263° 26.67% 88.24%
CMYK 16.44% 26.67% 0.00%
11.76%

Color #BCA5E1 in popluar number systems.

HEX BC A5 E1
Decimal 188 165 225
Binary 10111100 10100101 11100001
Octal 274 245 341

Shades and tints

Shades of #BCA5E1

#BCA5E1
(188,165,225)
#AB96CD
(171,150,205)
#9A87B9
(154,135,185)
#8978A5
(137,120,165)
#786991
(120,105,145)
#675A7D
(103,90,125)
#564B69
(86,75,105)
#453C55
(69,60,85)
#342D41
(52,45,65)
#231E2D
(35,30,45)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #BCA5E1

#BCA5E1
(188,165,225)
#C2ADE3
(194,173,227)
#C8B5E5
(200,181,229)
#CEBDE7
(206,189,231)
#D4C5E9
(212,197,233)
#DACDEB
(218,205,235)
#E0D5ED
(224,213,237)
#E6DDEF
(230,221,239)
#ECE5F1
(236,229,241)
#F2EDF3
(242,237,243)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA5E1 color. Also use rgb(188,165,225) instead hex code.

Text Font Color

.myTextColor { color: #BCA5E1; }

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

This text font color is #BCA5E1.

Background Color

.myBgColor { background-color: #BCA5E1; }

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

This div background color is #BCA5E1.

Border color

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

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

This div border color is #BCA5E1.

Opacity

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

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

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

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

This text has shadow with #BCA5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA5E1.

Preview

Color preview on black background

This text has color #BCA5E1 on black background.


Color preview on white background

This text has color #BCA5E1 on white background.


Black color preview on #BCA5E1 background

This text has black color on #BCA5E1 background.


White color preview on #BCA5E1 background

This text has white color on #BCA5E1 background.


Related colors

Complementary color

Complementary color for #hex is #435A1E.


I love getcolorcode.com

Triadic colors

1 #E1BCA5 and #A5E1BC with #BCA5E1 are triadic colors.

2 #E1A5BC and #A5BCE1 with #BCA5E1 are triadic colors.