COLOR #BCA3C3

HEX: #BCA3C3 RGB: (188,163,195)

Color info

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

RGB color model

#BCA3C3 color RGB value is (188,163,195).

RGB: (188,163,195) (74%, 64%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 195 of 255 = 76%

188
163
195

R + G + B ~ 71%. #BCA3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 195 = 546 (100%)
R 188 of 546 ~ 34.43%
G 163 of 546 ~ 29.85%
B 195 of 546 ~ 35.71'%

%34.43
%29.85
%35.71

CMYK color model

#BCA3C3 color CMYK value is (4,16,0,24).

  • cyan value is 3.59%
  • magenta value is 16.41%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (4,16,0,24)
C4M16Y0K24 (4%, 16%, 0%, 24%)
(0.04 / 0.16 / 0.00 / 0.24)

CMYK percentages

%3.59
%16.41
%0
%23.53

Codes

Color #BCA3C3 in popluar color models

BC A3 C3
RGB 188 163 195
HSL 287° 21.05% 70.20%
HSB/HSV 287° 16.41% 76.47%
CMYK 3.59% 16.41% 0.00%
23.53%

Color #BCA3C3 in popluar number systems.

HEX BC A3 C3
Decimal 188 163 195
Binary 10111100 10100011 11000011
Octal 274 243 303

Shades and tints

Shades of #BCA3C3

#BCA3C3
(188,163,195)
#AB95B2
(171,149,178)
#9A87A1
(154,135,161)
#897990
(137,121,144)
#786B7F
(120,107,127)
#675D6E
(103,93,110)
#564F5D
(86,79,93)
#45414C
(69,65,76)
#34333B
(52,51,59)
#23252A
(35,37,42)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCA3C3

#BCA3C3
(188,163,195)
#C2ABC8
(194,171,200)
#C8B3CD
(200,179,205)
#CEBBD2
(206,187,210)
#D4C3D7
(212,195,215)
#DACBDC
(218,203,220)
#E0D3E1
(224,211,225)
#E6DBE6
(230,219,230)
#ECE3EB
(236,227,235)
#F2EBF0
(242,235,240)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA3C3 color. Also use rgb(188,163,195) instead hex code.

Text Font Color

.myTextColor { color: #BCA3C3; }

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

This text font color is #BCA3C3.

Background Color

.myBgColor { background-color: #BCA3C3; }

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

This div background color is #BCA3C3.

Border color

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

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

This div border color is #BCA3C3.

Opacity

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

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

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

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

This text has shadow with #BCA3C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3C3.

Preview

Color preview on black background

This text has color #BCA3C3 on black background.


Color preview on white background

This text has color #BCA3C3 on white background.


Black color preview on #BCA3C3 background

This text has black color on #BCA3C3 background.


White color preview on #BCA3C3 background

This text has white color on #BCA3C3 background.


Related colors

Complementary color

Complementary color for #hex is #435C3C.


I love getcolorcode.com

Triadic colors

1 #C3BCA3 and #A3C3BC with #BCA3C3 are triadic colors.

2 #C3A3BC and #A3BCC3 with #BCA3C3 are triadic colors.