COLOR #BC96B4

HEX: #BC96B4 RGB: (188,150,180)

Color info

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

RGB color model

#BC96B4 color RGB value is (188,150,180).

RGB: (188,150,180) (74%, 59%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 180 of 255 = 71%

188
150
180

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

Portions of RGB colors in percentages

R + G + B = 188 + 150 + 180 = 518 (100%)
R 188 of 518 ~ 36.29%
G 150 of 518 ~ 28.96%
B 180 of 518 ~ 34.75'%

%36.29
%28.96
%34.75

CMYK color model

#BC96B4 color CMYK value is (0,20,4,26).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 4.26%
  • key color value is 26.27%
CMYK: (0,20,4,26) C0M20Y4K26 (0%,20%,4%,26%) (0.00/0.20/0.04/0.26) 

CMYK percentages

%0
%20.21
%4.26
%26.27

Codes

Color #BC96B4 in popluar color models

BC 96 B4
RGB 188 150 180
HSL 313° 22.09% 66.27%
HSB/HSV 313° 20.21% 73.73%
CMYK 0.00% 20.21% 4.26%
26.27%

Color #BC96B4 in popluar number systems.

HEX BC 96 B4
Decimal 188 150 180
Binary 10111100 10010110 10110100
Octal 274 226 264

Shades and tints

Shades of #BC96B4

#BC96B4
(188,150,180)
#AB89A4
(171,137,164)
#9A7C94
(154,124,148)
#896F84
(137,111,132)
#786274
(120,98,116)
#675564
(103,85,100)
#564854
(86,72,84)
#453B44
(69,59,68)
#342E34
(52,46,52)
#232124
(35,33,36)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BC96B4

#BC96B4
(188,150,180)
#C29FBA
(194,159,186)
#C8A8C0
(200,168,192)
#CEB1C6
(206,177,198)
#D4BACC
(212,186,204)
#DAC3D2
(218,195,210)
#E0CCD8
(224,204,216)
#E6D5DE
(230,213,222)
#ECDEE4
(236,222,228)
#F2E7EA
(242,231,234)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC96B4; }

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

This text font color is #BC96B4.

Background Color

.myBgColor { background-color: #BC96B4; }

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

This div background color is #BC96B4.

Border color

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

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

This div border color is #BC96B4.

Opacity

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

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

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

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

This text has shadow with #BC96B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC96B4.

Preview

Color preview on black background

This text has color #BC96B4 on black background.


Color preview on white background

This text has color #BC96B4 on white background.


Black color preview on #BC96B4 background

This text has black color on #BC96B4 background.


White color preview on #BC96B4 background

This text has white color on #BC96B4 background.


Related colors

Complementary color

Complementary color for #hex is #43694B.


I love getcolorcode.com

Triadic colors

1 #B4BC96 and #96B4BC with #BC96B4 are triadic colors.

2 #B496BC and #96BCB4 with #BC96B4 are triadic colors.