COLOR #BCA9B0

HEX: #BCA9B0
RGB: (188,169,176)

Color info

#BCA9B0 contains red, green and blue colors in about the same proportion. Web safe color of #BCA9B0 is #CC9999 (or #C99).

RGB color model

#BCA9B0 color RGB value is (188,169,176).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 176 of 255 = 69%

188
169
176

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 176 = 533 (100%)
R 188 of 533 ~ 35.27%
G 169 of 533 ~ 31.71%
B 176 of 533 ~ 33.02%

%35.27
%31.71
%33.02

CMYK color model

#BCA9B0 color CMYK value is (0,10,6,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(0,10,6,26)
C0M10Y6K26 
(0%,10%,6%,26%)
(0.00/0.10/0.06/0.26)	

CMYK percentages

%0
%10.11
%6.38
%26.27

Codes

Color #BCA9B0 in popluar color models

BCA9B0
RGB188169176
HSL338°12.42%70.00%
HSB/HSV338°10.11%73.73%
CMYK0.00%10.11%6.38%
26.27%

Color #BCA9B0 in popluar number systems.

HEXBCA9B0
Decimal188169176
Binary101111001010100110110000
Octal274251260

Shades and tints

Shades of #BCA9B0

#BCA9B0
(188,169,176)
#AB9AA0
(171,154,160)
#9A8B90
(154,139,144)
#897C80
(137,124,128)
#786D70
(120,109,112)
#675E60
(103,94,96)
#564F50
(86,79,80)
#454040
(69,64,64)
#343130
(52,49,48)
#232220
(35,34,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BCA9B0

#BCA9B0
(188,169,176)
#C2B0B7
(194,176,183)
#C8B7BE
(200,183,190)
#CEBEC5
(206,190,197)
#D4C5CC
(212,197,204)
#DACCD3
(218,204,211)
#E0D3DA
(224,211,218)
#E6DAE1
(230,218,225)
#ECE1E8
(236,225,232)
#F2E8EF
(242,232,239)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9B0; }

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

This text font color is #BCA9B0.


Background Color

.myBgColor { background-color: #BCA9B0; }

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

This div background color is #BCA9B0.


Border color

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

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

This div border color is #BCA9B0.


Opacity

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

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

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

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

This text has shadow with #BCA9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9B0 on black background.


Color preview on white background

This text has color #BCA9B0 on white background.



Black color preview on #BCA9B0 background

This text has black color on #BCA9B0 background.


White color preview on #BCA9B0 background

This text has white color on #BCA9B0 background.