COLOR #BC9CBF

HEX: #BC9CBF RGB: (188,156,191)

Color info

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

RGB color model

#BC9CBF color RGB value is (188,156,191).

RGB: (188,156,191) (74%, 61%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 191 of 255 = 75%

188
156
191

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

Portions of RGB colors in percentages

R + G + B = 188 + 156 + 191 = 535 (100%)
R 188 of 535 ~ 35.14%
G 156 of 535 ~ 29.16%
B 191 of 535 ~ 35.7'%

%35.14
%29.16
%35.7

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 18.32%
  • 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
%18.32
%0
%25.1

Codes

Color #BC9CBF in popluar color models

BC 9C BF
RGB 188 156 191
HSL 295° 21.47% 68.04%
HSB/HSV 295° 18.32% 74.90%
CMYK 1.57% 18.32% 0.00%
25.10%

Color #BC9CBF in popluar number systems.

HEX BC 9C BF
Decimal 188 156 191
Binary 10111100 10011100 10111111
Octal 274 234 277

Shades and tints

Shades of #BC9CBF

#BC9CBF
(188,156,191)
#AB8EAE
(171,142,174)
#9A809D
(154,128,157)
#89728C
(137,114,140)
#78647B
(120,100,123)
#67566A
(103,86,106)
#564859
(86,72,89)
#453A48
(69,58,72)
#342C37
(52,44,55)
#231E26
(35,30,38)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #BC9CBF

#BC9CBF
(188,156,191)
#C2A5C4
(194,165,196)
#C8AEC9
(200,174,201)
#CEB7CE
(206,183,206)
#D4C0D3
(212,192,211)
#DAC9D8
(218,201,216)
#E0D2DD
(224,210,221)
#E6DBE2
(230,219,226)
#ECE4E7
(236,228,231)
#F2EDEC
(242,237,236)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9CBF; }

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

This text font color is #BC9CBF.

Background Color

.myBgColor { background-color: #BC9CBF; }

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

This div background color is #BC9CBF.

Border color

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

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

This div border color is #BC9CBF.

Opacity

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

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

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

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

This text has shadow with #BC9CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9CBF.

Preview

Color preview on black background

This text has color #BC9CBF on black background.


Color preview on white background

This text has color #BC9CBF on white background.


Black color preview on #BC9CBF background

This text has black color on #BC9CBF background.


White color preview on #BC9CBF background

This text has white color on #BC9CBF background.


Related colors

Complementary color

Complementary color for #hex is #436340.


I love getcolorcode.com

Triadic colors

1 #BFBC9C and #9CBFBC with #BC9CBF are triadic colors.

2 #BF9CBC and #9CBCBF with #BC9CBF are triadic colors.