COLOR #BB9BD7

HEX: #BB9BD7 RGB: (187,155,215)

Color info

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

RGB color model

#BB9BD7 color RGB value is (187,155,215).

RGB: (187,155,215) (73%, 61%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 215 of 255 = 84%

187
155
215

R + G + B ~ 73%. #BB9BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 155 + 215 = 557 (100%)
R 187 of 557 ~ 33.57%
G 155 of 557 ~ 27.83%
B 215 of 557 ~ 38.6'%

%33.57
%27.83
%38.6

CMYK color model

#BB9BD7 color CMYK value is (13,28,0,16).

  • cyan value is 13.02%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,28,0,16)
C13M28Y0K16 (13%, 28%, 0%, 16%)
(0.13 / 0.28 / 0.00 / 0.16)

CMYK percentages

%13.02
%27.91
%0
%15.69

Codes

Color #BB9BD7 in popluar color models

BB 9B D7
RGB 187 155 215
HSL 272° 42.86% 72.55%
HSB/HSV 272° 27.91% 84.31%
CMYK 13.02% 27.91% 0.00%
15.69%

Color #BB9BD7 in popluar number systems.

HEX BB 9B D7
Decimal 187 155 215
Binary 10111011 10011011 11010111
Octal 273 233 327

Shades and tints

Shades of #BB9BD7

#BB9BD7
(187,155,215)
#AA8DC4
(170,141,196)
#997FB1
(153,127,177)
#88719E
(136,113,158)
#77638B
(119,99,139)
#665578
(102,85,120)
#554765
(85,71,101)
#443952
(68,57,82)
#332B3F
(51,43,63)
#221D2C
(34,29,44)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #BB9BD7

#BB9BD7
(187,155,215)
#C1A4DA
(193,164,218)
#C7ADDD
(199,173,221)
#CDB6E0
(205,182,224)
#D3BFE3
(211,191,227)
#D9C8E6
(217,200,230)
#DFD1E9
(223,209,233)
#E5DAEC
(229,218,236)
#EBE3EF
(235,227,239)
#F1ECF2
(241,236,242)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9BD7 color. Also use rgb(187,155,215) instead hex code.

Text Font Color

.myTextColor { color: #BB9BD7; }

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

This text font color is #BB9BD7.

Background Color

.myBgColor { background-color: #BB9BD7; }

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

This div background color is #BB9BD7.

Border color

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

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

This div border color is #BB9BD7.

Opacity

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

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

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

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

This text has shadow with #BB9BD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9BD7.

Preview

Color preview on black background

This text has color #BB9BD7 on black background.


Color preview on white background

This text has color #BB9BD7 on white background.


Black color preview on #BB9BD7 background

This text has black color on #BB9BD7 background.


White color preview on #BB9BD7 background

This text has white color on #BB9BD7 background.


Related colors

Complementary color

Complementary color for #hex is #446428.


I love getcolorcode.com

Triadic colors

1 #D7BB9B and #9BD7BB with #BB9BD7 are triadic colors.

2 #D79BBB and #9BBBD7 with #BB9BD7 are triadic colors.