COLOR #BC96AF

HEX: #BC96AF RGB: (188,150,175)

Color info

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

RGB color model

#BC96AF color RGB value is (188,150,175).

RGB: (188,150,175) (74%, 59%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 175 of 255 = 69%

188
150
175

R + G + B ~ 67%. #BC96AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 150 + 175 = 513 (100%)
R 188 of 513 ~ 36.65%
G 150 of 513 ~ 29.24%
B 175 of 513 ~ 34.11'%

%36.65
%29.24
%34.11

CMYK color model

#BC96AF color CMYK value is (0,20,7,26).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK: (0,20,7,26) C0M20Y7K26 (0%,20%,7%,26%) (0.00/0.20/0.07/0.26) 

CMYK percentages

%0
%20.21
%6.91
%26.27

Codes

Color #BC96AF in popluar color models

BC 96 AF
RGB 188 150 175
HSL 321° 22.09% 66.27%
HSB/HSV 321° 20.21% 73.73%
CMYK 0.00% 20.21% 6.91%
26.27%

Color #BC96AF in popluar number systems.

HEX BC 96 AF
Decimal 188 150 175
Binary 10111100 10010110 10101111
Octal 274 226 257

Shades and tints

Shades of #BC96AF

#BC96AF
(188,150,175)
#AB89A0
(171,137,160)
#9A7C91
(154,124,145)
#896F82
(137,111,130)
#786273
(120,98,115)
#675564
(103,85,100)
#564855
(86,72,85)
#453B46
(69,59,70)
#342E37
(52,46,55)
#232128
(35,33,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BC96AF

#BC96AF
(188,150,175)
#C29FB6
(194,159,182)
#C8A8BD
(200,168,189)
#CEB1C4
(206,177,196)
#D4BACB
(212,186,203)
#DAC3D2
(218,195,210)
#E0CCD9
(224,204,217)
#E6D5E0
(230,213,224)
#ECDEE7
(236,222,231)
#F2E7EE
(242,231,238)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC96AF color. Also use rgb(188,150,175) instead hex code.

Text Font Color

.myTextColor { color: #BC96AF; }

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

This text font color is #BC96AF.

Background Color

.myBgColor { background-color: #BC96AF; }

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

This div background color is #BC96AF.

Border color

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

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

This div border color is #BC96AF.

Opacity

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

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

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

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

This text has shadow with #BC96AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC96AF.

Preview

Color preview on black background

This text has color #BC96AF on black background.


Color preview on white background

This text has color #BC96AF on white background.


Black color preview on #BC96AF background

This text has black color on #BC96AF background.


White color preview on #BC96AF background

This text has white color on #BC96AF background.


Related colors

Complementary color

Complementary color for #hex is #436950.


I love getcolorcode.com

Triadic colors

1 #AFBC96 and #96AFBC with #BC96AF are triadic colors.

2 #AF96BC and #96BCAF with #BC96AF are triadic colors.