COLOR #BC9AB2

HEX: #BC9AB2
RGB: (188,154,178)

Color info

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

RGB color model

#BC9AB2 color RGB value is (188,154,178).

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

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 178 of 255 = 70%

188
154
178

R + G + B ~ 68%. #BC9AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 154 + 178 = 520 (100%)
R 188 of 520 ~ 36.15%
G 154 of 520 ~ 29.62%
B 178 of 520 ~ 34.23%

%36.15
%29.62
%34.23

CMYK color model

#BC9AB2 color CMYK value is (0,18,5,26).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(0,18,5,26)
C0M18Y5K26 
(0%,18%,5%,26%)
(0.00/0.18/0.05/0.26)	

CMYK percentages

%0
%18.09
%5.32
%26.27

Codes

Color #BC9AB2 in popluar color models

BC9AB2
RGB188154178
HSL318°20.24%67.06%
HSB/HSV318°18.09%73.73%
CMYK0.00%18.09%5.32%
26.27%

Color #BC9AB2 in popluar number systems.

HEXBC9AB2
Decimal188154178
Binary101111001001101010110010
Octal274232262

Shades and tints

Shades of #BC9AB2

#BC9AB2
(188,154,178)
#AB8CA2
(171,140,162)
#9A7E92
(154,126,146)
#897082
(137,112,130)
#786272
(120,98,114)
#675462
(103,84,98)
#564652
(86,70,82)
#453842
(69,56,66)
#342A32
(52,42,50)
#231C22
(35,28,34)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #BC9AB2

#BC9AB2
(188,154,178)
#C2A3B9
(194,163,185)
#C8ACC0
(200,172,192)
#CEB5C7
(206,181,199)
#D4BECE
(212,190,206)
#DAC7D5
(218,199,213)
#E0D0DC
(224,208,220)
#E6D9E3
(230,217,227)
#ECE2EA
(236,226,234)
#F2EBF1
(242,235,241)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9AB2; }

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

This text font color is #BC9AB2.


Background Color

.myBgColor { background-color: #BC9AB2; }

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

This div background color is #BC9AB2.


Border color

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

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

This div border color is #BC9AB2.


Opacity

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

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

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

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

This text has shadow with #BC9AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9AB2 on black background.


Color preview on white background

This text has color #BC9AB2 on white background.



Black color preview on #BC9AB2 background

This text has black color on #BC9AB2 background.


White color preview on #BC9AB2 background

This text has white color on #BC9AB2 background.