COLOR #B896BC

HEX: #B896BC RGB: (184,150,188)

Color info

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

RGB color model

#B896BC color RGB value is (184,150,188).

RGB: (184,150,188) (72%, 59%, 74%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 188 of 255 = 74%

184
150
188

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

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 188 = 522 (100%)
R 184 of 522 ~ 35.25%
G 150 of 522 ~ 28.74%
B 188 of 522 ~ 36.02'%

%35.25
%28.74
%36.02

CMYK color model

#B896BC color CMYK value is (2,20,0,26).

  • cyan value is 2.13%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (2,20,0,26) C2M20Y0K26 (2%,20%,0%,26%) (0.02/0.20/0.00/0.26) 

CMYK percentages

%2.13
%20.21
%0
%26.27

Codes

Color #B896BC in popluar color models

B8 96 BC
RGB 184 150 188
HSL 294° 22.09% 66.27%
HSB/HSV 294° 20.21% 73.73%
CMYK 2.13% 20.21% 0.00%
26.27%

Color #B896BC in popluar number systems.

HEX B8 96 BC
Decimal 184 150 188
Binary 10111000 10010110 10111100
Octal 270 226 274

Shades and tints

Shades of #B896BC

#B896BC
(184,150,188)
#A889AB
(168,137,171)
#987C9A
(152,124,154)
#886F89
(136,111,137)
#786278
(120,98,120)
#685567
(104,85,103)
#584856
(88,72,86)
#483B45
(72,59,69)
#382E34
(56,46,52)
#282123
(40,33,35)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #B896BC

#B896BC
(184,150,188)
#BE9FC2
(190,159,194)
#C4A8C8
(196,168,200)
#CAB1CE
(202,177,206)
#D0BAD4
(208,186,212)
#D6C3DA
(214,195,218)
#DCCCE0
(220,204,224)
#E2D5E6
(226,213,230)
#E8DEEC
(232,222,236)
#EEE7F2
(238,231,242)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896BC; }

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

This text font color is #B896BC.

Background Color

.myBgColor { background-color: #B896BC; }

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

This div background color is #B896BC.

Border color

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

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

This div border color is #B896BC.

Opacity

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

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

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

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

This text has shadow with #B896BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B896BC.

Preview

Color preview on black background

This text has color #B896BC on black background.


Color preview on white background

This text has color #B896BC on white background.


Black color preview on #B896BC background

This text has black color on #B896BC background.


White color preview on #B896BC background

This text has white color on #B896BC background.


Related colors

Complementary color

Complementary color for #hex is #476943.


I love getcolorcode.com

Triadic colors

1 #BCB896 and #96BCB8 with #B896BC are triadic colors.

2 #BC96B8 and #96B8BC with #B896BC are triadic colors.