COLOR #B99BDE

HEX: #B99BDE RGB: (185,155,222)

Color info

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

RGB color model

#B99BDE color RGB value is (185,155,222).

RGB: (185,155,222) (73%, 61%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 222 of 255 = 87%

185
155
222

R + G + B ~ 74%. #B99BDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 155 + 222 = 562 (100%)
R 185 of 562 ~ 32.92%
G 155 of 562 ~ 27.58%
B 222 of 562 ~ 39.5'%

%32.92
%27.58
%39.5

CMYK color model

#B99BDE color CMYK value is (17,30,0,13).

  • cyan value is 16.67%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (17,30,0,13)
C17M30Y0K13 (17%, 30%, 0%, 13%)
(0.17 / 0.30 / 0.00 / 0.13)

CMYK percentages

%16.67
%30.18
%0
%12.94

Codes

Color #B99BDE in popluar color models

B9 9B DE
RGB 185 155 222
HSL 267° 50.38% 73.92%
HSB/HSV 267° 30.18% 87.06%
CMYK 16.67% 30.18% 0.00%
12.94%

Color #B99BDE in popluar number systems.

HEX B9 9B DE
Decimal 185 155 222
Binary 10111001 10011011 11011110
Octal 271 233 336

Shades and tints

Shades of #B99BDE

#B99BDE
(185,155,222)
#A98DCA
(169,141,202)
#997FB6
(153,127,182)
#8971A2
(137,113,162)
#79638E
(121,99,142)
#69557A
(105,85,122)
#594766
(89,71,102)
#493952
(73,57,82)
#392B3E
(57,43,62)
#291D2A
(41,29,42)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #B99BDE

#B99BDE
(185,155,222)
#BFA4E1
(191,164,225)
#C5ADE4
(197,173,228)
#CBB6E7
(203,182,231)
#D1BFEA
(209,191,234)
#D7C8ED
(215,200,237)
#DDD1F0
(221,209,240)
#E3DAF3
(227,218,243)
#E9E3F6
(233,227,246)
#EFECF9
(239,236,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99BDE; }

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

This text font color is #B99BDE.

Background Color

.myBgColor { background-color: #B99BDE; }

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

This div background color is #B99BDE.

Border color

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

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

This div border color is #B99BDE.

Opacity

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

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

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

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

This text has shadow with #B99BDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99BDE.

Preview

Color preview on black background

This text has color #B99BDE on black background.


Color preview on white background

This text has color #B99BDE on white background.


Black color preview on #B99BDE background

This text has black color on #B99BDE background.


White color preview on #B99BDE background

This text has white color on #B99BDE background.


Related colors

Complementary color

Complementary color for #hex is #466421.


I love getcolorcode.com

Triadic colors

1 #DEB99B and #9BDEB9 with #B99BDE are triadic colors.

2 #DE9BB9 and #9BB9DE with #B99BDE are triadic colors.