COLOR #BCA0CA

HEX: #BCA0CA RGB: (188,160,202)

Color info

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

RGB color model

#BCA0CA color RGB value is (188,160,202).

RGB: (188,160,202) (74%, 63%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 202 of 255 = 79%

188
160
202

R + G + B ~ 72%. #BCA0CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 160 + 202 = 550 (100%)
R 188 of 550 ~ 34.18%
G 160 of 550 ~ 29.09%
B 202 of 550 ~ 36.73'%

%34.18
%29.09
%36.73

CMYK color model

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

  • cyan value is 6.93%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,21,0,21)
C7M21Y0K21 (7%, 21%, 0%, 21%)
(0.07 / 0.21 / 0.00 / 0.21)

CMYK percentages

%6.93
%20.79
%0
%20.78

Codes

Color #BCA0CA in popluar color models

BC A0 CA
RGB 188 160 202
HSL 280° 28.38% 70.98%
HSB/HSV 280° 20.79% 79.22%
CMYK 6.93% 20.79% 0.00%
20.78%

Color #BCA0CA in popluar number systems.

HEX BC A0 CA
Decimal 188 160 202
Binary 10111100 10100000 11001010
Octal 274 240 312

Shades and tints

Shades of #BCA0CA

#BCA0CA
(188,160,202)
#AB92B8
(171,146,184)
#9A84A6
(154,132,166)
#897694
(137,118,148)
#786882
(120,104,130)
#675A70
(103,90,112)
#564C5E
(86,76,94)
#453E4C
(69,62,76)
#34303A
(52,48,58)
#232228
(35,34,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCA0CA

#BCA0CA
(188,160,202)
#C2A8CE
(194,168,206)
#C8B0D2
(200,176,210)
#CEB8D6
(206,184,214)
#D4C0DA
(212,192,218)
#DAC8DE
(218,200,222)
#E0D0E2
(224,208,226)
#E6D8E6
(230,216,230)
#ECE0EA
(236,224,234)
#F2E8EE
(242,232,238)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA0CA; }

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

This text font color is #BCA0CA.

Background Color

.myBgColor { background-color: #BCA0CA; }

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

This div background color is #BCA0CA.

Border color

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

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

This div border color is #BCA0CA.

Opacity

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

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

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

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

This text has shadow with #BCA0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA0CA.

Preview

Color preview on black background

This text has color #BCA0CA on black background.


Color preview on white background

This text has color #BCA0CA on white background.


Black color preview on #BCA0CA background

This text has black color on #BCA0CA background.


White color preview on #BCA0CA background

This text has white color on #BCA0CA background.


Related colors

Complementary color

Complementary color for #hex is #435F35.


I love getcolorcode.com

Triadic colors

1 #CABCA0 and #A0CABC with #BCA0CA are triadic colors.

2 #CAA0BC and #A0BCCA with #BCA0CA are triadic colors.