COLOR #BCA0EA

HEX: #BCA0EA RGB: (188,160,234)

Color info

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

RGB color model

#BCA0EA color RGB value is (188,160,234).

RGB: (188,160,234) (74%, 63%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 234 of 255 = 92%

188
160
234

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

Portions of RGB colors in percentages

R + G + B = 188 + 160 + 234 = 582 (100%)
R 188 of 582 ~ 32.3%
G 160 of 582 ~ 27.49%
B 234 of 582 ~ 40.21'%

%32.3
%27.49
%40.21

CMYK color model

#BCA0EA color CMYK value is (20,32,0,8).

  • cyan value is 19.66%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,32,0,8)
C20M32Y0K8 (20%, 32%, 0%, 8%)
(0.20 / 0.32 / 0.00 / 0.08)

CMYK percentages

%19.66
%31.62
%0
%8.24

Codes

Color #BCA0EA in popluar color models

BC A0 EA
RGB 188 160 234
HSL 263° 63.79% 77.25%
HSB/HSV 263° 31.62% 91.76%
CMYK 19.66% 31.62% 0.00%
8.24%

Color #BCA0EA in popluar number systems.

HEX BC A0 EA
Decimal 188 160 234
Binary 10111100 10100000 11101010
Octal 274 240 352

Shades and tints

Shades of #BCA0EA

#BCA0EA
(188,160,234)
#AB92D5
(171,146,213)
#9A84C0
(154,132,192)
#8976AB
(137,118,171)
#786896
(120,104,150)
#675A81
(103,90,129)
#564C6C
(86,76,108)
#453E57
(69,62,87)
#343042
(52,48,66)
#23222D
(35,34,45)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCA0EA

#BCA0EA
(188,160,234)
#C2A8EB
(194,168,235)
#C8B0EC
(200,176,236)
#CEB8ED
(206,184,237)
#D4C0EE
(212,192,238)
#DAC8EF
(218,200,239)
#E0D0F0
(224,208,240)
#E6D8F1
(230,216,241)
#ECE0F2
(236,224,242)
#F2E8F3
(242,232,243)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA0EA color. Also use rgb(188,160,234) instead hex code.

Text Font Color

.myTextColor { color: #BCA0EA; }

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

This text font color is #BCA0EA.

Background Color

.myBgColor { background-color: #BCA0EA; }

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

This div background color is #BCA0EA.

Border color

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

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

This div border color is #BCA0EA.

Opacity

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

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

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

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

This text has shadow with #BCA0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA0EA.

Preview

Color preview on black background

This text has color #BCA0EA on black background.


Color preview on white background

This text has color #BCA0EA on white background.


Black color preview on #BCA0EA background

This text has black color on #BCA0EA background.


White color preview on #BCA0EA background

This text has white color on #BCA0EA background.


Related colors

Complementary color

Complementary color for #hex is #435F15.


I love getcolorcode.com

Triadic colors

1 #EABCA0 and #A0EABC with #BCA0EA are triadic colors.

2 #EAA0BC and #A0BCEA with #BCA0EA are triadic colors.