COLOR #BC88BD

HEX: #BC88BD
RGB: (188,136,189)

Color info

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

RGB color model

#BC88BD color RGB value is (188,136,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 136 of 255 = 53%
B 189 of 255 = 74%

188
136
189

R + G + B ~ 67%. #BC88BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 136 + 189 = 513 (100%)
R 188 of 513 ~ 36.65%
G 136 of 513 ~ 26.51%
B 189 of 513 ~ 36.84%

%36.65
%26.51
%36.84

CMYK color model

#BC88BD color CMYK value is (1,28,0,26).

  • cyan value is 0.53%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,28,0,26)
C1M28Y0K26 
(1%,28%,0%,26%)
(0.01/0.28/0.00/0.26)	

CMYK percentages

%0.53
%28.04
%0
%25.88

Codes

Color #BC88BD in popluar color models

BC88BD
RGB188136189
HSL299°28.65%63.73%
HSB/HSV299°28.04%74.12%
CMYK0.53%28.04%0.00%
25.88%

Color #BC88BD in popluar number systems.

HEXBC88BD
Decimal188136189
Binary101111001000100010111101
Octal274210275

Shades and tints

Shades of #BC88BD

#BC88BD
(188,136,189)
#AB7CAC
(171,124,172)
#9A709B
(154,112,155)
#89648A
(137,100,138)
#785879
(120,88,121)
#674C68
(103,76,104)
#564057
(86,64,87)
#453446
(69,52,70)
#342835
(52,40,53)
#231C24
(35,28,36)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #BC88BD

#BC88BD
(188,136,189)
#C292C3
(194,146,195)
#C89CC9
(200,156,201)
#CEA6CF
(206,166,207)
#D4B0D5
(212,176,213)
#DABADB
(218,186,219)
#E0C4E1
(224,196,225)
#E6CEE7
(230,206,231)
#ECD8ED
(236,216,237)
#F2E2F3
(242,226,243)
#F8ECF9
(248,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC88BD; }

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

This text font color is #BC88BD.


Background Color

.myBgColor { background-color: #BC88BD; }

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

This div background color is #BC88BD.


Border color

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

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

This div border color is #BC88BD.


Opacity

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

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

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

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

This text has shadow with #BC88BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC88BD on black background.


Color preview on white background

This text has color #BC88BD on white background.



Black color preview on #BC88BD background

This text has black color on #BC88BD background.


White color preview on #BC88BD background

This text has white color on #BC88BD background.