COLOR #BC7890

HEX: #BC7890
RGB: (188,120,144)

Color info

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

RGB color model

#BC7890 color RGB value is (188,120,144).

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

RGB channels and saturation

R 188 of 255 = 74%
G 120 of 255 = 47%
B 144 of 255 = 56%

188
120
144

R + G + B ~ 59%. #BC7890 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 120 + 144 = 452 (100%)
R 188 of 452 ~ 41.59%
G 120 of 452 ~ 26.55%
B 144 of 452 ~ 31.86%

%41.59
%26.55
%31.86

CMYK color model

#BC7890 color CMYK value is (0,36,23,26).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 23.40%
  • key color value is 26.27%
CMYK:
(0,36,23,26)
C0M36Y23K26 
(0%,36%,23%,26%)
(0.00/0.36/0.23/0.26)	

CMYK percentages

%0
%36.17
%23.4
%26.27

Codes

Color #BC7890 in popluar color models

BC7890
RGB188120144
HSL339°33.66%60.39%
HSB/HSV339°36.17%73.73%
CMYK0.00%36.17%23.40%
26.27%

Color #BC7890 in popluar number systems.

HEXBC7890
Decimal188120144
Binary10111100111100010010000
Octal274170220

Shades and tints

Shades of #BC7890

#BC7890
(188,120,144)
#AB6E83
(171,110,131)
#9A6476
(154,100,118)
#895A69
(137,90,105)
#78505C
(120,80,92)
#67464F
(103,70,79)
#563C42
(86,60,66)
#453235
(69,50,53)
#342828
(52,40,40)
#231E1B
(35,30,27)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #BC7890

#BC7890
(188,120,144)
#C2849A
(194,132,154)
#C890A4
(200,144,164)
#CE9CAE
(206,156,174)
#D4A8B8
(212,168,184)
#DAB4C2
(218,180,194)
#E0C0CC
(224,192,204)
#E6CCD6
(230,204,214)
#ECD8E0
(236,216,224)
#F2E4EA
(242,228,234)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7890; }

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

This text font color is #BC7890.


Background Color

.myBgColor { background-color: #BC7890; }

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

This div background color is #BC7890.


Border color

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

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

This div border color is #BC7890.


Opacity

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

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

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

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

This text has shadow with #BC7890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7890 on black background.


Color preview on white background

This text has color #BC7890 on white background.



Black color preview on #BC7890 background

This text has black color on #BC7890 background.


White color preview on #BC7890 background

This text has white color on #BC7890 background.