COLOR #BC9EBD

HEX: #BC9EBD
RGB: (188,158,189)

Color info

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

RGB color model

#BC9EBD color RGB value is (188,158,189).

  • red value is 188;
  • green value is 158;
  • blue value is 189.
RGB:
(188,158,189)
(74%,62%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 189 of 255 = 74%

188
158
189

R + G + B ~ 70%. #BC9EBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 158 + 189 = 535 (100%)
R 188 of 535 ~ 35.14%
G 158 of 535 ~ 29.53%
B 189 of 535 ~ 35.33%

%35.14
%29.53
%35.33

CMYK color model

#BC9EBD color CMYK value is (1,16,0,26).

  • cyan value is 0.53%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,16,0,26)
C1M16Y0K26 
(1%,16%,0%,26%)
(0.01/0.16/0.00/0.26)	

CMYK percentages

%0.53
%16.4
%0
%25.88

Codes

Color #BC9EBD in popluar color models

BC9EBD
RGB188158189
HSL298°19.02%68.04%
HSB/HSV298°16.40%74.12%
CMYK0.53%16.40%0.00%
25.88%

Color #BC9EBD in popluar number systems.

HEXBC9EBD
Decimal188158189
Binary101111001001111010111101
Octal274236275

Shades and tints

Shades of #BC9EBD

#BC9EBD
(188,158,189)
#AB90AC
(171,144,172)
#9A829B
(154,130,155)
#89748A
(137,116,138)
#786679
(120,102,121)
#675868
(103,88,104)
#564A57
(86,74,87)
#453C46
(69,60,70)
#342E35
(52,46,53)
#232024
(35,32,36)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #BC9EBD

#BC9EBD
(188,158,189)
#C2A6C3
(194,166,195)
#C8AEC9
(200,174,201)
#CEB6CF
(206,182,207)
#D4BED5
(212,190,213)
#DAC6DB
(218,198,219)
#E0CEE1
(224,206,225)
#E6D6E7
(230,214,231)
#ECDEED
(236,222,237)
#F2E6F3
(242,230,243)
#F8EEF9
(248,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9EBD color. Also use rgb(188,158,189) instead hex code.

Text Font Color

.myTextColor { color: #BC9EBD; }

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

This text font color is #BC9EBD.


Background Color

.myBgColor { background-color: #BC9EBD; }

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

This div background color is #BC9EBD.


Border color

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

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

This div border color is #BC9EBD.


Opacity

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

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

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

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

This text has shadow with #BC9EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9EBD on black background.


Color preview on white background

This text has color #BC9EBD on white background.



Black color preview on #BC9EBD background

This text has black color on #BC9EBD background.


White color preview on #BC9EBD background

This text has white color on #BC9EBD background.