COLOR #BCA2BB

HEX: #BCA2BB RGB: (188,162,187)

Color info

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

RGB color model

#BCA2BB color RGB value is (188,162,187).

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

RGB channels and saturation

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

188
162
187

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

Portions of RGB colors in percentages

R + G + B = 188 + 162 + 187 = 537 (100%)
R 188 of 537 ~ 35.01%
G 162 of 537 ~ 30.17%
B 187 of 537 ~ 34.82'%

%35.01
%30.17
%34.82

CMYK color model

#BCA2BB color CMYK value is (0,14,1,26).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 0.53%
  • key color value is 26.27%

CMYK: (0,14,1,26)
C0M14Y1K26 (0%, 14%, 1%, 26%)
(0.00 / 0.14 / 0.01 / 0.26)

CMYK percentages

%0
%13.83
%0.53
%26.27

Codes

Color #BCA2BB in popluar color models

BC A2 BB
RGB 188 162 187
HSL 302° 16.25% 68.63%
HSB/HSV 302° 13.83% 73.73%
CMYK 0.00% 13.83% 0.53%
26.27%

Color #BCA2BB in popluar number systems.

HEX BC A2 BB
Decimal 188 162 187
Binary 10111100 10100010 10111011
Octal 274 242 273

Shades and tints

Shades of #BCA2BB

#BCA2BB
(188,162,187)
#AB94AA
(171,148,170)
#9A8699
(154,134,153)
#897888
(137,120,136)
#786A77
(120,106,119)
#675C66
(103,92,102)
#564E55
(86,78,85)
#454044
(69,64,68)
#343233
(52,50,51)
#232422
(35,36,34)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #BCA2BB

#BCA2BB
(188,162,187)
#C2AAC1
(194,170,193)
#C8B2C7
(200,178,199)
#CEBACD
(206,186,205)
#D4C2D3
(212,194,211)
#DACAD9
(218,202,217)
#E0D2DF
(224,210,223)
#E6DAE5
(230,218,229)
#ECE2EB
(236,226,235)
#F2EAF1
(242,234,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA2BB; }

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

This text font color is #BCA2BB.

Background Color

.myBgColor { background-color: #BCA2BB; }

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

This div background color is #BCA2BB.

Border color

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

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

This div border color is #BCA2BB.

Opacity

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

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

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

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

This text has shadow with #BCA2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA2BB.

Preview

Color preview on black background

This text has color #BCA2BB on black background.


Color preview on white background

This text has color #BCA2BB on white background.


Black color preview on #BCA2BB background

This text has black color on #BCA2BB background.


White color preview on #BCA2BB background

This text has white color on #BCA2BB background.


Related colors

Complementary color

Complementary color for #hex is #435D44.


I love getcolorcode.com

Triadic colors

1 #BBBCA2 and #A2BBBC with #BCA2BB are triadic colors.

2 #BBA2BC and #A2BCBB with #BCA2BB are triadic colors.