COLOR #BC95AA

HEX: #BC95AA RGB: (188,149,170)

Color info

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

RGB color model

#BC95AA color RGB value is (188,149,170).

RGB: (188,149,170) (74%, 58%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 170 of 255 = 67%

188
149
170

R + G + B ~ 66%. #BC95AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 149 + 170 = 507 (100%)
R 188 of 507 ~ 37.08%
G 149 of 507 ~ 29.39%
B 170 of 507 ~ 33.53'%

%37.08
%29.39
%33.53

CMYK color model

#BC95AA color CMYK value is (0,21,10,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 9.57%
  • key color value is 26.27%

CMYK: (0,21,10,26)
C0M21Y10K26 (0%, 21%, 10%, 26%)
(0.00 / 0.21 / 0.10 / 0.26)

CMYK percentages

%0
%20.74
%9.57
%26.27

Codes

Color #BC95AA in popluar color models

BC 95 AA
RGB 188 149 170
HSL 328° 22.54% 66.08%
HSB/HSV 328° 20.74% 73.73%
CMYK 0.00% 20.74% 9.57%
26.27%

Color #BC95AA in popluar number systems.

HEX BC 95 AA
Decimal 188 149 170
Binary 10111100 10010101 10101010
Octal 274 225 252

Shades and tints

Shades of #BC95AA

#BC95AA
(188,149,170)
#AB889B
(171,136,155)
#9A7B8C
(154,123,140)
#896E7D
(137,110,125)
#78616E
(120,97,110)
#67545F
(103,84,95)
#564750
(86,71,80)
#453A41
(69,58,65)
#342D32
(52,45,50)
#232023
(35,32,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BC95AA

#BC95AA
(188,149,170)
#C29EB1
(194,158,177)
#C8A7B8
(200,167,184)
#CEB0BF
(206,176,191)
#D4B9C6
(212,185,198)
#DAC2CD
(218,194,205)
#E0CBD4
(224,203,212)
#E6D4DB
(230,212,219)
#ECDDE2
(236,221,226)
#F2E6E9
(242,230,233)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC95AA color. Also use rgb(188,149,170) instead hex code.

Text Font Color

.myTextColor { color: #BC95AA; }

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

This text font color is #BC95AA.

Background Color

.myBgColor { background-color: #BC95AA; }

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

This div background color is #BC95AA.

Border color

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

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

This div border color is #BC95AA.

Opacity

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

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

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

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

This text has shadow with #BC95AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC95AA.

Preview

Color preview on black background

This text has color #BC95AA on black background.


Color preview on white background

This text has color #BC95AA on white background.


Black color preview on #BC95AA background

This text has black color on #BC95AA background.


White color preview on #BC95AA background

This text has white color on #BC95AA background.


Related colors

Complementary color

Complementary color for #hex is #436A55.


I love getcolorcode.com

Triadic colors

1 #AABC95 and #95AABC with #BC95AA are triadic colors.

2 #AA95BC and #95BCAA with #BC95AA are triadic colors.