COLOR #BCA2E5

HEX: #BCA2E5 RGB: (188,162,229)

Color info

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

RGB color model

#BCA2E5 color RGB value is (188,162,229).

RGB: (188,162,229) (74%, 64%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 229 of 255 = 90%

188
162
229

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

Portions of RGB colors in percentages

R + G + B = 188 + 162 + 229 = 579 (100%)
R 188 of 579 ~ 32.47%
G 162 of 579 ~ 27.98%
B 229 of 579 ~ 39.55'%

%32.47
%27.98
%39.55

CMYK color model

#BCA2E5 color CMYK value is (18,29,0,10).

  • cyan value is 17.90%
  • magenta value is 29.26%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (18,29,0,10)
C18M29Y0K10 (18%, 29%, 0%, 10%)
(0.18 / 0.29 / 0.00 / 0.10)

CMYK percentages

%17.9
%29.26
%0
%10.2

Codes

Color #BCA2E5 in popluar color models

BC A2 E5
RGB 188 162 229
HSL 263° 56.30% 76.67%
HSB/HSV 263° 29.26% 89.80%
CMYK 17.90% 29.26% 0.00%
10.20%

Color #BCA2E5 in popluar number systems.

HEX BC A2 E5
Decimal 188 162 229
Binary 10111100 10100010 11100101
Octal 274 242 345

Shades and tints

Shades of #BCA2E5

#BCA2E5
(188,162,229)
#AB94D1
(171,148,209)
#9A86BD
(154,134,189)
#8978A9
(137,120,169)
#786A95
(120,106,149)
#675C81
(103,92,129)
#564E6D
(86,78,109)
#454059
(69,64,89)
#343245
(52,50,69)
#232431
(35,36,49)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #BCA2E5

#BCA2E5
(188,162,229)
#C2AAE7
(194,170,231)
#C8B2E9
(200,178,233)
#CEBAEB
(206,186,235)
#D4C2ED
(212,194,237)
#DACAEF
(218,202,239)
#E0D2F1
(224,210,241)
#E6DAF3
(230,218,243)
#ECE2F5
(236,226,245)
#F2EAF7
(242,234,247)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA2E5 color. Also use rgb(188,162,229) instead hex code.

Text Font Color

.myTextColor { color: #BCA2E5; }

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

This text font color is #BCA2E5.

Background Color

.myBgColor { background-color: #BCA2E5; }

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

This div background color is #BCA2E5.

Border color

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

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

This div border color is #BCA2E5.

Opacity

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

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

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

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

This text has shadow with #BCA2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA2E5.

Preview

Color preview on black background

This text has color #BCA2E5 on black background.


Color preview on white background

This text has color #BCA2E5 on white background.


Black color preview on #BCA2E5 background

This text has black color on #BCA2E5 background.


White color preview on #BCA2E5 background

This text has white color on #BCA2E5 background.


Related colors

Complementary color

Complementary color for #hex is #435D1A.


I love getcolorcode.com

Triadic colors

1 #E5BCA2 and #A2E5BC with #BCA2E5 are triadic colors.

2 #E5A2BC and #A2BCE5 with #BCA2E5 are triadic colors.