COLOR #BC9DAE

HEX: #BC9DAE RGB: (188,157,174)

Color info

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

RGB color model

#BC9DAE color RGB value is (188,157,174).

RGB: (188,157,174) (74%, 62%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 174 of 255 = 68%

188
157
174

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

Portions of RGB colors in percentages

R + G + B = 188 + 157 + 174 = 519 (100%)
R 188 of 519 ~ 36.22%
G 157 of 519 ~ 30.25%
B 174 of 519 ~ 33.53'%

%36.22
%30.25
%33.53

CMYK color model

#BC9DAE color CMYK value is (0,16,7,26).

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 7.45%
  • key color value is 26.27%

CMYK: (0,16,7,26)
C0M16Y7K26 (0%, 16%, 7%, 26%)
(0.00 / 0.16 / 0.07 / 0.26)

CMYK percentages

%0
%16.49
%7.45
%26.27

Codes

Color #BC9DAE in popluar color models

BC 9D AE
RGB 188 157 174
HSL 327° 18.79% 67.65%
HSB/HSV 327° 16.49% 73.73%
CMYK 0.00% 16.49% 7.45%
26.27%

Color #BC9DAE in popluar number systems.

HEX BC 9D AE
Decimal 188 157 174
Binary 10111100 10011101 10101110
Octal 274 235 256

Shades and tints

Shades of #BC9DAE

#BC9DAE
(188,157,174)
#AB8F9F
(171,143,159)
#9A8190
(154,129,144)
#897381
(137,115,129)
#786572
(120,101,114)
#675763
(103,87,99)
#564954
(86,73,84)
#453B45
(69,59,69)
#342D36
(52,45,54)
#231F27
(35,31,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #BC9DAE

#BC9DAE
(188,157,174)
#C2A5B5
(194,165,181)
#C8ADBC
(200,173,188)
#CEB5C3
(206,181,195)
#D4BDCA
(212,189,202)
#DAC5D1
(218,197,209)
#E0CDD8
(224,205,216)
#E6D5DF
(230,213,223)
#ECDDE6
(236,221,230)
#F2E5ED
(242,229,237)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9DAE; }

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

This text font color is #BC9DAE.

Background Color

.myBgColor { background-color: #BC9DAE; }

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

This div background color is #BC9DAE.

Border color

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

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

This div border color is #BC9DAE.

Opacity

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

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

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

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

This text has shadow with #BC9DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9DAE.

Preview

Color preview on black background

This text has color #BC9DAE on black background.


Color preview on white background

This text has color #BC9DAE on white background.


Black color preview on #BC9DAE background

This text has black color on #BC9DAE background.


White color preview on #BC9DAE background

This text has white color on #BC9DAE background.


Related colors

Complementary color

Complementary color for #hex is #436251.


I love getcolorcode.com

Triadic colors

1 #AEBC9D and #9DAEBC with #BC9DAE are triadic colors.

2 #AE9DBC and #9DBCAE with #BC9DAE are triadic colors.