COLOR #BCA3BB

HEX: #BCA3BB RGB: (188,163,187)

Color info

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

RGB color model

#BCA3BB color RGB value is (188,163,187).

RGB: (188,163,187) (74%, 64%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 187 of 255 = 73%

188
163
187

R + G + B ~ 70%. #BCA3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 187 = 538 (100%)
R 188 of 538 ~ 34.94%
G 163 of 538 ~ 30.3%
B 187 of 538 ~ 34.76'%

%34.94
%30.3
%34.76

CMYK color model

#BCA3BB color CMYK value is (0,13,1,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK: (0,13,1,26) C0M13Y1K26 (0%,13%,1%,26%) (0.00/0.13/0.01/0.26) 

CMYK percentages

%0
%13.3
%0.53
%26.27

Codes

Color #BCA3BB in popluar color models

BC A3 BB
RGB 188 163 187
HSL 302° 15.72% 68.82%
HSB/HSV 302° 13.30% 73.73%
CMYK 0.00% 13.30% 0.53%
26.27%

Color #BCA3BB in popluar number systems.

HEX BC A3 BB
Decimal 188 163 187
Binary 10111100 10100011 10111011
Octal 274 243 273

Shades and tints

Shades of #BCA3BB

#BCA3BB
(188,163,187)
#AB95AA
(171,149,170)
#9A8799
(154,135,153)
#897988
(137,121,136)
#786B77
(120,107,119)
#675D66
(103,93,102)
#564F55
(86,79,85)
#454144
(69,65,68)
#343333
(52,51,51)
#232522
(35,37,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCA3BB

#BCA3BB
(188,163,187)
#C2ABC1
(194,171,193)
#C8B3C7
(200,179,199)
#CEBBCD
(206,187,205)
#D4C3D3
(212,195,211)
#DACBD9
(218,203,217)
#E0D3DF
(224,211,223)
#E6DBE5
(230,219,229)
#ECE3EB
(236,227,235)
#F2EBF1
(242,235,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA3BB; }

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

This text font color is #BCA3BB.

Background Color

.myBgColor { background-color: #BCA3BB; }

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

This div background color is #BCA3BB.

Border color

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

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

This div border color is #BCA3BB.

Opacity

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

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

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

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

This text has shadow with #BCA3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA3BB.

Preview

Color preview on black background

This text has color #BCA3BB on black background.


Color preview on white background

This text has color #BCA3BB on white background.


Black color preview on #BCA3BB background

This text has black color on #BCA3BB background.


White color preview on #BCA3BB background

This text has white color on #BCA3BB background.


Related colors

Complementary color

Complementary color for #hex is #435C44.


I love getcolorcode.com

Triadic colors

1 #BBBCA3 and #A3BBBC with #BCA3BB are triadic colors.

2 #BBA3BC and #A3BCBB with #BCA3BB are triadic colors.