COLOR #BCA0ED

HEX: #BCA0ED RGB: (188,160,237)

Color info

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

RGB color model

#BCA0ED color RGB value is (188,160,237).

RGB: (188,160,237) (74%, 63%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 237 of 255 = 93%

188
160
237

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

Portions of RGB colors in percentages

R + G + B = 188 + 160 + 237 = 585 (100%)
R 188 of 585 ~ 32.14%
G 160 of 585 ~ 27.35%
B 237 of 585 ~ 40.51'%

%32.14
%27.35
%40.51

CMYK color model

#BCA0ED color CMYK value is (21,32,0,7).

  • cyan value is 20.68%
  • magenta value is 32.49%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (21,32,0,7)
C21M32Y0K7 (21%, 32%, 0%, 7%)
(0.21 / 0.32 / 0.00 / 0.07)

CMYK percentages

%20.68
%32.49
%0
%7.06

Codes

Color #BCA0ED in popluar color models

BC A0 ED
RGB 188 160 237
HSL 262° 68.14% 77.84%
HSB/HSV 262° 32.49% 92.94%
CMYK 20.68% 32.49% 0.00%
7.06%

Color #BCA0ED in popluar number systems.

HEX BC A0 ED
Decimal 188 160 237
Binary 10111100 10100000 11101101
Octal 274 240 355

Shades and tints

Shades of #BCA0ED

#BCA0ED
(188,160,237)
#AB92D8
(171,146,216)
#9A84C3
(154,132,195)
#8976AE
(137,118,174)
#786899
(120,104,153)
#675A84
(103,90,132)
#564C6F
(86,76,111)
#453E5A
(69,62,90)
#343045
(52,48,69)
#232230
(35,34,48)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #BCA0ED

#BCA0ED
(188,160,237)
#C2A8EE
(194,168,238)
#C8B0EF
(200,176,239)
#CEB8F0
(206,184,240)
#D4C0F1
(212,192,241)
#DAC8F2
(218,200,242)
#E0D0F3
(224,208,243)
#E6D8F4
(230,216,244)
#ECE0F5
(236,224,245)
#F2E8F6
(242,232,246)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA0ED; }

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

This text font color is #BCA0ED.

Background Color

.myBgColor { background-color: #BCA0ED; }

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

This div background color is #BCA0ED.

Border color

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

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

This div border color is #BCA0ED.

Opacity

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

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

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

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

This text has shadow with #BCA0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA0ED.

Preview

Color preview on black background

This text has color #BCA0ED on black background.


Color preview on white background

This text has color #BCA0ED on white background.


Black color preview on #BCA0ED background

This text has black color on #BCA0ED background.


White color preview on #BCA0ED background

This text has white color on #BCA0ED background.


Related colors

Complementary color

Complementary color for #hex is #435F12.


I love getcolorcode.com

Triadic colors

1 #EDBCA0 and #A0EDBC with #BCA0ED are triadic colors.

2 #EDA0BC and #A0BCED with #BCA0ED are triadic colors.