COLOR #B99BE6

HEX: #B99BE6 RGB: (185,155,230)

Color info

#B99BE6 contains mainly red and blue colors. Web safe color of #B99BE6 is #CC99CC (or #C9C).

RGB color model

#B99BE6 color RGB value is (185,155,230).

RGB: (185,155,230) (73%, 61%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 230 of 255 = 90%

185
155
230

R + G + B ~ 75%. #B99BE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 155 + 230 = 570 (100%)
R 185 of 570 ~ 32.46%
G 155 of 570 ~ 27.19%
B 230 of 570 ~ 40.35'%

%32.46
%27.19
%40.35

CMYK color model

#B99BE6 color CMYK value is (20,33,0,10).

  • cyan value is 19.57%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (20,33,0,10)
C20M33Y0K10 (20%, 33%, 0%, 10%)
(0.20 / 0.33 / 0.00 / 0.10)

CMYK percentages

%19.57
%32.61
%0
%9.8

Codes

Color #B99BE6 in popluar color models

B9 9B E6
RGB 185 155 230
HSL 264° 60.00% 75.49%
HSB/HSV 264° 32.61% 90.20%
CMYK 19.57% 32.61% 0.00%
9.80%

Color #B99BE6 in popluar number systems.

HEX B9 9B E6
Decimal 185 155 230
Binary 10111001 10011011 11100110
Octal 271 233 346

Shades and tints

Shades of #B99BE6

#B99BE6
(185,155,230)
#A98DD2
(169,141,210)
#997FBE
(153,127,190)
#8971AA
(137,113,170)
#796396
(121,99,150)
#695582
(105,85,130)
#59476E
(89,71,110)
#49395A
(73,57,90)
#392B46
(57,43,70)
#291D32
(41,29,50)
#190F1E
(25,15,30)
#000000
(0,0,0)

Tints of #B99BE6

#B99BE6
(185,155,230)
#BFA4E8
(191,164,232)
#C5ADEA
(197,173,234)
#CBB6EC
(203,182,236)
#D1BFEE
(209,191,238)
#D7C8F0
(215,200,240)
#DDD1F2
(221,209,242)
#E3DAF4
(227,218,244)
#E9E3F6
(233,227,246)
#EFECF8
(239,236,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99BE6 color. Also use rgb(185,155,230) instead hex code.

Text Font Color

.myTextColor { color: #B99BE6; }

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

This text font color is #B99BE6.

Background Color

.myBgColor { background-color: #B99BE6; }

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

This div background color is #B99BE6.

Border color

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

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

This div border color is #B99BE6.

Opacity

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

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

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

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

This text has shadow with #B99BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99BE6.

Preview

Color preview on black background

This text has color #B99BE6 on black background.


Color preview on white background

This text has color #B99BE6 on white background.


Black color preview on #B99BE6 background

This text has black color on #B99BE6 background.


White color preview on #B99BE6 background

This text has white color on #B99BE6 background.


Related colors

Complementary color

Complementary color for #hex is #466419.


I love getcolorcode.com

Triadic colors

1 #E6B99B and #9BE6B9 with #B99BE6 are triadic colors.

2 #E69BB9 and #9BB9E6 with #B99BE6 are triadic colors.