COLOR #BCA5A6

HEX: #BCA5A6 RGB: (188,165,166)

Color info

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

RGB color model

#BCA5A6 color RGB value is (188,165,166).

RGB: (188,165,166) (74%, 65%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 166 of 255 = 65%

188
165
166

R + G + B ~ 68%. #BCA5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 166 = 519 (100%)
R 188 of 519 ~ 36.22%
G 165 of 519 ~ 31.79%
B 166 of 519 ~ 31.98'%

%36.22
%31.79
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK: (0,12,12,26) C0M12Y12K26 (0%,12%,12%,26%) (0.00/0.12/0.12/0.26) 

CMYK percentages

%0
%12.23
%11.7
%26.27

Codes

Color #BCA5A6 in popluar color models

BC A5 A6
RGB 188 165 166
HSL 357° 14.65% 69.22%
HSB/HSV 357° 12.23% 73.73%
CMYK 0.00% 12.23% 11.70%
26.27%

Color #BCA5A6 in popluar number systems.

HEX BC A5 A6
Decimal 188 165 166
Binary 10111100 10100101 10100110
Octal 274 245 246

Shades and tints

Shades of #BCA5A6

#BCA5A6
(188,165,166)
#AB9697
(171,150,151)
#9A8788
(154,135,136)
#897879
(137,120,121)
#78696A
(120,105,106)
#675A5B
(103,90,91)
#564B4C
(86,75,76)
#453C3D
(69,60,61)
#342D2E
(52,45,46)
#231E1F
(35,30,31)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #BCA5A6

#BCA5A6
(188,165,166)
#C2ADAE
(194,173,174)
#C8B5B6
(200,181,182)
#CEBDBE
(206,189,190)
#D4C5C6
(212,197,198)
#DACDCE
(218,205,206)
#E0D5D6
(224,213,214)
#E6DDDE
(230,221,222)
#ECE5E6
(236,229,230)
#F2EDEE
(242,237,238)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA5A6; }

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

This text font color is #BCA5A6.

Background Color

.myBgColor { background-color: #BCA5A6; }

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

This div background color is #BCA5A6.

Border color

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

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

This div border color is #BCA5A6.

Opacity

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

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

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

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

This text has shadow with #BCA5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA5A6.

Preview

Color preview on black background

This text has color #BCA5A6 on black background.


Color preview on white background

This text has color #BCA5A6 on white background.


Black color preview on #BCA5A6 background

This text has black color on #BCA5A6 background.


White color preview on #BCA5A6 background

This text has white color on #BCA5A6 background.


Related colors

Complementary color

Complementary color for #hex is #435A59.


I love getcolorcode.com

Triadic colors

1 #A6BCA5 and #A5A6BC with #BCA5A6 are triadic colors.

2 #A6A5BC and #A5BCA6 with #BCA5A6 are triadic colors.