COLOR #B596BC

HEX: #B596BC RGB: (181,150,188)

Color info

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

RGB color model

#B596BC color RGB value is (181,150,188).

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

RGB channels and saturation

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

181
150
188

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

Portions of RGB colors in percentages

R + G + B = 181 + 150 + 188 = 519 (100%)
R 181 of 519 ~ 34.87%
G 150 of 519 ~ 28.9%
B 188 of 519 ~ 36.22'%

%34.87
%28.9
%36.22

CMYK color model

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

  • cyan value is 3.72%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (4,20,0,26)
C4M20Y0K26 (4%, 20%, 0%, 26%)
(0.04 / 0.20 / 0.00 / 0.26)

CMYK percentages

%3.72
%20.21
%0
%26.27

Codes

Color #B596BC in popluar color models

B5 96 BC
RGB 181 150 188
HSL 289° 22.09% 66.27%
HSB/HSV 289° 20.21% 73.73%
CMYK 3.72% 20.21% 0.00%
26.27%

Color #B596BC in popluar number systems.

HEX B5 96 BC
Decimal 181 150 188
Binary 10110101 10010110 10111100
Octal 265 226 274

Shades and tints

Shades of #B596BC

#B596BC
(181,150,188)
#A589AB
(165,137,171)
#957C9A
(149,124,154)
#856F89
(133,111,137)
#756278
(117,98,120)
#655567
(101,85,103)
#554856
(85,72,86)
#453B45
(69,59,69)
#352E34
(53,46,52)
#252123
(37,33,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B596BC

#B596BC
(181,150,188)
#BB9FC2
(187,159,194)
#C1A8C8
(193,168,200)
#C7B1CE
(199,177,206)
#CDBAD4
(205,186,212)
#D3C3DA
(211,195,218)
#D9CCE0
(217,204,224)
#DFD5E6
(223,213,230)
#E5DEEC
(229,222,236)
#EBE7F2
(235,231,242)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B596BC; }

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

This text font color is #B596BC.

Background Color

.myBgColor { background-color: #B596BC; }

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

This div background color is #B596BC.

Border color

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

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

This div border color is #B596BC.

Opacity

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

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

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

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

This text has shadow with #B596BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B596BC.

Preview

Color preview on black background

This text has color #B596BC on black background.


Color preview on white background

This text has color #B596BC on white background.


Black color preview on #B596BC background

This text has black color on #B596BC background.


White color preview on #B596BC background

This text has white color on #B596BC background.


Related colors

Complementary color

Complementary color for #hex is #4A6943.


I love getcolorcode.com

Triadic colors

1 #BCB596 and #96BCB5 with #B596BC are triadic colors.

2 #BC96B5 and #96B5BC with #B596BC are triadic colors.