COLOR #BC9CD1

HEX: #BC9CD1 RGB: (188,156,209)

Color info

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

RGB color model

#BC9CD1 color RGB value is (188,156,209).

RGB: (188,156,209) (74%, 61%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 209 of 255 = 82%

188
156
209

R + G + B ~ 72%. #BC9CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 156 + 209 = 553 (100%)
R 188 of 553 ~ 34%
G 156 of 553 ~ 28.21%
B 209 of 553 ~ 37.79'%

%34
%28.21
%37.79

CMYK color model

#BC9CD1 color CMYK value is (10,25,0,18).

  • cyan value is 10.05%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (10,25,0,18)
C10M25Y0K18 (10%, 25%, 0%, 18%)
(0.10 / 0.25 / 0.00 / 0.18)

CMYK percentages

%10.05
%25.36
%0
%18.04

Codes

Color #BC9CD1 in popluar color models

BC 9C D1
RGB 188 156 209
HSL 276° 36.55% 71.57%
HSB/HSV 276° 25.36% 81.96%
CMYK 10.05% 25.36% 0.00%
18.04%

Color #BC9CD1 in popluar number systems.

HEX BC 9C D1
Decimal 188 156 209
Binary 10111100 10011100 11010001
Octal 274 234 321

Shades and tints

Shades of #BC9CD1

#BC9CD1
(188,156,209)
#AB8EBE
(171,142,190)
#9A80AB
(154,128,171)
#897298
(137,114,152)
#786485
(120,100,133)
#675672
(103,86,114)
#56485F
(86,72,95)
#453A4C
(69,58,76)
#342C39
(52,44,57)
#231E26
(35,30,38)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #BC9CD1

#BC9CD1
(188,156,209)
#C2A5D5
(194,165,213)
#C8AED9
(200,174,217)
#CEB7DD
(206,183,221)
#D4C0E1
(212,192,225)
#DAC9E5
(218,201,229)
#E0D2E9
(224,210,233)
#E6DBED
(230,219,237)
#ECE4F1
(236,228,241)
#F2EDF5
(242,237,245)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9CD1 color. Also use rgb(188,156,209) instead hex code.

Text Font Color

.myTextColor { color: #BC9CD1; }

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

This text font color is #BC9CD1.

Background Color

.myBgColor { background-color: #BC9CD1; }

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

This div background color is #BC9CD1.

Border color

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

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

This div border color is #BC9CD1.

Opacity

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

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

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

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

This text has shadow with #BC9CD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9CD1.

Preview

Color preview on black background

This text has color #BC9CD1 on black background.


Color preview on white background

This text has color #BC9CD1 on white background.


Black color preview on #BC9CD1 background

This text has black color on #BC9CD1 background.


White color preview on #BC9CD1 background

This text has white color on #BC9CD1 background.


Related colors

Complementary color

Complementary color for #hex is #43632E.


I love getcolorcode.com

Triadic colors

1 #D1BC9C and #9CD1BC with #BC9CD1 are triadic colors.

2 #D19CBC and #9CBCD1 with #BC9CD1 are triadic colors.