COLOR #BC93CE

HEX: #BC93CE RGB: (188,147,206)

Color info

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

RGB color model

#BC93CE color RGB value is (188,147,206).

RGB: (188,147,206) (74%, 58%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 206 of 255 = 81%

188
147
206

R + G + B ~ 71%. #BC93CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 147 + 206 = 541 (100%)
R 188 of 541 ~ 34.75%
G 147 of 541 ~ 27.17%
B 206 of 541 ~ 38.08'%

%34.75
%27.17
%38.08

CMYK color model

#BC93CE color CMYK value is (9,29,0,19).

  • cyan value is 8.74%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (9,29,0,19) C9M29Y0K19 (9%,29%,0%,19%) (0.09/0.29/0.00/0.19) 

CMYK percentages

%8.74
%28.64
%0
%19.22

Codes

Color #BC93CE in popluar color models

BC 93 CE
RGB 188 147 206
HSL 282° 37.58% 69.22%
HSB/HSV 282° 28.64% 80.78%
CMYK 8.74% 28.64% 0.00%
19.22%

Color #BC93CE in popluar number systems.

HEX BC 93 CE
Decimal 188 147 206
Binary 10111100 10010011 11001110
Octal 274 223 316

Shades and tints

Shades of #BC93CE

#BC93CE
(188,147,206)
#AB86BC
(171,134,188)
#9A79AA
(154,121,170)
#896C98
(137,108,152)
#785F86
(120,95,134)
#675274
(103,82,116)
#564562
(86,69,98)
#453850
(69,56,80)
#342B3E
(52,43,62)
#231E2C
(35,30,44)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BC93CE

#BC93CE
(188,147,206)
#C29CD2
(194,156,210)
#C8A5D6
(200,165,214)
#CEAEDA
(206,174,218)
#D4B7DE
(212,183,222)
#DAC0E2
(218,192,226)
#E0C9E6
(224,201,230)
#E6D2EA
(230,210,234)
#ECDBEE
(236,219,238)
#F2E4F2
(242,228,242)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC93CE; }

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

This text font color is #BC93CE.

Background Color

.myBgColor { background-color: #BC93CE; }

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

This div background color is #BC93CE.

Border color

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

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

This div border color is #BC93CE.

Opacity

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

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

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

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

This text has shadow with #BC93CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC93CE.

Preview

Color preview on black background

This text has color #BC93CE on black background.


Color preview on white background

This text has color #BC93CE on white background.


Black color preview on #BC93CE background

This text has black color on #BC93CE background.


White color preview on #BC93CE background

This text has white color on #BC93CE background.


Related colors

Complementary color

Complementary color for #hex is #436C31.


I love getcolorcode.com

Triadic colors

1 #CEBC93 and #93CEBC with #BC93CE are triadic colors.

2 #CE93BC and #93BCCE with #BC93CE are triadic colors.