COLOR #BCA5B8

HEX: #BCA5B8
RGB: (188,165,184)

Color info

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

RGB color model

#BCA5B8 color RGB value is (188,165,184).

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

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 184 of 255 = 72%

188
165
184

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

Portions of RGB colors in percentages

R + G + B =
188 + 165 + 184 = 537 (100%)
R 188 of 537 ~ 35.01%
G 165 of 537 ~ 30.73%
B 184 of 537 ~ 34.26%

%35.01
%30.73
%34.26

CMYK color model

#BCA5B8 color CMYK value is (0,12,2,26).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(0,12,2,26)
C0M12Y2K26 
(0%,12%,2%,26%)
(0.00/0.12/0.02/0.26)	

CMYK percentages

%0
%12.23
%2.13
%26.27

Codes

Color #BCA5B8 in popluar color models

BCA5B8
RGB188165184
HSL310°14.65%69.22%
HSB/HSV310°12.23%73.73%
CMYK0.00%12.23%2.13%
26.27%

Color #BCA5B8 in popluar number systems.

HEXBCA5B8
Decimal188165184
Binary101111001010010110111000
Octal274245270

Shades and tints

Shades of #BCA5B8

#BCA5B8
(188,165,184)
#AB96A8
(171,150,168)
#9A8798
(154,135,152)
#897888
(137,120,136)
#786978
(120,105,120)
#675A68
(103,90,104)
#564B58
(86,75,88)
#453C48
(69,60,72)
#342D38
(52,45,56)
#231E28
(35,30,40)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #BCA5B8

#BCA5B8
(188,165,184)
#C2ADBE
(194,173,190)
#C8B5C4
(200,181,196)
#CEBDCA
(206,189,202)
#D4C5D0
(212,197,208)
#DACDD6
(218,205,214)
#E0D5DC
(224,213,220)
#E6DDE2
(230,221,226)
#ECE5E8
(236,229,232)
#F2EDEE
(242,237,238)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA5B8; }

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

This text font color is #BCA5B8.


Background Color

.myBgColor { background-color: #BCA5B8; }

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

This div background color is #BCA5B8.


Border color

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

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

This div border color is #BCA5B8.


Opacity

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

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

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

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

This text has shadow with #BCA5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA5B8 on black background.


Color preview on white background

This text has color #BCA5B8 on white background.



Black color preview on #BCA5B8 background

This text has black color on #BCA5B8 background.


White color preview on #BCA5B8 background

This text has white color on #BCA5B8 background.