COLOR #BCA6AB

HEX: #BCA6AB
RGB: (188,166,171)

Color info

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

RGB color model

#BCA6AB color RGB value is (188,166,171).

  • red value is 188;
  • green value is 166;
  • blue value is 171.
RGB:
(188,166,171)
(74%,65%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 166 of 255 = 65%
B 171 of 255 = 67%

188
166
171

R + G + B ~ 69%. #BCA6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 166 + 171 = 525 (100%)
R 188 of 525 ~ 35.81%
G 166 of 525 ~ 31.62%
B 171 of 525 ~ 32.57%

%35.81
%31.62
%32.57

CMYK color model

#BCA6AB color CMYK value is (0,12,9,26).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(0,12,9,26)
C0M12Y9K26 
(0%,12%,9%,26%)
(0.00/0.12/0.09/0.26)	

CMYK percentages

%0
%11.7
%9.04
%26.27

Codes

Color #BCA6AB in popluar color models

BCA6AB
RGB188166171
HSL346°14.10%69.41%
HSB/HSV346°11.70%73.73%
CMYK0.00%11.70%9.04%
26.27%

Color #BCA6AB in popluar number systems.

HEXBCA6AB
Decimal188166171
Binary101111001010011010101011
Octal274246253

Shades and tints

Shades of #BCA6AB

#BCA6AB
(188,166,171)
#AB979C
(171,151,156)
#9A888D
(154,136,141)
#89797E
(137,121,126)
#786A6F
(120,106,111)
#675B60
(103,91,96)
#564C51
(86,76,81)
#453D42
(69,61,66)
#342E33
(52,46,51)
#231F24
(35,31,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #BCA6AB

#BCA6AB
(188,166,171)
#C2AEB2
(194,174,178)
#C8B6B9
(200,182,185)
#CEBEC0
(206,190,192)
#D4C6C7
(212,198,199)
#DACECE
(218,206,206)
#E0D6D5
(224,214,213)
#E6DEDC
(230,222,220)
#ECE6E3
(236,230,227)
#F2EEEA
(242,238,234)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA6AB color. Also use rgb(188,166,171) instead hex code.

Text Font Color

.myTextColor { color: #BCA6AB; }

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

This text font color is #BCA6AB.


Background Color

.myBgColor { background-color: #BCA6AB; }

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

This div background color is #BCA6AB.


Border color

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

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

This div border color is #BCA6AB.


Opacity

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

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

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

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

This text has shadow with #BCA6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA6AB on black background.


Color preview on white background

This text has color #BCA6AB on white background.



Black color preview on #BCA6AB background

This text has black color on #BCA6AB background.


White color preview on #BCA6AB background

This text has white color on #BCA6AB background.