COLOR #BC8DB3

HEX: #BC8DB3
RGB: (188,141,179)

Color info

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

RGB color model

#BC8DB3 color RGB value is (188,141,179).

  • red value is 188;
  • green value is 141;
  • blue value is 179.
RGB:
(188,141,179)
(74%,55%,70%)

RGB channels and saturation

R 188 of 255 = 74%
G 141 of 255 = 55%
B 179 of 255 = 70%

188
141
179

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

Portions of RGB colors in percentages

R + G + B =
188 + 141 + 179 = 508 (100%)
R 188 of 508 ~ 37.01%
G 141 of 508 ~ 27.76%
B 179 of 508 ~ 35.24%

%37.01
%27.76
%35.24

CMYK color model

#BC8DB3 color CMYK value is (0,25,5,26).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(0,25,5,26)
C0M25Y5K26 
(0%,25%,5%,26%)
(0.00/0.25/0.05/0.26)	

CMYK percentages

%0
%25
%4.79
%26.27

Codes

Color #BC8DB3 in popluar color models

BC8DB3
RGB188141179
HSL311°25.97%64.51%
HSB/HSV311°25.00%73.73%
CMYK0.00%25.00%4.79%
26.27%

Color #BC8DB3 in popluar number systems.

HEXBC8DB3
Decimal188141179
Binary101111001000110110110011
Octal274215263

Shades and tints

Shades of #BC8DB3

#BC8DB3
(188,141,179)
#AB81A3
(171,129,163)
#9A7593
(154,117,147)
#896983
(137,105,131)
#785D73
(120,93,115)
#675163
(103,81,99)
#564553
(86,69,83)
#453943
(69,57,67)
#342D33
(52,45,51)
#232123
(35,33,35)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BC8DB3

#BC8DB3
(188,141,179)
#C297B9
(194,151,185)
#C8A1BF
(200,161,191)
#CEABC5
(206,171,197)
#D4B5CB
(212,181,203)
#DABFD1
(218,191,209)
#E0C9D7
(224,201,215)
#E6D3DD
(230,211,221)
#ECDDE3
(236,221,227)
#F2E7E9
(242,231,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8DB3 color. Also use rgb(188,141,179) instead hex code.

Text Font Color

.myTextColor { color: #BC8DB3; }

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

This text font color is #BC8DB3.


Background Color

.myBgColor { background-color: #BC8DB3; }

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

This div background color is #BC8DB3.


Border color

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

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

This div border color is #BC8DB3.


Opacity

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

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

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

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

This text has shadow with #BC8DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8DB3 on black background.


Color preview on white background

This text has color #BC8DB3 on white background.



Black color preview on #BC8DB3 background

This text has black color on #BC8DB3 background.


White color preview on #BC8DB3 background

This text has white color on #BC8DB3 background.