COLOR #BC89C4

HEX: #BC89C4
RGB: (188,137,196)

Color info

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

RGB color model

#BC89C4 color RGB value is (188,137,196).

  • red value is 188;
  • green value is 137;
  • blue value is 196.
RGB:
(188,137,196)
(74%,54%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 196 of 255 = 77%

188
137
196

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

Portions of RGB colors in percentages

R + G + B =
188 + 137 + 196 = 521 (100%)
R 188 of 521 ~ 36.08%
G 137 of 521 ~ 26.3%
B 196 of 521 ~ 37.62%

%36.08
%26.3
%37.62

CMYK color model

#BC89C4 color CMYK value is (4,30,0,23).

  • cyan value is 4.08%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,30,0,23)
C4M30Y0K23 
(4%,30%,0%,23%)
(0.04/0.30/0.00/0.23)	

CMYK percentages

%4.08
%30.1
%0
%23.14

Codes

Color #BC89C4 in popluar color models

BC89C4
RGB188137196
HSL292°33.33%65.29%
HSB/HSV292°30.10%76.86%
CMYK4.08%30.10%0.00%
23.14%

Color #BC89C4 in popluar number systems.

HEXBC89C4
Decimal188137196
Binary101111001000100111000100
Octal274211304

Shades and tints

Shades of #BC89C4

#BC89C4
(188,137,196)
#AB7DB3
(171,125,179)
#9A71A2
(154,113,162)
#896591
(137,101,145)
#785980
(120,89,128)
#674D6F
(103,77,111)
#56415E
(86,65,94)
#45354D
(69,53,77)
#34293C
(52,41,60)
#231D2B
(35,29,43)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BC89C4

#BC89C4
(188,137,196)
#C293C9
(194,147,201)
#C89DCE
(200,157,206)
#CEA7D3
(206,167,211)
#D4B1D8
(212,177,216)
#DABBDD
(218,187,221)
#E0C5E2
(224,197,226)
#E6CFE7
(230,207,231)
#ECD9EC
(236,217,236)
#F2E3F1
(242,227,241)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC89C4 color. Also use rgb(188,137,196) instead hex code.

Text Font Color

.myTextColor { color: #BC89C4; }

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

This text font color is #BC89C4.


Background Color

.myBgColor { background-color: #BC89C4; }

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

This div background color is #BC89C4.


Border color

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

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

This div border color is #BC89C4.


Opacity

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

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

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

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

This text has shadow with #BC89C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC89C4 on black background.


Color preview on white background

This text has color #BC89C4 on white background.



Black color preview on #BC89C4 background

This text has black color on #BC89C4 background.


White color preview on #BC89C4 background

This text has white color on #BC89C4 background.