COLOR #BC91BC

HEX: #BC91BC RGB: (188,145,188)

Color info

#BC91BC contains red, green and blue colors in about the same proportion. Web safe color of #BC91BC is #CC99CC (or #C9C).

RGB color model

#BC91BC color RGB value is (188,145,188).

RGB: (188,145,188) (74%, 57%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 188 of 255 = 74%

188
145
188

R + G + B ~ 68%. #BC91BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 145 + 188 = 521 (100%)
R 188 of 521 ~ 36.08%
G 145 of 521 ~ 27.83%
B 188 of 521 ~ 36.08'%

%36.08
%27.83
%36.08

CMYK color model

#BC91BC color CMYK value is (0,23,0,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (0,23,0,26)
C0M23Y0K26 (0%, 23%, 0%, 26%)
(0.00 / 0.23 / 0.00 / 0.26)

CMYK percentages

%0
%22.87
%0
%26.27

Codes

Color #BC91BC in popluar color models

BC 91 BC
RGB 188 145 188
HSL 300° 24.29% 65.29%
HSB/HSV 300° 22.87% 73.73%
CMYK 0.00% 22.87% 0.00%
26.27%

Color #BC91BC in popluar number systems.

HEX BC 91 BC
Decimal 188 145 188
Binary 10111100 10010001 10111100
Octal 274 221 274

Shades and tints

Shades of #BC91BC

#BC91BC
(188,145,188)
#AB84AB
(171,132,171)
#9A779A
(154,119,154)
#896A89
(137,106,137)
#785D78
(120,93,120)
#675067
(103,80,103)
#564356
(86,67,86)
#453645
(69,54,69)
#342934
(52,41,52)
#231C23
(35,28,35)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #BC91BC

#BC91BC
(188,145,188)
#C29BC2
(194,155,194)
#C8A5C8
(200,165,200)
#CEAFCE
(206,175,206)
#D4B9D4
(212,185,212)
#DAC3DA
(218,195,218)
#E0CDE0
(224,205,224)
#E6D7E6
(230,215,230)
#ECE1EC
(236,225,236)
#F2EBF2
(242,235,242)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC91BC; }

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

This text font color is #BC91BC.

Background Color

.myBgColor { background-color: #BC91BC; }

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

This div background color is #BC91BC.

Border color

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

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

This div border color is #BC91BC.

Opacity

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

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

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

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

This text has shadow with #BC91BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC91BC.

Preview

Color preview on black background

This text has color #BC91BC on black background.


Color preview on white background

This text has color #BC91BC on white background.


Black color preview on #BC91BC background

This text has black color on #BC91BC background.


White color preview on #BC91BC background

This text has white color on #BC91BC background.


Related colors

Complementary color

Complementary color for #hex is #436E43.


I love getcolorcode.com

Triadic colors

1 #BCBC91 and #91BCBC with #BC91BC are triadic colors.

2 #BC91BC and #91BCBC with #BC91BC are triadic colors.