COLOR #BCA5BF

HEX: #BCA5BF
RGB: (188,165,191)

Color info

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

RGB color model

#BCA5BF color RGB value is (188,165,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 191 of 255 = 75%

188
165
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 165 + 191 = 544 (100%)
R 188 of 544 ~ 34.56%
G 165 of 544 ~ 30.33%
B 191 of 544 ~ 35.11%

%34.56
%30.33
%35.11

CMYK color model

#BCA5BF color CMYK value is (2,14,0,25).

  • cyan value is 1.57%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,14,0,25)
C2M14Y0K25 
(2%,14%,0%,25%)
(0.02/0.14/0.00/0.25)	

CMYK percentages

%1.57
%13.61
%0
%25.1

Codes

Color #BCA5BF in popluar color models

BCA5BF
RGB188165191
HSL293°16.88%69.80%
HSB/HSV293°13.61%74.90%
CMYK1.57%13.61%0.00%
25.10%

Color #BCA5BF in popluar number systems.

HEXBCA5BF
Decimal188165191
Binary101111001010010110111111
Octal274245277

Shades and tints

Shades of #BCA5BF

#BCA5BF
(188,165,191)
#AB96AE
(171,150,174)
#9A879D
(154,135,157)
#89788C
(137,120,140)
#78697B
(120,105,123)
#675A6A
(103,90,106)
#564B59
(86,75,89)
#453C48
(69,60,72)
#342D37
(52,45,55)
#231E26
(35,30,38)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #BCA5BF

#BCA5BF
(188,165,191)
#C2ADC4
(194,173,196)
#C8B5C9
(200,181,201)
#CEBDCE
(206,189,206)
#D4C5D3
(212,197,211)
#DACDD8
(218,205,216)
#E0D5DD
(224,213,221)
#E6DDE2
(230,221,226)
#ECE5E7
(236,229,231)
#F2EDEC
(242,237,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA5BF; }

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

This text font color is #BCA5BF.


Background Color

.myBgColor { background-color: #BCA5BF; }

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

This div background color is #BCA5BF.


Border color

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

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

This div border color is #BCA5BF.


Opacity

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

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

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

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

This text has shadow with #BCA5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA5BF on black background.


Color preview on white background

This text has color #BCA5BF on white background.



Black color preview on #BCA5BF background

This text has black color on #BCA5BF background.


White color preview on #BCA5BF background

This text has white color on #BCA5BF background.