COLOR #BC9AB8

HEX: #BC9AB8
RGB: (188,154,184)

Color info

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

RGB color model

#BC9AB8 color RGB value is (188,154,184).

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

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 184 of 255 = 72%

188
154
184

R + G + B ~ 69%. #BC9AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 154 + 184 = 526 (100%)
R 188 of 526 ~ 35.74%
G 154 of 526 ~ 29.28%
B 184 of 526 ~ 34.98%

%35.74
%29.28
%34.98

CMYK color model

#BC9AB8 color CMYK value is (0,18,2,26).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK: (0,18,2,26) C0M18Y2K26 (0%,18%,2%,26%) (0.00/0.18/0.02/0.26)

CMYK percentages

%0
%18.09
%2.13
%26.27

Codes

Color #BC9AB8 in popluar color models

BC9AB8
RGB188154184
HSL307°20.24%67.06%
HSB/HSV307°18.09%73.73%
CMYK0.00%18.09%2.13%
26.27%

Color #BC9AB8 in popluar number systems.

HEXBC9AB8
Decimal188154184
Binary101111001001101010111000
Octal274232270

Shades and tints

Shades of #BC9AB8

#BC9AB8
(188,154,184)
#AB8CA8
(171,140,168)
#9A7E98
(154,126,152)
#897088
(137,112,136)
#786278
(120,98,120)
#675468
(103,84,104)
#564658
(86,70,88)
#453848
(69,56,72)
#342A38
(52,42,56)
#231C28
(35,28,40)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #BC9AB8

#BC9AB8
(188,154,184)
#C2A3BE
(194,163,190)
#C8ACC4
(200,172,196)
#CEB5CA
(206,181,202)
#D4BED0
(212,190,208)
#DAC7D6
(218,199,214)
#E0D0DC
(224,208,220)
#E6D9E2
(230,217,226)
#ECE2E8
(236,226,232)
#F2EBEE
(242,235,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9AB8; }

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

This text font color is #BC9AB8.


Background Color

.myBgColor { background-color: #BC9AB8; }

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

This div background color is #BC9AB8.


Border color

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

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

This div border color is #BC9AB8.


Opacity

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

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

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

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

This text has shadow with #BC9AB8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC9AB8 on black background.


Color preview on white background

This text has color #BC9AB8 on white background.



Black color preview on #BC9AB8 background

This text has black color on #BC9AB8 background.


White color preview on #BC9AB8 background

This text has white color on #BC9AB8 background.