COLOR #BC7998

HEX: #BC7998
RGB: (188,121,152)

Color info

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

RGB color model

#BC7998 color RGB value is (188,121,152).

  • red value is 188;
  • green value is 121;
  • blue value is 152.
RGB:
(188,121,152)
(74%,47%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 121 of 255 = 47%
B 152 of 255 = 60%

188
121
152

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

Portions of RGB colors in percentages

R + G + B =
188 + 121 + 152 = 461 (100%)
R 188 of 461 ~ 40.78%
G 121 of 461 ~ 26.25%
B 152 of 461 ~ 32.97%

%40.78
%26.25
%32.97

CMYK color model

#BC7998 color CMYK value is (0,36,19,26).

  • cyan value is 0.00%
  • magenta value is 35.64%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK:
(0,36,19,26)
C0M36Y19K26 
(0%,36%,19%,26%)
(0.00/0.36/0.19/0.26)	

CMYK percentages

%0
%35.64
%19.15
%26.27

Codes

Color #BC7998 in popluar color models

BC7998
RGB188121152
HSL332°33.33%60.59%
HSB/HSV332°35.64%73.73%
CMYK0.00%35.64%19.15%
26.27%

Color #BC7998 in popluar number systems.

HEXBC7998
Decimal188121152
Binary10111100111100110011000
Octal274171230

Shades and tints

Shades of #BC7998

#BC7998
(188,121,152)
#AB6E8B
(171,110,139)
#9A637E
(154,99,126)
#895871
(137,88,113)
#784D64
(120,77,100)
#674257
(103,66,87)
#56374A
(86,55,74)
#452C3D
(69,44,61)
#342130
(52,33,48)
#231623
(35,22,35)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #BC7998

#BC7998
(188,121,152)
#C285A1
(194,133,161)
#C891AA
(200,145,170)
#CE9DB3
(206,157,179)
#D4A9BC
(212,169,188)
#DAB5C5
(218,181,197)
#E0C1CE
(224,193,206)
#E6CDD7
(230,205,215)
#ECD9E0
(236,217,224)
#F2E5E9
(242,229,233)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7998 color. Also use rgb(188,121,152) instead hex code.

Text Font Color

.myTextColor { color: #BC7998; }

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

This text font color is #BC7998.


Background Color

.myBgColor { background-color: #BC7998; }

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

This div background color is #BC7998.


Border color

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

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

This div border color is #BC7998.


Opacity

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

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

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

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

This text has shadow with #BC7998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7998 on black background.


Color preview on white background

This text has color #BC7998 on white background.



Black color preview on #BC7998 background

This text has black color on #BC7998 background.


White color preview on #BC7998 background

This text has white color on #BC7998 background.