COLOR #BC91CD

HEX: #BC91CD RGB: (188,145,205)

Color info

#BC91CD contains mainly red and blue colors. Web safe color of #BC91CD is #CC99CC (or #C9C).

RGB color model

#BC91CD color RGB value is (188,145,205).

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

RGB channels and saturation

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

188
145
205

R + G + B ~ 70%. #BC91CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 145 + 205 = 538 (100%)
R 188 of 538 ~ 34.94%
G 145 of 538 ~ 26.95%
B 205 of 538 ~ 38.1'%

%34.94
%26.95
%38.1

CMYK color model

#BC91CD color CMYK value is (8,29,0,20).

  • cyan value is 8.29%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (8,29,0,20)
C8M29Y0K20 (8%, 29%, 0%, 20%)
(0.08 / 0.29 / 0.00 / 0.20)

CMYK percentages

%8.29
%29.27
%0
%19.61

Codes

Color #BC91CD in popluar color models

BC 91 CD
RGB 188 145 205
HSL 283° 37.50% 68.63%
HSB/HSV 283° 29.27% 80.39%
CMYK 8.29% 29.27% 0.00%
19.61%

Color #BC91CD in popluar number systems.

HEX BC 91 CD
Decimal 188 145 205
Binary 10111100 10010001 11001101
Octal 274 221 315

Shades and tints

Shades of #BC91CD

#BC91CD
(188,145,205)
#AB84BB
(171,132,187)
#9A77A9
(154,119,169)
#896A97
(137,106,151)
#785D85
(120,93,133)
#675073
(103,80,115)
#564361
(86,67,97)
#45364F
(69,54,79)
#34293D
(52,41,61)
#231C2B
(35,28,43)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #BC91CD

#BC91CD
(188,145,205)
#C29BD1
(194,155,209)
#C8A5D5
(200,165,213)
#CEAFD9
(206,175,217)
#D4B9DD
(212,185,221)
#DAC3E1
(218,195,225)
#E0CDE5
(224,205,229)
#E6D7E9
(230,215,233)
#ECE1ED
(236,225,237)
#F2EBF1
(242,235,241)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC91CD; }

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

This text font color is #BC91CD.

Background Color

.myBgColor { background-color: #BC91CD; }

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

This div background color is #BC91CD.

Border color

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

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

This div border color is #BC91CD.

Opacity

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

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

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

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

This text has shadow with #BC91CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC91CD.

Preview

Color preview on black background

This text has color #BC91CD on black background.


Color preview on white background

This text has color #BC91CD on white background.


Black color preview on #BC91CD background

This text has black color on #BC91CD background.


White color preview on #BC91CD background

This text has white color on #BC91CD background.


Related colors

Complementary color

Complementary color for #hex is #436E32.


I love getcolorcode.com

Triadic colors

1 #CDBC91 and #91CDBC with #BC91CD are triadic colors.

2 #CD91BC and #91BCCD with #BC91CD are triadic colors.