COLOR #BC7BA5

HEX: #BC7BA5 RGB: (188,123,165)

Color info

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

RGB color model

#BC7BA5 color RGB value is (188,123,165).

RGB: (188,123,165) (74%, 48%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 165 of 255 = 65%

188
123
165

R + G + B ~ 62%. #BC7BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 123 + 165 = 476 (100%)
R 188 of 476 ~ 39.5%
G 123 of 476 ~ 25.84%
B 165 of 476 ~ 34.66'%

%39.5
%25.84
%34.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.57%
  • yellow value is 12.23%
  • key color value is 26.27%

CMYK: (0,35,12,26)
C0M35Y12K26 (0%, 35%, 12%, 26%)
(0.00 / 0.35 / 0.12 / 0.26)

CMYK percentages

%0
%34.57
%12.23
%26.27

Codes

Color #BC7BA5 in popluar color models

BC 7B A5
RGB 188 123 165
HSL 321° 32.66% 60.98%
HSB/HSV 321° 34.57% 73.73%
CMYK 0.00% 34.57% 12.23%
26.27%

Color #BC7BA5 in popluar number systems.

HEX BC 7B A5
Decimal 188 123 165
Binary 10111100 1111011 10100101
Octal 274 173 245

Shades and tints

Shades of #BC7BA5

#BC7BA5
(188,123,165)
#AB7096
(171,112,150)
#9A6587
(154,101,135)
#895A78
(137,90,120)
#784F69
(120,79,105)
#67445A
(103,68,90)
#56394B
(86,57,75)
#452E3C
(69,46,60)
#34232D
(52,35,45)
#23181E
(35,24,30)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #BC7BA5

#BC7BA5
(188,123,165)
#C287AD
(194,135,173)
#C893B5
(200,147,181)
#CE9FBD
(206,159,189)
#D4ABC5
(212,171,197)
#DAB7CD
(218,183,205)
#E0C3D5
(224,195,213)
#E6CFDD
(230,207,221)
#ECDBE5
(236,219,229)
#F2E7ED
(242,231,237)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7BA5; }

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

This text font color is #BC7BA5.

Background Color

.myBgColor { background-color: #BC7BA5; }

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

This div background color is #BC7BA5.

Border color

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

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

This div border color is #BC7BA5.

Opacity

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

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

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

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

This text has shadow with #BC7BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7BA5.

Preview

Color preview on black background

This text has color #BC7BA5 on black background.


Color preview on white background

This text has color #BC7BA5 on white background.


Black color preview on #BC7BA5 background

This text has black color on #BC7BA5 background.


White color preview on #BC7BA5 background

This text has white color on #BC7BA5 background.


Related colors

Complementary color

Complementary color for #hex is #43845A.


I love getcolorcode.com

Triadic colors

1 #A5BC7B and #7BA5BC with #BC7BA5 are triadic colors.

2 #A57BBC and #7BBCA5 with #BC7BA5 are triadic colors.