COLOR #BB9BD5

HEX: #BB9BD5
RGB: (187,155,213)

Color info

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

RGB color model

#BB9BD5 color RGB value is (187,155,213).

  • red value is 187;
  • green value is 155;
  • blue value is 213.
RGB:
(187,155,213)
(73%,61%,84%)

RGB channels and saturation

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

187
155
213

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

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 213 = 555 (100%)
R 187 of 555 ~ 33.69%
G 155 of 555 ~ 27.93%
B 213 of 555 ~ 38.38%

%33.69
%27.93
%38.38

CMYK color model

#BB9BD5 color CMYK value is (12,27,0,16).

  • cyan value is 12.21%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,27,0,16)
C12M27Y0K16 
(12%,27%,0%,16%)
(0.12/0.27/0.00/0.16)	

CMYK percentages

%12.21
%27.23
%0
%16.47

Codes

Color #BB9BD5 in popluar color models

BB9BD5
RGB187155213
HSL273°40.85%72.16%
HSB/HSV273°27.23%83.53%
CMYK12.21%27.23%0.00%
16.47%

Color #BB9BD5 in popluar number systems.

HEXBB9BD5
Decimal187155213
Binary101110111001101111010101
Octal273233325

Shades and tints

Shades of #BB9BD5

#BB9BD5
(187,155,213)
#AA8DC2
(170,141,194)
#997FAF
(153,127,175)
#88719C
(136,113,156)
#776389
(119,99,137)
#665576
(102,85,118)
#554763
(85,71,99)
#443950
(68,57,80)
#332B3D
(51,43,61)
#221D2A
(34,29,42)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #BB9BD5

#BB9BD5
(187,155,213)
#C1A4D8
(193,164,216)
#C7ADDB
(199,173,219)
#CDB6DE
(205,182,222)
#D3BFE1
(211,191,225)
#D9C8E4
(217,200,228)
#DFD1E7
(223,209,231)
#E5DAEA
(229,218,234)
#EBE3ED
(235,227,237)
#F1ECF0
(241,236,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9BD5; }

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

This text font color is #BB9BD5.


Background Color

.myBgColor { background-color: #BB9BD5; }

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

This div background color is #BB9BD5.


Border color

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

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

This div border color is #BB9BD5.


Opacity

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

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

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

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

This text has shadow with #BB9BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9BD5 on black background.


Color preview on white background

This text has color #BB9BD5 on white background.



Black color preview on #BB9BD5 background

This text has black color on #BB9BD5 background.


White color preview on #BB9BD5 background

This text has white color on #BB9BD5 background.