COLOR #BC789E

HEX: #BC789E
RGB: (188,120,158)

Color info

#BC789E contains mainly red and blue colors. Web safe color of #BC789E is #CC6699 (or #C69).

RGB color model

#BC789E color RGB value is (188,120,158).

  • red value is 188;
  • green value is 120;
  • blue value is 158.
RGB:
(188,120,158)
(74%,47%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 120 of 255 = 47%
B 158 of 255 = 62%

188
120
158

R + G + B ~ 61%. #BC789E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 120 + 158 = 466 (100%)
R 188 of 466 ~ 40.34%
G 120 of 466 ~ 25.75%
B 158 of 466 ~ 33.91%

%40.34
%25.75
%33.91

CMYK color model

#BC789E color CMYK value is (0,36,16,26).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK:
(0,36,16,26)
C0M36Y16K26 
(0%,36%,16%,26%)
(0.00/0.36/0.16/0.26)	

CMYK percentages

%0
%36.17
%15.96
%26.27

Codes

Color #BC789E in popluar color models

BC789E
RGB188120158
HSL326°33.66%60.39%
HSB/HSV326°36.17%73.73%
CMYK0.00%36.17%15.96%
26.27%

Color #BC789E in popluar number systems.

HEXBC789E
Decimal188120158
Binary10111100111100010011110
Octal274170236

Shades and tints

Shades of #BC789E

#BC789E
(188,120,158)
#AB6E90
(171,110,144)
#9A6482
(154,100,130)
#895A74
(137,90,116)
#785066
(120,80,102)
#674658
(103,70,88)
#563C4A
(86,60,74)
#45323C
(69,50,60)
#34282E
(52,40,46)
#231E20
(35,30,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BC789E

#BC789E
(188,120,158)
#C284A6
(194,132,166)
#C890AE
(200,144,174)
#CE9CB6
(206,156,182)
#D4A8BE
(212,168,190)
#DAB4C6
(218,180,198)
#E0C0CE
(224,192,206)
#E6CCD6
(230,204,214)
#ECD8DE
(236,216,222)
#F2E4E6
(242,228,230)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC789E color. Also use rgb(188,120,158) instead hex code.

Text Font Color

.myTextColor { color: #BC789E; }

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

This text font color is #BC789E.


Background Color

.myBgColor { background-color: #BC789E; }

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

This div background color is #BC789E.


Border color

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

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

This div border color is #BC789E.


Opacity

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

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

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

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

This text has shadow with #BC789E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC789E on black background.


Color preview on white background

This text has color #BC789E on white background.



Black color preview on #BC789E background

This text has black color on #BC789E background.


White color preview on #BC789E background

This text has white color on #BC789E background.