COLOR #BB9DCB

HEX: #BB9DCB RGB: (187,157,203)

Color info

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

RGB color model

#BB9DCB color RGB value is (187,157,203).

RGB: (187,157,203) (73%, 62%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 203 of 255 = 80%

187
157
203

R + G + B ~ 72%. #BB9DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 157 + 203 = 547 (100%)
R 187 of 547 ~ 34.19%
G 157 of 547 ~ 28.7%
B 203 of 547 ~ 37.11'%

%34.19
%28.7
%37.11

CMYK color model

#BB9DCB color CMYK value is (8,23,0,20).

  • cyan value is 7.88%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (8,23,0,20)
C8M23Y0K20 (8%, 23%, 0%, 20%)
(0.08 / 0.23 / 0.00 / 0.20)

CMYK percentages

%7.88
%22.66
%0
%20.39

Codes

Color #BB9DCB in popluar color models

BB 9D CB
RGB 187 157 203
HSL 279° 30.67% 70.59%
HSB/HSV 279° 22.66% 79.61%
CMYK 7.88% 22.66% 0.00%
20.39%

Color #BB9DCB in popluar number systems.

HEX BB 9D CB
Decimal 187 157 203
Binary 10111011 10011101 11001011
Octal 273 235 313

Shades and tints

Shades of #BB9DCB

#BB9DCB
(187,157,203)
#AA8FB9
(170,143,185)
#9981A7
(153,129,167)
#887395
(136,115,149)
#776583
(119,101,131)
#665771
(102,87,113)
#55495F
(85,73,95)
#443B4D
(68,59,77)
#332D3B
(51,45,59)
#221F29
(34,31,41)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #BB9DCB

#BB9DCB
(187,157,203)
#C1A5CF
(193,165,207)
#C7ADD3
(199,173,211)
#CDB5D7
(205,181,215)
#D3BDDB
(211,189,219)
#D9C5DF
(217,197,223)
#DFCDE3
(223,205,227)
#E5D5E7
(229,213,231)
#EBDDEB
(235,221,235)
#F1E5EF
(241,229,239)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9DCB color. Also use rgb(187,157,203) instead hex code.

Text Font Color

.myTextColor { color: #BB9DCB; }

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

This text font color is #BB9DCB.

Background Color

.myBgColor { background-color: #BB9DCB; }

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

This div background color is #BB9DCB.

Border color

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

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

This div border color is #BB9DCB.

Opacity

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

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

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

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

This text has shadow with #BB9DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9DCB.

Preview

Color preview on black background

This text has color #BB9DCB on black background.


Color preview on white background

This text has color #BB9DCB on white background.


Black color preview on #BB9DCB background

This text has black color on #BB9DCB background.


White color preview on #BB9DCB background

This text has white color on #BB9DCB background.


Related colors

Complementary color

Complementary color for #hex is #446234.


I love getcolorcode.com

Triadic colors

1 #CBBB9D and #9DCBBB with #BB9DCB are triadic colors.

2 #CB9DBB and #9DBBCB with #BB9DCB are triadic colors.