COLOR #BCA5E9

HEX: #BCA5E9 RGB: (188,165,233)

Color info

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

RGB color model

#BCA5E9 color RGB value is (188,165,233).

RGB: (188,165,233) (74%, 65%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 233 of 255 = 91%

188
165
233

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

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 233 = 586 (100%)
R 188 of 586 ~ 32.08%
G 165 of 586 ~ 28.16%
B 233 of 586 ~ 39.76'%

%32.08
%28.16
%39.76

CMYK color model

#BCA5E9 color CMYK value is (19,29,0,9).

  • cyan value is 19.31%
  • magenta value is 29.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (19,29,0,9) C19M29Y0K9 (19%,29%,0%,9%) (0.19/0.29/0.00/0.09) 

CMYK percentages

%19.31
%29.18
%0
%8.63

Codes

Color #BCA5E9 in popluar color models

BC A5 E9
RGB 188 165 233
HSL 260° 60.71% 78.04%
HSB/HSV 260° 29.18% 91.37%
CMYK 19.31% 29.18% 0.00%
8.63%

Color #BCA5E9 in popluar number systems.

HEX BC A5 E9
Decimal 188 165 233
Binary 10111100 10100101 11101001
Octal 274 245 351

Shades and tints

Shades of #BCA5E9

#BCA5E9
(188,165,233)
#AB96D4
(171,150,212)
#9A87BF
(154,135,191)
#8978AA
(137,120,170)
#786995
(120,105,149)
#675A80
(103,90,128)
#564B6B
(86,75,107)
#453C56
(69,60,86)
#342D41
(52,45,65)
#231E2C
(35,30,44)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #BCA5E9

#BCA5E9
(188,165,233)
#C2ADEB
(194,173,235)
#C8B5ED
(200,181,237)
#CEBDEF
(206,189,239)
#D4C5F1
(212,197,241)
#DACDF3
(218,205,243)
#E0D5F5
(224,213,245)
#E6DDF7
(230,221,247)
#ECE5F9
(236,229,249)
#F2EDFB
(242,237,251)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA5E9; }

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

This text font color is #BCA5E9.

Background Color

.myBgColor { background-color: #BCA5E9; }

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

This div background color is #BCA5E9.

Border color

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

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

This div border color is #BCA5E9.

Opacity

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

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

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

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

This text has shadow with #BCA5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA5E9.

Preview

Color preview on black background

This text has color #BCA5E9 on black background.


Color preview on white background

This text has color #BCA5E9 on white background.


Black color preview on #BCA5E9 background

This text has black color on #BCA5E9 background.


White color preview on #BCA5E9 background

This text has white color on #BCA5E9 background.


Related colors

Complementary color

Complementary color for #hex is #435A16.


I love getcolorcode.com

Triadic colors

1 #E9BCA5 and #A5E9BC with #BCA5E9 are triadic colors.

2 #E9A5BC and #A5BCE9 with #BCA5E9 are triadic colors.