COLOR #BC7BAB

HEX: #BC7BAB
RGB: (188,123,171)

Color info

#BC7BAB contains mainly red and blue colors. Web safe color of #BC7BAB is #CC6699 (or #C69).

RGB color model

#BC7BAB color RGB value is (188,123,171).

  • red value is 188;
  • green value is 123;
  • blue value is 171.
RGB:
(188,123,171)
(74%,48%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 171 of 255 = 67%

188
123
171

R + G + B ~ 63%. #BC7BAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 123 + 171 = 482 (100%)
R 188 of 482 ~ 39%
G 123 of 482 ~ 25.52%
B 171 of 482 ~ 35.48%

%39
%25.52
%35.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.57%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(0,35,9,26)
C0M35Y9K26 
(0%,35%,9%,26%)
(0.00/0.35/0.09/0.26)	

CMYK percentages

%0
%34.57
%9.04
%26.27

Codes

Color #BC7BAB in popluar color models

BC7BAB
RGB188123171
HSL316°32.66%60.98%
HSB/HSV316°34.57%73.73%
CMYK0.00%34.57%9.04%
26.27%

Color #BC7BAB in popluar number systems.

HEXBC7BAB
Decimal188123171
Binary10111100111101110101011
Octal274173253

Shades and tints

Shades of #BC7BAB

#BC7BAB
(188,123,171)
#AB709C
(171,112,156)
#9A658D
(154,101,141)
#895A7E
(137,90,126)
#784F6F
(120,79,111)
#674460
(103,68,96)
#563951
(86,57,81)
#452E42
(69,46,66)
#342333
(52,35,51)
#231824
(35,24,36)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #BC7BAB

#BC7BAB
(188,123,171)
#C287B2
(194,135,178)
#C893B9
(200,147,185)
#CE9FC0
(206,159,192)
#D4ABC7
(212,171,199)
#DAB7CE
(218,183,206)
#E0C3D5
(224,195,213)
#E6CFDC
(230,207,220)
#ECDBE3
(236,219,227)
#F2E7EA
(242,231,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7BAB; }

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

This text font color is #BC7BAB.


Background Color

.myBgColor { background-color: #BC7BAB; }

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

This div background color is #BC7BAB.


Border color

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

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

This div border color is #BC7BAB.


Opacity

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

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

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

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

This text has shadow with #BC7BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7BAB on black background.


Color preview on white background

This text has color #BC7BAB on white background.



Black color preview on #BC7BAB background

This text has black color on #BC7BAB background.


White color preview on #BC7BAB background

This text has white color on #BC7BAB background.