COLOR #BC88B2

HEX: #BC88B2
RGB: (188,136,178)

Color info

#BC88B2 contains red, green and blue colors in about the same proportion. Web safe color of #BC88B2 is #CC9999 (or #C99).

RGB color model

#BC88B2 color RGB value is (188,136,178).

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

RGB channels and saturation

R 188 of 255 = 74%
G 136 of 255 = 53%
B 178 of 255 = 70%

188
136
178

R + G + B ~ 66%. #BC88B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 136 + 178 = 502 (100%)
R 188 of 502 ~ 37.45%
G 136 of 502 ~ 27.09%
B 178 of 502 ~ 35.46%

%37.45
%27.09
%35.46

CMYK color model

#BC88B2 color CMYK value is (0,28,5,26).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(0,28,5,26)
C0M28Y5K26 
(0%,28%,5%,26%)
(0.00/0.28/0.05/0.26)	

CMYK percentages

%0
%27.66
%5.32
%26.27

Codes

Color #BC88B2 in popluar color models

BC88B2
RGB188136178
HSL312°27.96%63.53%
HSB/HSV312°27.66%73.73%
CMYK0.00%27.66%5.32%
26.27%

Color #BC88B2 in popluar number systems.

HEXBC88B2
Decimal188136178
Binary101111001000100010110010
Octal274210262

Shades and tints

Shades of #BC88B2

#BC88B2
(188,136,178)
#AB7CA2
(171,124,162)
#9A7092
(154,112,146)
#896482
(137,100,130)
#785872
(120,88,114)
#674C62
(103,76,98)
#564052
(86,64,82)
#453442
(69,52,66)
#342832
(52,40,50)
#231C22
(35,28,34)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #BC88B2

#BC88B2
(188,136,178)
#C292B9
(194,146,185)
#C89CC0
(200,156,192)
#CEA6C7
(206,166,199)
#D4B0CE
(212,176,206)
#DABAD5
(218,186,213)
#E0C4DC
(224,196,220)
#E6CEE3
(230,206,227)
#ECD8EA
(236,216,234)
#F2E2F1
(242,226,241)
#F8ECF8
(248,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC88B2; }

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

This text font color is #BC88B2.


Background Color

.myBgColor { background-color: #BC88B2; }

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

This div background color is #BC88B2.


Border color

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

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

This div border color is #BC88B2.


Opacity

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

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

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

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

This text has shadow with #BC88B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC88B2 on black background.


Color preview on white background

This text has color #BC88B2 on white background.



Black color preview on #BC88B2 background

This text has black color on #BC88B2 background.


White color preview on #BC88B2 background

This text has white color on #BC88B2 background.