COLOR #BCA2AF

HEX: #BCA2AF
RGB: (188,162,175)

Color info

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

RGB color model

#BCA2AF color RGB value is (188,162,175).

  • red value is 188;
  • green value is 162;
  • blue value is 175.
RGB:
(188,162,175)
(74%,64%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 175 of 255 = 69%

188
162
175

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

Portions of RGB colors in percentages

R + G + B =
188 + 162 + 175 = 525 (100%)
R 188 of 525 ~ 35.81%
G 162 of 525 ~ 30.86%
B 175 of 525 ~ 33.33%

%35.81
%30.86
%33.33

CMYK color model

#BCA2AF color CMYK value is (0,14,7,26).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,14,7,26)
C0M14Y7K26 
(0%,14%,7%,26%)
(0.00/0.14/0.07/0.26)	

CMYK percentages

%0
%13.83
%6.91
%26.27

Codes

Color #BCA2AF in popluar color models

BCA2AF
RGB188162175
HSL330°16.25%68.63%
HSB/HSV330°13.83%73.73%
CMYK0.00%13.83%6.91%
26.27%

Color #BCA2AF in popluar number systems.

HEXBCA2AF
Decimal188162175
Binary101111001010001010101111
Octal274242257

Shades and tints

Shades of #BCA2AF

#BCA2AF
(188,162,175)
#AB94A0
(171,148,160)
#9A8691
(154,134,145)
#897882
(137,120,130)
#786A73
(120,106,115)
#675C64
(103,92,100)
#564E55
(86,78,85)
#454046
(69,64,70)
#343237
(52,50,55)
#232428
(35,36,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #BCA2AF

#BCA2AF
(188,162,175)
#C2AAB6
(194,170,182)
#C8B2BD
(200,178,189)
#CEBAC4
(206,186,196)
#D4C2CB
(212,194,203)
#DACAD2
(218,202,210)
#E0D2D9
(224,210,217)
#E6DAE0
(230,218,224)
#ECE2E7
(236,226,231)
#F2EAEE
(242,234,238)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA2AF color. Also use rgb(188,162,175) instead hex code.

Text Font Color

.myTextColor { color: #BCA2AF; }

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

This text font color is #BCA2AF.


Background Color

.myBgColor { background-color: #BCA2AF; }

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

This div background color is #BCA2AF.


Border color

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

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

This div border color is #BCA2AF.


Opacity

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

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

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

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

This text has shadow with #BCA2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA2AF on black background.


Color preview on white background

This text has color #BCA2AF on white background.



Black color preview on #BCA2AF background

This text has black color on #BCA2AF background.


White color preview on #BCA2AF background

This text has white color on #BCA2AF background.