COLOR #BC8DA6

HEX: #BC8DA6
RGB: (188,141,166)

Color info

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

RGB color model

#BC8DA6 color RGB value is (188,141,166).

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

RGB channels and saturation

R 188 of 255 = 74%
G 141 of 255 = 55%
B 166 of 255 = 65%

188
141
166

R + G + B ~ 65%. #BC8DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 141 + 166 = 495 (100%)
R 188 of 495 ~ 37.98%
G 141 of 495 ~ 28.48%
B 166 of 495 ~ 33.54%

%37.98
%28.48
%33.54

CMYK color model

#BC8DA6 color CMYK value is (0,25,12,26).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(0,25,12,26)
C0M25Y12K26 
(0%,25%,12%,26%)
(0.00/0.25/0.12/0.26)	

CMYK percentages

%0
%25
%11.7
%26.27

Codes

Color #BC8DA6 in popluar color models

BC8DA6
RGB188141166
HSL328°25.97%64.51%
HSB/HSV328°25.00%73.73%
CMYK0.00%25.00%11.70%
26.27%

Color #BC8DA6 in popluar number systems.

HEXBC8DA6
Decimal188141166
Binary101111001000110110100110
Octal274215246

Shades and tints

Shades of #BC8DA6

#BC8DA6
(188,141,166)
#AB8197
(171,129,151)
#9A7588
(154,117,136)
#896979
(137,105,121)
#785D6A
(120,93,106)
#67515B
(103,81,91)
#56454C
(86,69,76)
#45393D
(69,57,61)
#342D2E
(52,45,46)
#23211F
(35,33,31)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BC8DA6

#BC8DA6
(188,141,166)
#C297AE
(194,151,174)
#C8A1B6
(200,161,182)
#CEABBE
(206,171,190)
#D4B5C6
(212,181,198)
#DABFCE
(218,191,206)
#E0C9D6
(224,201,214)
#E6D3DE
(230,211,222)
#ECDDE6
(236,221,230)
#F2E7EE
(242,231,238)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8DA6; }

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

This text font color is #BC8DA6.


Background Color

.myBgColor { background-color: #BC8DA6; }

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

This div background color is #BC8DA6.


Border color

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

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

This div border color is #BC8DA6.


Opacity

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

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

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

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

This text has shadow with #BC8DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8DA6 on black background.


Color preview on white background

This text has color #BC8DA6 on white background.



Black color preview on #BC8DA6 background

This text has black color on #BC8DA6 background.


White color preview on #BC8DA6 background

This text has white color on #BC8DA6 background.