COLOR #BCA6B2

HEX: #BCA6B2
RGB: (188,166,178)

Color info

#BCA6B2 contains red, green and blue colors in about the same proportion. Web safe color of #BCA6B2 is #CC9999 (or #C99).

RGB color model

#BCA6B2 color RGB value is (188,166,178).

  • red value is 188;
  • green value is 166;
  • blue value is 178.
RGB:
(188,166,178)
(74%,65%,70%)

RGB channels and saturation

R 188 of 255 = 74%
G 166 of 255 = 65%
B 178 of 255 = 70%

188
166
178

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

Portions of RGB colors in percentages

R + G + B =
188 + 166 + 178 = 532 (100%)
R 188 of 532 ~ 35.34%
G 166 of 532 ~ 31.2%
B 178 of 532 ~ 33.46%

%35.34
%31.2
%33.46

CMYK color model

#BCA6B2 color CMYK value is (0,12,5,26).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(0,12,5,26)
C0M12Y5K26 
(0%,12%,5%,26%)
(0.00/0.12/0.05/0.26)	

CMYK percentages

%0
%11.7
%5.32
%26.27

Codes

Color #BCA6B2 in popluar color models

BCA6B2
RGB188166178
HSL327°14.10%69.41%
HSB/HSV327°11.70%73.73%
CMYK0.00%11.70%5.32%
26.27%

Color #BCA6B2 in popluar number systems.

HEXBCA6B2
Decimal188166178
Binary101111001010011010110010
Octal274246262

Shades and tints

Shades of #BCA6B2

#BCA6B2
(188,166,178)
#AB97A2
(171,151,162)
#9A8892
(154,136,146)
#897982
(137,121,130)
#786A72
(120,106,114)
#675B62
(103,91,98)
#564C52
(86,76,82)
#453D42
(69,61,66)
#342E32
(52,46,50)
#231F22
(35,31,34)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #BCA6B2

#BCA6B2
(188,166,178)
#C2AEB9
(194,174,185)
#C8B6C0
(200,182,192)
#CEBEC7
(206,190,199)
#D4C6CE
(212,198,206)
#DACED5
(218,206,213)
#E0D6DC
(224,214,220)
#E6DEE3
(230,222,227)
#ECE6EA
(236,230,234)
#F2EEF1
(242,238,241)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA6B2 color. Also use rgb(188,166,178) instead hex code.

Text Font Color

.myTextColor { color: #BCA6B2; }

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

This text font color is #BCA6B2.


Background Color

.myBgColor { background-color: #BCA6B2; }

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

This div background color is #BCA6B2.


Border color

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

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

This div border color is #BCA6B2.


Opacity

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

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

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

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

This text has shadow with #BCA6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA6B2 on black background.


Color preview on white background

This text has color #BCA6B2 on white background.



Black color preview on #BCA6B2 background

This text has black color on #BCA6B2 background.


White color preview on #BCA6B2 background

This text has white color on #BCA6B2 background.