COLOR #BC98BD

HEX: #BC98BD
RGB: (188,152,189)

Color info

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

RGB color model

#BC98BD color RGB value is (188,152,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 152 of 255 = 60%
B 189 of 255 = 74%

188
152
189

R + G + B ~ 69%. #BC98BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 152 + 189 = 529 (100%)
R 188 of 529 ~ 35.54%
G 152 of 529 ~ 28.73%
B 189 of 529 ~ 35.73%

%35.54
%28.73
%35.73

CMYK color model

#BC98BD color CMYK value is (1,20,0,26).

  • cyan value is 0.53%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,20,0,26)
C1M20Y0K26 
(1%,20%,0%,26%)
(0.01/0.20/0.00/0.26)	

CMYK percentages

%0.53
%19.58
%0
%25.88

Codes

Color #BC98BD in popluar color models

BC98BD
RGB188152189
HSL298°21.89%66.86%
HSB/HSV298°19.58%74.12%
CMYK0.53%19.58%0.00%
25.88%

Color #BC98BD in popluar number systems.

HEXBC98BD
Decimal188152189
Binary101111001001100010111101
Octal274230275

Shades and tints

Shades of #BC98BD

#BC98BD
(188,152,189)
#AB8BAC
(171,139,172)
#9A7E9B
(154,126,155)
#89718A
(137,113,138)
#786479
(120,100,121)
#675768
(103,87,104)
#564A57
(86,74,87)
#453D46
(69,61,70)
#343035
(52,48,53)
#232324
(35,35,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BC98BD

#BC98BD
(188,152,189)
#C2A1C3
(194,161,195)
#C8AAC9
(200,170,201)
#CEB3CF
(206,179,207)
#D4BCD5
(212,188,213)
#DAC5DB
(218,197,219)
#E0CEE1
(224,206,225)
#E6D7E7
(230,215,231)
#ECE0ED
(236,224,237)
#F2E9F3
(242,233,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC98BD; }

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

This text font color is #BC98BD.


Background Color

.myBgColor { background-color: #BC98BD; }

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

This div background color is #BC98BD.


Border color

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

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

This div border color is #BC98BD.


Opacity

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

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

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

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

This text has shadow with #BC98BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC98BD on black background.


Color preview on white background

This text has color #BC98BD on white background.



Black color preview on #BC98BD background

This text has black color on #BC98BD background.


White color preview on #BC98BD background

This text has white color on #BC98BD background.