COLOR #BC91BA

HEX: #BC91BA RGB: (188,145,186)

Color info

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

RGB color model

#BC91BA color RGB value is (188,145,186).

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

RGB channels and saturation

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

188
145
186

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

Portions of RGB colors in percentages

R + G + B = 188 + 145 + 186 = 519 (100%)
R 188 of 519 ~ 36.22%
G 145 of 519 ~ 27.94%
B 186 of 519 ~ 35.84'%

%36.22
%27.94
%35.84

CMYK color model

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

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

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

CMYK percentages

%0
%22.87
%1.06
%26.27

Codes

Color #BC91BA in popluar color models

BC 91 BA
RGB 188 145 186
HSL 303° 24.29% 65.29%
HSB/HSV 303° 22.87% 73.73%
CMYK 0.00% 22.87% 1.06%
26.27%

Color #BC91BA in popluar number systems.

HEX BC 91 BA
Decimal 188 145 186
Binary 10111100 10010001 10111010
Octal 274 221 272

Shades and tints

Shades of #BC91BA

#BC91BA
(188,145,186)
#AB84AA
(171,132,170)
#9A779A
(154,119,154)
#896A8A
(137,106,138)
#785D7A
(120,93,122)
#67506A
(103,80,106)
#56435A
(86,67,90)
#45364A
(69,54,74)
#34293A
(52,41,58)
#231C2A
(35,28,42)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #BC91BA

#BC91BA
(188,145,186)
#C29BC0
(194,155,192)
#C8A5C6
(200,165,198)
#CEAFCC
(206,175,204)
#D4B9D2
(212,185,210)
#DAC3D8
(218,195,216)
#E0CDDE
(224,205,222)
#E6D7E4
(230,215,228)
#ECE1EA
(236,225,234)
#F2EBF0
(242,235,240)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC91BA; }

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

This text font color is #BC91BA.

Background Color

.myBgColor { background-color: #BC91BA; }

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

This div background color is #BC91BA.

Border color

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

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

This div border color is #BC91BA.

Opacity

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

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

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

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

This text has shadow with #BC91BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC91BA.

Preview

Color preview on black background

This text has color #BC91BA on black background.


Color preview on white background

This text has color #BC91BA on white background.


Black color preview on #BC91BA background

This text has black color on #BC91BA background.


White color preview on #BC91BA background

This text has white color on #BC91BA background.


Related colors

Complementary color

Complementary color for #hex is #436E45.


I love getcolorcode.com

Triadic colors

1 #BABC91 and #91BABC with #BC91BA are triadic colors.

2 #BA91BC and #91BCBA with #BC91BA are triadic colors.