COLOR #BC85C9

HEX: #BC85C9
RGB: (188,133,201)

Color info

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

RGB color model

#BC85C9 color RGB value is (188,133,201).

  • red value is 188;
  • green value is 133;
  • blue value is 201.
RGB:
(188,133,201)
(74%,52%,79%)

RGB channels and saturation

R 188 of 255 = 74%
G 133 of 255 = 52%
B 201 of 255 = 79%

188
133
201

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

Portions of RGB colors in percentages

R + G + B =
188 + 133 + 201 = 522 (100%)
R 188 of 522 ~ 36.02%
G 133 of 522 ~ 25.48%
B 201 of 522 ~ 38.51%

%36.02
%25.48
%38.51

CMYK color model

#BC85C9 color CMYK value is (6,34,0,21).

  • cyan value is 6.47%
  • magenta value is 33.83%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,34,0,21)
C6M34Y0K21 
(6%,34%,0%,21%)
(0.06/0.34/0.00/0.21)	

CMYK percentages

%6.47
%33.83
%0
%21.18

Codes

Color #BC85C9 in popluar color models

BC85C9
RGB188133201
HSL289°38.64%65.49%
HSB/HSV289°33.83%78.82%
CMYK6.47%33.83%0.00%
21.18%

Color #BC85C9 in popluar number systems.

HEXBC85C9
Decimal188133201
Binary101111001000010111001001
Octal274205311

Shades and tints

Shades of #BC85C9

#BC85C9
(188,133,201)
#AB79B7
(171,121,183)
#9A6DA5
(154,109,165)
#896193
(137,97,147)
#785581
(120,85,129)
#67496F
(103,73,111)
#563D5D
(86,61,93)
#45314B
(69,49,75)
#342539
(52,37,57)
#231927
(35,25,39)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #BC85C9

#BC85C9
(188,133,201)
#C290CD
(194,144,205)
#C89BD1
(200,155,209)
#CEA6D5
(206,166,213)
#D4B1D9
(212,177,217)
#DABCDD
(218,188,221)
#E0C7E1
(224,199,225)
#E6D2E5
(230,210,229)
#ECDDE9
(236,221,233)
#F2E8ED
(242,232,237)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC85C9 color. Also use rgb(188,133,201) instead hex code.

Text Font Color

.myTextColor { color: #BC85C9; }

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

This text font color is #BC85C9.


Background Color

.myBgColor { background-color: #BC85C9; }

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

This div background color is #BC85C9.


Border color

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

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

This div border color is #BC85C9.


Opacity

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

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

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

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

This text has shadow with #BC85C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC85C9 on black background.


Color preview on white background

This text has color #BC85C9 on white background.



Black color preview on #BC85C9 background

This text has black color on #BC85C9 background.


White color preview on #BC85C9 background

This text has white color on #BC85C9 background.