COLOR #B496BC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

180
150
188

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

Portions of RGB colors in percentages

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

%34.75
%28.96
%36.29

CMYK color model

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

  • cyan value is 4.26%
  • 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

%4.26
%20.21
%0
%26.27

Codes

Color #B496BC in popluar color models

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

Color #B496BC in popluar number systems.

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

Shades and tints

Shades of #B496BC

#B496BC
(180,150,188)
#A489AB
(164,137,171)
#947C9A
(148,124,154)
#846F89
(132,111,137)
#746278
(116,98,120)
#645567
(100,85,103)
#544856
(84,72,86)
#443B45
(68,59,69)
#342E34
(52,46,52)
#242123
(36,33,35)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B496BC

#B496BC
(180,150,188)
#BA9FC2
(186,159,194)
#C0A8C8
(192,168,200)
#C6B1CE
(198,177,206)
#CCBAD4
(204,186,212)
#D2C3DA
(210,195,218)
#D8CCE0
(216,204,224)
#DED5E6
(222,213,230)
#E4DEEC
(228,222,236)
#EAE7F2
(234,231,242)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496BC; }

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

This text font color is #B496BC.

Background Color

.myBgColor { background-color: #B496BC; }

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

This div background color is #B496BC.

Border color

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

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

This div border color is #B496BC.

Opacity

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

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

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

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

This text has shadow with #B496BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B496BC.

Preview

Color preview on black background

This text has color #B496BC on black background.


Color preview on white background

This text has color #B496BC on white background.


Black color preview on #B496BC background

This text has black color on #B496BC background.


White color preview on #B496BC background

This text has white color on #B496BC background.


Related colors

Complementary color

Complementary color for #hex is #4B6943.


I love getcolorcode.com

Triadic colors

1 #BCB496 and #96BCB4 with #B496BC are triadic colors.

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