COLOR #BC9BD5

HEX: #BC9BD5 RGB: (188,155,213)

Color info

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

RGB color model

#BC9BD5 color RGB value is (188,155,213).

RGB: (188,155,213) (74%, 61%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 155 of 255 = 61%
B 213 of 255 = 84%

188
155
213

R + G + B ~ 73%. #BC9BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 155 + 213 = 556 (100%)
R 188 of 556 ~ 33.81%
G 155 of 556 ~ 27.88%
B 213 of 556 ~ 38.31'%

%33.81
%27.88
%38.31

CMYK color model

#BC9BD5 color CMYK value is (12,27,0,16).

  • cyan value is 11.74%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (12,27,0,16) C12M27Y0K16 (12%,27%,0%,16%) (0.12/0.27/0.00/0.16) 

CMYK percentages

%11.74
%27.23
%0
%16.47

Codes

Color #BC9BD5 in popluar color models

BC 9B D5
RGB 188 155 213
HSL 274° 40.85% 72.16%
HSB/HSV 274° 27.23% 83.53%
CMYK 11.74% 27.23% 0.00%
16.47%

Color #BC9BD5 in popluar number systems.

HEX BC 9B D5
Decimal 188 155 213
Binary 10111100 10011011 11010101
Octal 274 233 325

Shades and tints

Shades of #BC9BD5

#BC9BD5
(188,155,213)
#AB8DC2
(171,141,194)
#9A7FAF
(154,127,175)
#89719C
(137,113,156)
#786389
(120,99,137)
#675576
(103,85,118)
#564763
(86,71,99)
#453950
(69,57,80)
#342B3D
(52,43,61)
#231D2A
(35,29,42)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #BC9BD5

#BC9BD5
(188,155,213)
#C2A4D8
(194,164,216)
#C8ADDB
(200,173,219)
#CEB6DE
(206,182,222)
#D4BFE1
(212,191,225)
#DAC8E4
(218,200,228)
#E0D1E7
(224,209,231)
#E6DAEA
(230,218,234)
#ECE3ED
(236,227,237)
#F2ECF0
(242,236,240)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9BD5 color. Also use rgb(188,155,213) instead hex code.

Text Font Color

.myTextColor { color: #BC9BD5; }

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

This text font color is #BC9BD5.

Background Color

.myBgColor { background-color: #BC9BD5; }

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

This div background color is #BC9BD5.

Border color

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

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

This div border color is #BC9BD5.

Opacity

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

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

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

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

This text has shadow with #BC9BD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9BD5.

Preview

Color preview on black background

This text has color #BC9BD5 on black background.


Color preview on white background

This text has color #BC9BD5 on white background.


Black color preview on #BC9BD5 background

This text has black color on #BC9BD5 background.


White color preview on #BC9BD5 background

This text has white color on #BC9BD5 background.


Related colors

Complementary color

Complementary color for #hex is #43642A.


I love getcolorcode.com

Triadic colors

1 #D5BC9B and #9BD5BC with #BC9BD5 are triadic colors.

2 #D59BBC and #9BBCD5 with #BC9BD5 are triadic colors.