COLOR #BCA6AF

HEX: #BCA6AF RGB: (188,166,175)

Color info

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

RGB color model

#BCA6AF color RGB value is (188,166,175).

RGB: (188,166,175) (74%, 65%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 166 of 255 = 65%
B 175 of 255 = 69%

188
166
175

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

Portions of RGB colors in percentages

R + G + B = 188 + 166 + 175 = 529 (100%)
R 188 of 529 ~ 35.54%
G 166 of 529 ~ 31.38%
B 175 of 529 ~ 33.08'%

%35.54
%31.38
%33.08

CMYK color model

#BCA6AF color CMYK value is (0,12,7,26).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK: (0,12,7,26) C0M12Y7K26 (0%,12%,7%,26%) (0.00/0.12/0.07/0.26) 

CMYK percentages

%0
%11.7
%6.91
%26.27

Codes

Color #BCA6AF in popluar color models

BC A6 AF
RGB 188 166 175
HSL 335° 14.10% 69.41%
HSB/HSV 335° 11.70% 73.73%
CMYK 0.00% 11.70% 6.91%
26.27%

Color #BCA6AF in popluar number systems.

HEX BC A6 AF
Decimal 188 166 175
Binary 10111100 10100110 10101111
Octal 274 246 257

Shades and tints

Shades of #BCA6AF

#BCA6AF
(188,166,175)
#AB97A0
(171,151,160)
#9A8891
(154,136,145)
#897982
(137,121,130)
#786A73
(120,106,115)
#675B64
(103,91,100)
#564C55
(86,76,85)
#453D46
(69,61,70)
#342E37
(52,46,55)
#231F28
(35,31,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #BCA6AF

#BCA6AF
(188,166,175)
#C2AEB6
(194,174,182)
#C8B6BD
(200,182,189)
#CEBEC4
(206,190,196)
#D4C6CB
(212,198,203)
#DACED2
(218,206,210)
#E0D6D9
(224,214,217)
#E6DEE0
(230,222,224)
#ECE6E7
(236,230,231)
#F2EEEE
(242,238,238)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA6AF; }

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

This text font color is #BCA6AF.

Background Color

.myBgColor { background-color: #BCA6AF; }

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

This div background color is #BCA6AF.

Border color

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

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

This div border color is #BCA6AF.

Opacity

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

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

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

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

This text has shadow with #BCA6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA6AF.

Preview

Color preview on black background

This text has color #BCA6AF on black background.


Color preview on white background

This text has color #BCA6AF on white background.


Black color preview on #BCA6AF background

This text has black color on #BCA6AF background.


White color preview on #BCA6AF background

This text has white color on #BCA6AF background.


Related colors

Complementary color

Complementary color for #hex is #435950.


I love getcolorcode.com

Triadic colors

1 #AFBCA6 and #A6AFBC with #BCA6AF are triadic colors.

2 #AFA6BC and #A6BCAF with #BCA6AF are triadic colors.