COLOR #BCA7E2

HEX: #BCA7E2 RGB: (188,167,226)

Color info

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

RGB color model

#BCA7E2 color RGB value is (188,167,226).

RGB: (188,167,226) (74%, 65%, 89%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 226 of 255 = 89%

188
167
226

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 226 = 581 (100%)
R 188 of 581 ~ 32.36%
G 167 of 581 ~ 28.74%
B 226 of 581 ~ 38.9'%

%32.36
%28.74
%38.9

CMYK color model

#BCA7E2 color CMYK value is (17,26,0,11).

  • cyan value is 16.81%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (17,26,0,11)
C17M26Y0K11 (17%, 26%, 0%, 11%)
(0.17 / 0.26 / 0.00 / 0.11)

CMYK percentages

%16.81
%26.11
%0
%11.37

Codes

Color #BCA7E2 in popluar color models

BC A7 E2
RGB 188 167 226
HSL 261° 50.43% 77.06%
HSB/HSV 261° 26.11% 88.63%
CMYK 16.81% 26.11% 0.00%
11.37%

Color #BCA7E2 in popluar number systems.

HEX BC A7 E2
Decimal 188 167 226
Binary 10111100 10100111 11100010
Octal 274 247 342

Shades and tints

Shades of #BCA7E2

#BCA7E2
(188,167,226)
#AB98CE
(171,152,206)
#9A89BA
(154,137,186)
#897AA6
(137,122,166)
#786B92
(120,107,146)
#675C7E
(103,92,126)
#564D6A
(86,77,106)
#453E56
(69,62,86)
#342F42
(52,47,66)
#23202E
(35,32,46)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BCA7E2

#BCA7E2
(188,167,226)
#C2AFE4
(194,175,228)
#C8B7E6
(200,183,230)
#CEBFE8
(206,191,232)
#D4C7EA
(212,199,234)
#DACFEC
(218,207,236)
#E0D7EE
(224,215,238)
#E6DFF0
(230,223,240)
#ECE7F2
(236,231,242)
#F2EFF4
(242,239,244)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7E2; }

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

This text font color is #BCA7E2.

Background Color

.myBgColor { background-color: #BCA7E2; }

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

This div background color is #BCA7E2.

Border color

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

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

This div border color is #BCA7E2.

Opacity

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

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

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

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

This text has shadow with #BCA7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7E2.

Preview

Color preview on black background

This text has color #BCA7E2 on black background.


Color preview on white background

This text has color #BCA7E2 on white background.


Black color preview on #BCA7E2 background

This text has black color on #BCA7E2 background.


White color preview on #BCA7E2 background

This text has white color on #BCA7E2 background.


Related colors

Complementary color

Complementary color for #hex is #43581D.


I love getcolorcode.com

Triadic colors

1 #E2BCA7 and #A7E2BC with #BCA7E2 are triadic colors.

2 #E2A7BC and #A7BCE2 with #BCA7E2 are triadic colors.