COLOR #B99FC0

HEX: #B99FC0 RGB: (185,159,192)

Color info

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

RGB color model

#B99FC0 color RGB value is (185,159,192).

RGB: (185,159,192) (73%, 62%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 159 of 255 = 62%
B 192 of 255 = 75%

185
159
192

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

Portions of RGB colors in percentages

R + G + B = 185 + 159 + 192 = 536 (100%)
R 185 of 536 ~ 34.51%
G 159 of 536 ~ 29.66%
B 192 of 536 ~ 35.82'%

%34.51
%29.66
%35.82

CMYK color model

#B99FC0 color CMYK value is (4,17,0,25).

  • cyan value is 3.65%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (4,17,0,25)
C4M17Y0K25 (4%, 17%, 0%, 25%)
(0.04 / 0.17 / 0.00 / 0.25)

CMYK percentages

%3.65
%17.19
%0
%24.71

Codes

Color #B99FC0 in popluar color models

B9 9F C0
RGB 185 159 192
HSL 287° 20.75% 68.82%
HSB/HSV 287° 17.19% 75.29%
CMYK 3.65% 17.19% 0.00%
24.71%

Color #B99FC0 in popluar number systems.

HEX B9 9F C0
Decimal 185 159 192
Binary 10111001 10011111 11000000
Octal 271 237 300

Shades and tints

Shades of #B99FC0

#B99FC0
(185,159,192)
#A991AF
(169,145,175)
#99839E
(153,131,158)
#89758D
(137,117,141)
#79677C
(121,103,124)
#69596B
(105,89,107)
#594B5A
(89,75,90)
#493D49
(73,61,73)
#392F38
(57,47,56)
#292127
(41,33,39)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #B99FC0

#B99FC0
(185,159,192)
#BFA7C5
(191,167,197)
#C5AFCA
(197,175,202)
#CBB7CF
(203,183,207)
#D1BFD4
(209,191,212)
#D7C7D9
(215,199,217)
#DDCFDE
(221,207,222)
#E3D7E3
(227,215,227)
#E9DFE8
(233,223,232)
#EFE7ED
(239,231,237)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99FC0 color. Also use rgb(185,159,192) instead hex code.

Text Font Color

.myTextColor { color: #B99FC0; }

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

This text font color is #B99FC0.

Background Color

.myBgColor { background-color: #B99FC0; }

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

This div background color is #B99FC0.

Border color

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

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

This div border color is #B99FC0.

Opacity

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

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

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

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

This text has shadow with #B99FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99FC0.

Preview

Color preview on black background

This text has color #B99FC0 on black background.


Color preview on white background

This text has color #B99FC0 on white background.


Black color preview on #B99FC0 background

This text has black color on #B99FC0 background.


White color preview on #B99FC0 background

This text has white color on #B99FC0 background.


Related colors

Complementary color

Complementary color for #hex is #46603F.


I love getcolorcode.com

Triadic colors

1 #C0B99F and #9FC0B9 with #B99FC0 are triadic colors.

2 #C09FB9 and #9FB9C0 with #B99FC0 are triadic colors.