COLOR #BC7EAC

HEX: #BC7EAC RGB: (188,126,172)

Color info

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

RGB color model

#BC7EAC color RGB value is (188,126,172).

RGB: (188,126,172) (74%, 49%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 126 of 255 = 49%
B 172 of 255 = 67%

188
126
172

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

Portions of RGB colors in percentages

R + G + B = 188 + 126 + 172 = 486 (100%)
R 188 of 486 ~ 38.68%
G 126 of 486 ~ 25.93%
B 172 of 486 ~ 35.39'%

%38.68
%25.93
%35.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 8.51%
  • key color value is 26.27%
CMYK: (0,33,9,26) C0M33Y9K26 (0%,33%,9%,26%) (0.00/0.33/0.09/0.26) 

CMYK percentages

%0
%32.98
%8.51
%26.27

Codes

Color #BC7EAC in popluar color models

BC 7E AC
RGB 188 126 172
HSL 315° 31.63% 61.57%
HSB/HSV 315° 32.98% 73.73%
CMYK 0.00% 32.98% 8.51%
26.27%

Color #BC7EAC in popluar number systems.

HEX BC 7E AC
Decimal 188 126 172
Binary 10111100 1111110 10101100
Octal 274 176 254

Shades and tints

Shades of #BC7EAC

#BC7EAC
(188,126,172)
#AB739D
(171,115,157)
#9A688E
(154,104,142)
#895D7F
(137,93,127)
#785270
(120,82,112)
#674761
(103,71,97)
#563C52
(86,60,82)
#453143
(69,49,67)
#342634
(52,38,52)
#231B25
(35,27,37)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #BC7EAC

#BC7EAC
(188,126,172)
#C289B3
(194,137,179)
#C894BA
(200,148,186)
#CE9FC1
(206,159,193)
#D4AAC8
(212,170,200)
#DAB5CF
(218,181,207)
#E0C0D6
(224,192,214)
#E6CBDD
(230,203,221)
#ECD6E4
(236,214,228)
#F2E1EB
(242,225,235)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7EAC color. Also use rgb(188,126,172) instead hex code.

Text Font Color

.myTextColor { color: #BC7EAC; }

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

This text font color is #BC7EAC.

Background Color

.myBgColor { background-color: #BC7EAC; }

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

This div background color is #BC7EAC.

Border color

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

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

This div border color is #BC7EAC.

Opacity

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

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

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

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

This text has shadow with #BC7EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7EAC.

Preview

Color preview on black background

This text has color #BC7EAC on black background.


Color preview on white background

This text has color #BC7EAC on white background.


Black color preview on #BC7EAC background

This text has black color on #BC7EAC background.


White color preview on #BC7EAC background

This text has white color on #BC7EAC background.


Related colors

Complementary color

Complementary color for #hex is #438153.


I love getcolorcode.com

Triadic colors

1 #ACBC7E and #7EACBC with #BC7EAC are triadic colors.

2 #AC7EBC and #7EBCAC with #BC7EAC are triadic colors.