COLOR #BC8BAB

HEX: #BC8BAB RGB: (188,139,171)

Color info

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

RGB color model

#BC8BAB color RGB value is (188,139,171).

RGB: (188,139,171) (74%, 55%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 171 of 255 = 67%

188
139
171

R + G + B ~ 65%. #BC8BAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 139 + 171 = 498 (100%)
R 188 of 498 ~ 37.75%
G 139 of 498 ~ 27.91%
B 171 of 498 ~ 34.34'%

%37.75
%27.91
%34.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 9.04%
  • key color value is 26.27%

CMYK: (0,26,9,26)
C0M26Y9K26 (0%, 26%, 9%, 26%)
(0.00 / 0.26 / 0.09 / 0.26)

CMYK percentages

%0
%26.06
%9.04
%26.27

Codes

Color #BC8BAB in popluar color models

BC 8B AB
RGB 188 139 171
HSL 321° 26.78% 64.12%
HSB/HSV 321° 26.06% 73.73%
CMYK 0.00% 26.06% 9.04%
26.27%

Color #BC8BAB in popluar number systems.

HEX BC 8B AB
Decimal 188 139 171
Binary 10111100 10001011 10101011
Octal 274 213 253

Shades and tints

Shades of #BC8BAB

#BC8BAB
(188,139,171)
#AB7F9C
(171,127,156)
#9A738D
(154,115,141)
#89677E
(137,103,126)
#785B6F
(120,91,111)
#674F60
(103,79,96)
#564351
(86,67,81)
#453742
(69,55,66)
#342B33
(52,43,51)
#231F24
(35,31,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BC8BAB

#BC8BAB
(188,139,171)
#C295B2
(194,149,178)
#C89FB9
(200,159,185)
#CEA9C0
(206,169,192)
#D4B3C7
(212,179,199)
#DABDCE
(218,189,206)
#E0C7D5
(224,199,213)
#E6D1DC
(230,209,220)
#ECDBE3
(236,219,227)
#F2E5EA
(242,229,234)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8BAB; }

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

This text font color is #BC8BAB.

Background Color

.myBgColor { background-color: #BC8BAB; }

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

This div background color is #BC8BAB.

Border color

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

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

This div border color is #BC8BAB.

Opacity

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

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

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

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

This text has shadow with #BC8BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8BAB.

Preview

Color preview on black background

This text has color #BC8BAB on black background.


Color preview on white background

This text has color #BC8BAB on white background.


Black color preview on #BC8BAB background

This text has black color on #BC8BAB background.


White color preview on #BC8BAB background

This text has white color on #BC8BAB background.


Related colors

Complementary color

Complementary color for #hex is #437454.


I love getcolorcode.com

Triadic colors

1 #ABBC8B and #8BABBC with #BC8BAB are triadic colors.

2 #AB8BBC and #8BBCAB with #BC8BAB are triadic colors.