COLOR #BCA5B6

HEX: #BCA5B6
RGB: (188,165,182)

Color info

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

RGB color model

#BCA5B6 color RGB value is (188,165,182).

  • red value is 188;
  • green value is 165;
  • blue value is 182.
RGB:
(188,165,182)
(74%,65%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 182 of 255 = 71%

188
165
182

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

Portions of RGB colors in percentages

R + G + B =
188 + 165 + 182 = 535 (100%)
R 188 of 535 ~ 35.14%
G 165 of 535 ~ 30.84%
B 182 of 535 ~ 34.02%

%35.14
%30.84
%34.02

CMYK color model

#BCA5B6 color CMYK value is (0,12,3,26).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(0,12,3,26)
C0M12Y3K26 
(0%,12%,3%,26%)
(0.00/0.12/0.03/0.26)	

CMYK percentages

%0
%12.23
%3.19
%26.27

Codes

Color #BCA5B6 in popluar color models

BCA5B6
RGB188165182
HSL316°14.65%69.22%
HSB/HSV316°12.23%73.73%
CMYK0.00%12.23%3.19%
26.27%

Color #BCA5B6 in popluar number systems.

HEXBCA5B6
Decimal188165182
Binary101111001010010110110110
Octal274245266

Shades and tints

Shades of #BCA5B6

#BCA5B6
(188,165,182)
#AB96A6
(171,150,166)
#9A8796
(154,135,150)
#897886
(137,120,134)
#786976
(120,105,118)
#675A66
(103,90,102)
#564B56
(86,75,86)
#453C46
(69,60,70)
#342D36
(52,45,54)
#231E26
(35,30,38)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #BCA5B6

#BCA5B6
(188,165,182)
#C2ADBC
(194,173,188)
#C8B5C2
(200,181,194)
#CEBDC8
(206,189,200)
#D4C5CE
(212,197,206)
#DACDD4
(218,205,212)
#E0D5DA
(224,213,218)
#E6DDE0
(230,221,224)
#ECE5E6
(236,229,230)
#F2EDEC
(242,237,236)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA5B6 color. Also use rgb(188,165,182) instead hex code.

Text Font Color

.myTextColor { color: #BCA5B6; }

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

This text font color is #BCA5B6.


Background Color

.myBgColor { background-color: #BCA5B6; }

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

This div background color is #BCA5B6.


Border color

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

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

This div border color is #BCA5B6.


Opacity

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

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

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

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

This text has shadow with #BCA5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA5B6 on black background.


Color preview on white background

This text has color #BCA5B6 on white background.



Black color preview on #BCA5B6 background

This text has black color on #BCA5B6 background.


White color preview on #BCA5B6 background

This text has white color on #BCA5B6 background.