COLOR #BCA5BD

HEX: #BCA5BD
RGB: (188,165,189)

Color info

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

RGB color model

#BCA5BD color RGB value is (188,165,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 189 of 255 = 74%

188
165
189

R + G + B ~ 71%. #BCA5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 165 + 189 = 542 (100%)
R 188 of 542 ~ 34.69%
G 165 of 542 ~ 30.44%
B 189 of 542 ~ 34.87%

%34.69
%30.44
%34.87

CMYK color model

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

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

CMYK percentages

%0.53
%12.7
%0
%25.88

Codes

Color #BCA5BD in popluar color models

BCA5BD
RGB188165189
HSL298°15.38%69.41%
HSB/HSV298°12.70%74.12%
CMYK0.53%12.70%0.00%
25.88%

Color #BCA5BD in popluar number systems.

HEXBCA5BD
Decimal188165189
Binary101111001010010110111101
Octal274245275

Shades and tints

Shades of #BCA5BD

#BCA5BD
(188,165,189)
#AB96AC
(171,150,172)
#9A879B
(154,135,155)
#89788A
(137,120,138)
#786979
(120,105,121)
#675A68
(103,90,104)
#564B57
(86,75,87)
#453C46
(69,60,70)
#342D35
(52,45,53)
#231E24
(35,30,36)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BCA5BD

#BCA5BD
(188,165,189)
#C2ADC3
(194,173,195)
#C8B5C9
(200,181,201)
#CEBDCF
(206,189,207)
#D4C5D5
(212,197,213)
#DACDDB
(218,205,219)
#E0D5E1
(224,213,225)
#E6DDE7
(230,221,231)
#ECE5ED
(236,229,237)
#F2EDF3
(242,237,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA5BD; }

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

This text font color is #BCA5BD.


Background Color

.myBgColor { background-color: #BCA5BD; }

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

This div background color is #BCA5BD.


Border color

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

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

This div border color is #BCA5BD.


Opacity

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

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

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

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

This text has shadow with #BCA5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA5BD on black background.


Color preview on white background

This text has color #BCA5BD on white background.



Black color preview on #BCA5BD background

This text has black color on #BCA5BD background.


White color preview on #BCA5BD background

This text has white color on #BCA5BD background.