COLOR #BB9BCD

HEX: #BB9BCD RGB: (187,155,205)

Color info

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

RGB color model

#BB9BCD color RGB value is (187,155,205).

RGB: (187,155,205) (73%, 61%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 205 of 255 = 80%

187
155
205

R + G + B ~ 71%. #BB9BCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 155 + 205 = 547 (100%)
R 187 of 547 ~ 34.19%
G 155 of 547 ~ 28.34%
B 205 of 547 ~ 37.48'%

%34.19
%28.34
%37.48

CMYK color model

#BB9BCD color CMYK value is (9,24,0,20).

  • cyan value is 8.78%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (9,24,0,20)
C9M24Y0K20 (9%, 24%, 0%, 20%)
(0.09 / 0.24 / 0.00 / 0.20)

CMYK percentages

%8.78
%24.39
%0
%19.61

Codes

Color #BB9BCD in popluar color models

BB 9B CD
RGB 187 155 205
HSL 278° 33.33% 70.59%
HSB/HSV 278° 24.39% 80.39%
CMYK 8.78% 24.39% 0.00%
19.61%

Color #BB9BCD in popluar number systems.

HEX BB 9B CD
Decimal 187 155 205
Binary 10111011 10011011 11001101
Octal 273 233 315

Shades and tints

Shades of #BB9BCD

#BB9BCD
(187,155,205)
#AA8DBB
(170,141,187)
#997FA9
(153,127,169)
#887197
(136,113,151)
#776385
(119,99,133)
#665573
(102,85,115)
#554761
(85,71,97)
#44394F
(68,57,79)
#332B3D
(51,43,61)
#221D2B
(34,29,43)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #BB9BCD

#BB9BCD
(187,155,205)
#C1A4D1
(193,164,209)
#C7ADD5
(199,173,213)
#CDB6D9
(205,182,217)
#D3BFDD
(211,191,221)
#D9C8E1
(217,200,225)
#DFD1E5
(223,209,229)
#E5DAE9
(229,218,233)
#EBE3ED
(235,227,237)
#F1ECF1
(241,236,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9BCD; }

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

This text font color is #BB9BCD.

Background Color

.myBgColor { background-color: #BB9BCD; }

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

This div background color is #BB9BCD.

Border color

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

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

This div border color is #BB9BCD.

Opacity

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

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

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

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

This text has shadow with #BB9BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9BCD.

Preview

Color preview on black background

This text has color #BB9BCD on black background.


Color preview on white background

This text has color #BB9BCD on white background.


Black color preview on #BB9BCD background

This text has black color on #BB9BCD background.


White color preview on #BB9BCD background

This text has white color on #BB9BCD background.


Related colors

Complementary color

Complementary color for #hex is #446432.


I love getcolorcode.com

Triadic colors

1 #CDBB9B and #9BCDBB with #BB9BCD are triadic colors.

2 #CD9BBB and #9BBBCD with #BB9BCD are triadic colors.