COLOR #BCA5AB

HEX: #BCA5AB RGB: (188,165,171)

Color info

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

RGB color model

#BCA5AB color RGB value is (188,165,171).

RGB: (188,165,171) (74%, 65%, 67%)

RGB channels and saturation

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

188
165
171

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

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 171 = 524 (100%)
R 188 of 524 ~ 35.88%
G 165 of 524 ~ 31.49%
B 171 of 524 ~ 32.63'%

%35.88
%31.49
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.23%
  • 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
%12.23
%9.04
%26.27

Codes

Color #BCA5AB in popluar color models

BC A5 AB
RGB 188 165 171
HSL 344° 14.65% 69.22%
HSB/HSV 344° 12.23% 73.73%
CMYK 0.00% 12.23% 9.04%
26.27%

Color #BCA5AB in popluar number systems.

HEX BC A5 AB
Decimal 188 165 171
Binary 10111100 10100101 10101011
Octal 274 245 253

Shades and tints

Shades of #BCA5AB

#BCA5AB
(188,165,171)
#AB969C
(171,150,156)
#9A878D
(154,135,141)
#89787E
(137,120,126)
#78696F
(120,105,111)
#675A60
(103,90,96)
#564B51
(86,75,81)
#453C42
(69,60,66)
#342D33
(52,45,51)
#231E24
(35,30,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #BCA5AB

#BCA5AB
(188,165,171)
#C2ADB2
(194,173,178)
#C8B5B9
(200,181,185)
#CEBDC0
(206,189,192)
#D4C5C7
(212,197,199)
#DACDCE
(218,205,206)
#E0D5D5
(224,213,213)
#E6DDDC
(230,221,220)
#ECE5E3
(236,229,227)
#F2EDEA
(242,237,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA5AB; }

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

This text font color is #BCA5AB.

Background Color

.myBgColor { background-color: #BCA5AB; }

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

This div background color is #BCA5AB.

Border color

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

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

This div border color is #BCA5AB.

Opacity

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

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

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

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

This text has shadow with #BCA5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA5AB.

Preview

Color preview on black background

This text has color #BCA5AB on black background.


Color preview on white background

This text has color #BCA5AB on white background.


Black color preview on #BCA5AB background

This text has black color on #BCA5AB background.


White color preview on #BCA5AB background

This text has white color on #BCA5AB background.


Related colors

Complementary color

Complementary color for #hex is #435A54.


I love getcolorcode.com

Triadic colors

1 #ABBCA5 and #A5ABBC with #BCA5AB are triadic colors.

2 #ABA5BC and #A5BCAB with #BCA5AB are triadic colors.