COLOR #BC9DBF

HEX: #BC9DBF RGB: (188,157,191)

Color info

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

RGB color model

#BC9DBF color RGB value is (188,157,191).

RGB: (188,157,191) (74%, 62%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 191 of 255 = 75%

188
157
191

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

Portions of RGB colors in percentages

R + G + B = 188 + 157 + 191 = 536 (100%)
R 188 of 536 ~ 35.07%
G 157 of 536 ~ 29.29%
B 191 of 536 ~ 35.63'%

%35.07
%29.29
%35.63

CMYK color model

#BC9DBF color CMYK value is (2,18,0,25).

  • cyan value is 1.57%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (2,18,0,25)
C2M18Y0K25 (2%, 18%, 0%, 25%)
(0.02 / 0.18 / 0.00 / 0.25)

CMYK percentages

%1.57
%17.8
%0
%25.1

Codes

Color #BC9DBF in popluar color models

BC 9D BF
RGB 188 157 191
HSL 295° 20.99% 68.24%
HSB/HSV 295° 17.80% 74.90%
CMYK 1.57% 17.80% 0.00%
25.10%

Color #BC9DBF in popluar number systems.

HEX BC 9D BF
Decimal 188 157 191
Binary 10111100 10011101 10111111
Octal 274 235 277

Shades and tints

Shades of #BC9DBF

#BC9DBF
(188,157,191)
#AB8FAE
(171,143,174)
#9A819D
(154,129,157)
#89738C
(137,115,140)
#78657B
(120,101,123)
#67576A
(103,87,106)
#564959
(86,73,89)
#453B48
(69,59,72)
#342D37
(52,45,55)
#231F26
(35,31,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #BC9DBF

#BC9DBF
(188,157,191)
#C2A5C4
(194,165,196)
#C8ADC9
(200,173,201)
#CEB5CE
(206,181,206)
#D4BDD3
(212,189,211)
#DAC5D8
(218,197,216)
#E0CDDD
(224,205,221)
#E6D5E2
(230,213,226)
#ECDDE7
(236,221,231)
#F2E5EC
(242,229,236)
#F8EDF1
(248,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9DBF color. Also use rgb(188,157,191) instead hex code.

Text Font Color

.myTextColor { color: #BC9DBF; }

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

This text font color is #BC9DBF.

Background Color

.myBgColor { background-color: #BC9DBF; }

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

This div background color is #BC9DBF.

Border color

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

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

This div border color is #BC9DBF.

Opacity

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

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

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

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

This text has shadow with #BC9DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9DBF.

Preview

Color preview on black background

This text has color #BC9DBF on black background.


Color preview on white background

This text has color #BC9DBF on white background.


Black color preview on #BC9DBF background

This text has black color on #BC9DBF background.


White color preview on #BC9DBF background

This text has white color on #BC9DBF background.


Related colors

Complementary color

Complementary color for #hex is #436240.


I love getcolorcode.com

Triadic colors

1 #BFBC9D and #9DBFBC with #BC9DBF are triadic colors.

2 #BF9DBC and #9DBCBF with #BC9DBF are triadic colors.