COLOR #BC9EBE

HEX: #BC9EBE
RGB: (188,158,190)

Color info

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

RGB color model

#BC9EBE color RGB value is (188,158,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 190 of 255 = 75%

188
158
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 158 + 190 = 536 (100%)
R 188 of 536 ~ 35.07%
G 158 of 536 ~ 29.48%
B 190 of 536 ~ 35.45%

%35.07
%29.48
%35.45

CMYK color model

#BC9EBE color CMYK value is (1,17,0,25).

  • cyan value is 1.05%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,17,0,25)
C1M17Y0K25 
(1%,17%,0%,25%)
(0.01/0.17/0.00/0.25)	

CMYK percentages

%1.05
%16.84
%0
%25.49

Codes

Color #BC9EBE in popluar color models

BC9EBE
RGB188158190
HSL296°19.75%68.24%
HSB/HSV296°16.84%74.51%
CMYK1.05%16.84%0.00%
25.49%

Color #BC9EBE in popluar number systems.

HEXBC9EBE
Decimal188158190
Binary101111001001111010111110
Octal274236276

Shades and tints

Shades of #BC9EBE

#BC9EBE
(188,158,190)
#AB90AD
(171,144,173)
#9A829C
(154,130,156)
#89748B
(137,116,139)
#78667A
(120,102,122)
#675869
(103,88,105)
#564A58
(86,74,88)
#453C47
(69,60,71)
#342E36
(52,46,54)
#232025
(35,32,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #BC9EBE

#BC9EBE
(188,158,190)
#C2A6C3
(194,166,195)
#C8AEC8
(200,174,200)
#CEB6CD
(206,182,205)
#D4BED2
(212,190,210)
#DAC6D7
(218,198,215)
#E0CEDC
(224,206,220)
#E6D6E1
(230,214,225)
#ECDEE6
(236,222,230)
#F2E6EB
(242,230,235)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9EBE; }

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

This text font color is #BC9EBE.


Background Color

.myBgColor { background-color: #BC9EBE; }

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

This div background color is #BC9EBE.


Border color

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

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

This div border color is #BC9EBE.


Opacity

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

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

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

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

This text has shadow with #BC9EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9EBE on black background.


Color preview on white background

This text has color #BC9EBE on white background.



Black color preview on #BC9EBE background

This text has black color on #BC9EBE background.


White color preview on #BC9EBE background

This text has white color on #BC9EBE background.