COLOR #BCA7A9

HEX: #BCA7A9 RGB: (188,167,169)

Color info

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

RGB color model

#BCA7A9 color RGB value is (188,167,169).

RGB: (188,167,169) (74%, 65%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 169 of 255 = 66%

188
167
169

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 169 = 524 (100%)
R 188 of 524 ~ 35.88%
G 167 of 524 ~ 31.87%
B 169 of 524 ~ 32.25'%

%35.88
%31.87
%32.25

CMYK color model

#BCA7A9 color CMYK value is (0,11,10,26).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 10.11%
  • key color value is 26.27%

CMYK: (0,11,10,26)
C0M11Y10K26 (0%, 11%, 10%, 26%)
(0.00 / 0.11 / 0.10 / 0.26)

CMYK percentages

%0
%11.17
%10.11
%26.27

Codes

Color #BCA7A9 in popluar color models

BC A7 A9
RGB 188 167 169
HSL 354° 13.55% 69.61%
HSB/HSV 354° 11.17% 73.73%
CMYK 0.00% 11.17% 10.11%
26.27%

Color #BCA7A9 in popluar number systems.

HEX BC A7 A9
Decimal 188 167 169
Binary 10111100 10100111 10101001
Octal 274 247 251

Shades and tints

Shades of #BCA7A9

#BCA7A9
(188,167,169)
#AB989A
(171,152,154)
#9A898B
(154,137,139)
#897A7C
(137,122,124)
#786B6D
(120,107,109)
#675C5E
(103,92,94)
#564D4F
(86,77,79)
#453E40
(69,62,64)
#342F31
(52,47,49)
#232022
(35,32,34)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #BCA7A9

#BCA7A9
(188,167,169)
#C2AFB0
(194,175,176)
#C8B7B7
(200,183,183)
#CEBFBE
(206,191,190)
#D4C7C5
(212,199,197)
#DACFCC
(218,207,204)
#E0D7D3
(224,215,211)
#E6DFDA
(230,223,218)
#ECE7E1
(236,231,225)
#F2EFE8
(242,239,232)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7A9; }

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

This text font color is #BCA7A9.

Background Color

.myBgColor { background-color: #BCA7A9; }

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

This div background color is #BCA7A9.

Border color

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

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

This div border color is #BCA7A9.

Opacity

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

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

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

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

This text has shadow with #BCA7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7A9.

Preview

Color preview on black background

This text has color #BCA7A9 on black background.


Color preview on white background

This text has color #BCA7A9 on white background.


Black color preview on #BCA7A9 background

This text has black color on #BCA7A9 background.


White color preview on #BCA7A9 background

This text has white color on #BCA7A9 background.


Related colors

Complementary color

Complementary color for #hex is #435856.


I love getcolorcode.com

Triadic colors

1 #A9BCA7 and #A7A9BC with #BCA7A9 are triadic colors.

2 #A9A7BC and #A7BCA9 with #BCA7A9 are triadic colors.