COLOR #BC9FAD

HEX: #BC9FAD RGB: (188,159,173)

Color info

#BC9FAD contains red, green and blue colors in about the same proportion. Web safe color of #BC9FAD is #CC9999 (or #C99).

RGB color model

#BC9FAD color RGB value is (188,159,173).

RGB: (188,159,173) (74%, 62%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 173 of 255 = 68%

188
159
173

R + G + B ~ 68%. #BC9FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 159 + 173 = 520 (100%)
R 188 of 520 ~ 36.15%
G 159 of 520 ~ 30.58%
B 173 of 520 ~ 33.27'%

%36.15
%30.58
%33.27

CMYK color model

#BC9FAD color CMYK value is (0,15,8,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK: (0,15,8,26) C0M15Y8K26 (0%,15%,8%,26%) (0.00/0.15/0.08/0.26) 

CMYK percentages

%0
%15.43
%7.98
%26.27

Codes

Color #BC9FAD in popluar color models

BC 9F AD
RGB 188 159 173
HSL 331° 17.79% 68.04%
HSB/HSV 331° 15.43% 73.73%
CMYK 0.00% 15.43% 7.98%
26.27%

Color #BC9FAD in popluar number systems.

HEX BC 9F AD
Decimal 188 159 173
Binary 10111100 10011111 10101101
Octal 274 237 255

Shades and tints

Shades of #BC9FAD

#BC9FAD
(188,159,173)
#AB919E
(171,145,158)
#9A838F
(154,131,143)
#897580
(137,117,128)
#786771
(120,103,113)
#675962
(103,89,98)
#564B53
(86,75,83)
#453D44
(69,61,68)
#342F35
(52,47,53)
#232126
(35,33,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BC9FAD

#BC9FAD
(188,159,173)
#C2A7B4
(194,167,180)
#C8AFBB
(200,175,187)
#CEB7C2
(206,183,194)
#D4BFC9
(212,191,201)
#DAC7D0
(218,199,208)
#E0CFD7
(224,207,215)
#E6D7DE
(230,215,222)
#ECDFE5
(236,223,229)
#F2E7EC
(242,231,236)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9FAD color. Also use rgb(188,159,173) instead hex code.

Text Font Color

.myTextColor { color: #BC9FAD; }

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

This text font color is #BC9FAD.

Background Color

.myBgColor { background-color: #BC9FAD; }

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

This div background color is #BC9FAD.

Border color

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

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

This div border color is #BC9FAD.

Opacity

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

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

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

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

This text has shadow with #BC9FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9FAD.

Preview

Color preview on black background

This text has color #BC9FAD on black background.


Color preview on white background

This text has color #BC9FAD on white background.


Black color preview on #BC9FAD background

This text has black color on #BC9FAD background.


White color preview on #BC9FAD background

This text has white color on #BC9FAD background.


Related colors

Complementary color

Complementary color for #hex is #436052.


I love getcolorcode.com

Triadic colors

1 #ADBC9F and #9FADBC with #BC9FAD are triadic colors.

2 #AD9FBC and #9FBCAD with #BC9FAD are triadic colors.