COLOR #B991CC

HEX: #B991CC RGB: (185,145,204)

Color info

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

RGB color model

#B991CC color RGB value is (185,145,204).

RGB: (185,145,204) (73%, 57%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 204 of 255 = 80%

185
145
204

R + G + B ~ 70%. #B991CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 145 + 204 = 534 (100%)
R 185 of 534 ~ 34.64%
G 145 of 534 ~ 27.15%
B 204 of 534 ~ 38.2'%

%34.64
%27.15
%38.2

CMYK color model

#B991CC color CMYK value is (9,29,0,20).

  • cyan value is 9.31%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (9,29,0,20)
C9M29Y0K20 (9%, 29%, 0%, 20%)
(0.09 / 0.29 / 0.00 / 0.20)

CMYK percentages

%9.31
%28.92
%0
%20

Codes

Color #B991CC in popluar color models

B9 91 CC
RGB 185 145 204
HSL 281° 36.65% 68.43%
HSB/HSV 281° 28.92% 80.00%
CMYK 9.31% 28.92% 0.00%
20.00%

Color #B991CC in popluar number systems.

HEX B9 91 CC
Decimal 185 145 204
Binary 10111001 10010001 11001100
Octal 271 221 314

Shades and tints

Shades of #B991CC

#B991CC
(185,145,204)
#A984BA
(169,132,186)
#9977A8
(153,119,168)
#896A96
(137,106,150)
#795D84
(121,93,132)
#695072
(105,80,114)
#594360
(89,67,96)
#49364E
(73,54,78)
#39293C
(57,41,60)
#291C2A
(41,28,42)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #B991CC

#B991CC
(185,145,204)
#BF9BD0
(191,155,208)
#C5A5D4
(197,165,212)
#CBAFD8
(203,175,216)
#D1B9DC
(209,185,220)
#D7C3E0
(215,195,224)
#DDCDE4
(221,205,228)
#E3D7E8
(227,215,232)
#E9E1EC
(233,225,236)
#EFEBF0
(239,235,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B991CC color. Also use rgb(185,145,204) instead hex code.

Text Font Color

.myTextColor { color: #B991CC; }

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

This text font color is #B991CC.

Background Color

.myBgColor { background-color: #B991CC; }

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

This div background color is #B991CC.

Border color

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

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

This div border color is #B991CC.

Opacity

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

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

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

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

This text has shadow with #B991CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B991CC.

Preview

Color preview on black background

This text has color #B991CC on black background.


Color preview on white background

This text has color #B991CC on white background.


Black color preview on #B991CC background

This text has black color on #B991CC background.


White color preview on #B991CC background

This text has white color on #B991CC background.


Related colors

Complementary color

Complementary color for #hex is #466E33.


I love getcolorcode.com

Triadic colors

1 #CCB991 and #91CCB9 with #B991CC are triadic colors.

2 #CC91B9 and #91B9CC with #B991CC are triadic colors.