COLOR #BCA9BF

HEX: #BCA9BF
RGB: (188,169,191)

Color info

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

RGB color model

#BCA9BF color RGB value is (188,169,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 191 of 255 = 75%

188
169
191

R + G + B ~ 72%. #BCA9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 191 = 548 (100%)
R 188 of 548 ~ 34.31%
G 169 of 548 ~ 30.84%
B 191 of 548 ~ 34.85%

%34.31
%30.84
%34.85

CMYK color model

#BCA9BF color CMYK value is (2,12,0,25).

  • cyan value is 1.57%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,12,0,25)
C2M12Y0K25 
(2%,12%,0%,25%)
(0.02/0.12/0.00/0.25)	

CMYK percentages

%1.57
%11.52
%0
%25.1

Codes

Color #BCA9BF in popluar color models

BCA9BF
RGB188169191
HSL292°14.67%70.59%
HSB/HSV292°11.52%74.90%
CMYK1.57%11.52%0.00%
25.10%

Color #BCA9BF in popluar number systems.

HEXBCA9BF
Decimal188169191
Binary101111001010100110111111
Octal274251277

Shades and tints

Shades of #BCA9BF

#BCA9BF
(188,169,191)
#AB9AAE
(171,154,174)
#9A8B9D
(154,139,157)
#897C8C
(137,124,140)
#786D7B
(120,109,123)
#675E6A
(103,94,106)
#564F59
(86,79,89)
#454048
(69,64,72)
#343137
(52,49,55)
#232226
(35,34,38)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BCA9BF

#BCA9BF
(188,169,191)
#C2B0C4
(194,176,196)
#C8B7C9
(200,183,201)
#CEBECE
(206,190,206)
#D4C5D3
(212,197,211)
#DACCD8
(218,204,216)
#E0D3DD
(224,211,221)
#E6DAE2
(230,218,226)
#ECE1E7
(236,225,231)
#F2E8EC
(242,232,236)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9BF; }

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

This text font color is #BCA9BF.


Background Color

.myBgColor { background-color: #BCA9BF; }

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

This div background color is #BCA9BF.


Border color

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

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

This div border color is #BCA9BF.


Opacity

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

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

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

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

This text has shadow with #BCA9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9BF on black background.


Color preview on white background

This text has color #BCA9BF on white background.



Black color preview on #BCA9BF background

This text has black color on #BCA9BF background.


White color preview on #BCA9BF background

This text has white color on #BCA9BF background.