COLOR #BC91BD

HEX: #BC91BD RGB: (188,145,189)

Color info

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

RGB color model

#BC91BD color RGB value is (188,145,189).

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

RGB channels and saturation

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

188
145
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 145 + 189 = 522 (100%)
R 188 of 522 ~ 36.02%
G 145 of 522 ~ 27.78%
B 189 of 522 ~ 36.21'%

%36.02
%27.78
%36.21

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (1,23,0,26)
C1M23Y0K26 (1%, 23%, 0%, 26%)
(0.01 / 0.23 / 0.00 / 0.26)

CMYK percentages

%0.53
%23.28
%0
%25.88

Codes

Color #BC91BD in popluar color models

BC 91 BD
RGB 188 145 189
HSL 299° 25.00% 65.49%
HSB/HSV 299° 23.28% 74.12%
CMYK 0.53% 23.28% 0.00%
25.88%

Color #BC91BD in popluar number systems.

HEX BC 91 BD
Decimal 188 145 189
Binary 10111100 10010001 10111101
Octal 274 221 275

Shades and tints

Shades of #BC91BD

#BC91BD
(188,145,189)
#AB84AC
(171,132,172)
#9A779B
(154,119,155)
#896A8A
(137,106,138)
#785D79
(120,93,121)
#675068
(103,80,104)
#564357
(86,67,87)
#453646
(69,54,70)
#342935
(52,41,53)
#231C24
(35,28,36)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BC91BD

#BC91BD
(188,145,189)
#C29BC3
(194,155,195)
#C8A5C9
(200,165,201)
#CEAFCF
(206,175,207)
#D4B9D5
(212,185,213)
#DAC3DB
(218,195,219)
#E0CDE1
(224,205,225)
#E6D7E7
(230,215,231)
#ECE1ED
(236,225,237)
#F2EBF3
(242,235,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC91BD; }

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

This text font color is #BC91BD.

Background Color

.myBgColor { background-color: #BC91BD; }

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

This div background color is #BC91BD.

Border color

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

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

This div border color is #BC91BD.

Opacity

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

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

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

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

This text has shadow with #BC91BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC91BD.

Preview

Color preview on black background

This text has color #BC91BD on black background.


Color preview on white background

This text has color #BC91BD on white background.


Black color preview on #BC91BD background

This text has black color on #BC91BD background.


White color preview on #BC91BD background

This text has white color on #BC91BD background.


Related colors

Complementary color

Complementary color for #hex is #436E42.


I love getcolorcode.com

Triadic colors

1 #BDBC91 and #91BDBC with #BC91BD are triadic colors.

2 #BD91BC and #91BCBD with #BC91BD are triadic colors.