COLOR #BC98BE

HEX: #BC98BE
RGB: (188,152,190)

Color info

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

RGB color model

#BC98BE color RGB value is (188,152,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 152 of 255 = 60%
B 190 of 255 = 75%

188
152
190

R + G + B ~ 70%. #BC98BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 152 + 190 = 530 (100%)
R 188 of 530 ~ 35.47%
G 152 of 530 ~ 28.68%
B 190 of 530 ~ 35.85%

%35.47
%28.68
%35.85

CMYK color model

#BC98BE color CMYK value is (1,20,0,25).

  • cyan value is 1.05%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,20,0,25)
C1M20Y0K25 
(1%,20%,0%,25%)
(0.01/0.20/0.00/0.25)	

CMYK percentages

%1.05
%20
%0
%25.49

Codes

Color #BC98BE in popluar color models

BC98BE
RGB188152190
HSL297°22.62%67.06%
HSB/HSV297°20.00%74.51%
CMYK1.05%20.00%0.00%
25.49%

Color #BC98BE in popluar number systems.

HEXBC98BE
Decimal188152190
Binary101111001001100010111110
Octal274230276

Shades and tints

Shades of #BC98BE

#BC98BE
(188,152,190)
#AB8BAD
(171,139,173)
#9A7E9C
(154,126,156)
#89718B
(137,113,139)
#78647A
(120,100,122)
#675769
(103,87,105)
#564A58
(86,74,88)
#453D47
(69,61,71)
#343036
(52,48,54)
#232325
(35,35,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BC98BE

#BC98BE
(188,152,190)
#C2A1C3
(194,161,195)
#C8AAC8
(200,170,200)
#CEB3CD
(206,179,205)
#D4BCD2
(212,188,210)
#DAC5D7
(218,197,215)
#E0CEDC
(224,206,220)
#E6D7E1
(230,215,225)
#ECE0E6
(236,224,230)
#F2E9EB
(242,233,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC98BE; }

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

This text font color is #BC98BE.


Background Color

.myBgColor { background-color: #BC98BE; }

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

This div background color is #BC98BE.


Border color

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

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

This div border color is #BC98BE.


Opacity

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

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

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

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

This text has shadow with #BC98BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC98BE on black background.


Color preview on white background

This text has color #BC98BE on white background.



Black color preview on #BC98BE background

This text has black color on #BC98BE background.


White color preview on #BC98BE background

This text has white color on #BC98BE background.