COLOR #BC91CB

HEX: #BC91CB RGB: (188,145,203)

Color info

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

RGB color model

#BC91CB color RGB value is (188,145,203).

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

RGB channels and saturation

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

188
145
203

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

Portions of RGB colors in percentages

R + G + B = 188 + 145 + 203 = 536 (100%)
R 188 of 536 ~ 35.07%
G 145 of 536 ~ 27.05%
B 203 of 536 ~ 37.87'%

%35.07
%27.05
%37.87

CMYK color model

#BC91CB color CMYK value is (7,29,0,20).

  • cyan value is 7.39%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (7,29,0,20)
C7M29Y0K20 (7%, 29%, 0%, 20%)
(0.07 / 0.29 / 0.00 / 0.20)

CMYK percentages

%7.39
%28.57
%0
%20.39

Codes

Color #BC91CB in popluar color models

BC 91 CB
RGB 188 145 203
HSL 284° 35.80% 68.24%
HSB/HSV 284° 28.57% 79.61%
CMYK 7.39% 28.57% 0.00%
20.39%

Color #BC91CB in popluar number systems.

HEX BC 91 CB
Decimal 188 145 203
Binary 10111100 10010001 11001011
Octal 274 221 313

Shades and tints

Shades of #BC91CB

#BC91CB
(188,145,203)
#AB84B9
(171,132,185)
#9A77A7
(154,119,167)
#896A95
(137,106,149)
#785D83
(120,93,131)
#675071
(103,80,113)
#56435F
(86,67,95)
#45364D
(69,54,77)
#34293B
(52,41,59)
#231C29
(35,28,41)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #BC91CB

#BC91CB
(188,145,203)
#C29BCF
(194,155,207)
#C8A5D3
(200,165,211)
#CEAFD7
(206,175,215)
#D4B9DB
(212,185,219)
#DAC3DF
(218,195,223)
#E0CDE3
(224,205,227)
#E6D7E7
(230,215,231)
#ECE1EB
(236,225,235)
#F2EBEF
(242,235,239)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC91CB; }

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

This text font color is #BC91CB.

Background Color

.myBgColor { background-color: #BC91CB; }

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

This div background color is #BC91CB.

Border color

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

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

This div border color is #BC91CB.

Opacity

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

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

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

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

This text has shadow with #BC91CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC91CB.

Preview

Color preview on black background

This text has color #BC91CB on black background.


Color preview on white background

This text has color #BC91CB on white background.


Black color preview on #BC91CB background

This text has black color on #BC91CB background.


White color preview on #BC91CB background

This text has white color on #BC91CB background.


Related colors

Complementary color

Complementary color for #hex is #436E34.


I love getcolorcode.com

Triadic colors

1 #CBBC91 and #91CBBC with #BC91CB are triadic colors.

2 #CB91BC and #91BCCB with #BC91CB are triadic colors.