COLOR #BC85BE

HEX: #BC85BE
RGB: (188,133,190)

Color info

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

RGB color model

#BC85BE color RGB value is (188,133,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 133 of 255 = 52%
B 190 of 255 = 75%

188
133
190

R + G + B ~ 67%. #BC85BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 133 + 190 = 511 (100%)
R 188 of 511 ~ 36.79%
G 133 of 511 ~ 26.03%
B 190 of 511 ~ 37.18%

%36.79
%26.03
%37.18

CMYK color model

#BC85BE color CMYK value is (1,30,0,25).

  • cyan value is 1.05%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,30,0,25)
C1M30Y0K25 
(1%,30%,0%,25%)
(0.01/0.30/0.00/0.25)	

CMYK percentages

%1.05
%30
%0
%25.49

Codes

Color #BC85BE in popluar color models

BC85BE
RGB188133190
HSL298°30.48%63.33%
HSB/HSV298°30.00%74.51%
CMYK1.05%30.00%0.00%
25.49%

Color #BC85BE in popluar number systems.

HEXBC85BE
Decimal188133190
Binary101111001000010110111110
Octal274205276

Shades and tints

Shades of #BC85BE

#BC85BE
(188,133,190)
#AB79AD
(171,121,173)
#9A6D9C
(154,109,156)
#89618B
(137,97,139)
#78557A
(120,85,122)
#674969
(103,73,105)
#563D58
(86,61,88)
#453147
(69,49,71)
#342536
(52,37,54)
#231925
(35,25,37)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #BC85BE

#BC85BE
(188,133,190)
#C290C3
(194,144,195)
#C89BC8
(200,155,200)
#CEA6CD
(206,166,205)
#D4B1D2
(212,177,210)
#DABCD7
(218,188,215)
#E0C7DC
(224,199,220)
#E6D2E1
(230,210,225)
#ECDDE6
(236,221,230)
#F2E8EB
(242,232,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC85BE; }

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

This text font color is #BC85BE.


Background Color

.myBgColor { background-color: #BC85BE; }

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

This div background color is #BC85BE.


Border color

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

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

This div border color is #BC85BE.


Opacity

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

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

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

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

This text has shadow with #BC85BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC85BE on black background.


Color preview on white background

This text has color #BC85BE on white background.



Black color preview on #BC85BE background

This text has black color on #BC85BE background.


White color preview on #BC85BE background

This text has white color on #BC85BE background.