COLOR #BB89B9

HEX: #BB89B9
RGB: (187,137,185)

Color info

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

RGB color model

#BB89B9 color RGB value is (187,137,185).

  • red value is 187;
  • green value is 137;
  • blue value is 185.
RGB:
(187,137,185)
(73%,54%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 137 of 255 = 54%
B 185 of 255 = 73%

187
137
185

R + G + B ~ 67%. #BB89B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 137 + 185 = 509 (100%)
R 187 of 509 ~ 36.74%
G 137 of 509 ~ 26.92%
B 185 of 509 ~ 36.35%

%36.74
%26.92
%36.35

CMYK color model

#BB89B9 color CMYK value is (0,27,1,27).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(0,27,1,27)
C0M27Y1K27 
(0%,27%,1%,27%)
(0.00/0.27/0.01/0.27)	

CMYK percentages

%0
%26.74
%1.07
%26.67

Codes

Color #BB89B9 in popluar color models

BB89B9
RGB187137185
HSL302°26.88%63.53%
HSB/HSV302°26.74%73.33%
CMYK0.00%26.74%1.07%
26.67%

Color #BB89B9 in popluar number systems.

HEXBB89B9
Decimal187137185
Binary101110111000100110111001
Octal273211271

Shades and tints

Shades of #BB89B9

#BB89B9
(187,137,185)
#AA7DA9
(170,125,169)
#997199
(153,113,153)
#886589
(136,101,137)
#775979
(119,89,121)
#664D69
(102,77,105)
#554159
(85,65,89)
#443549
(68,53,73)
#332939
(51,41,57)
#221D29
(34,29,41)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #BB89B9

#BB89B9
(187,137,185)
#C193BF
(193,147,191)
#C79DC5
(199,157,197)
#CDA7CB
(205,167,203)
#D3B1D1
(211,177,209)
#D9BBD7
(217,187,215)
#DFC5DD
(223,197,221)
#E5CFE3
(229,207,227)
#EBD9E9
(235,217,233)
#F1E3EF
(241,227,239)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB89B9 color. Also use rgb(187,137,185) instead hex code.

Text Font Color

.myTextColor { color: #BB89B9; }

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

This text font color is #BB89B9.


Background Color

.myBgColor { background-color: #BB89B9; }

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

This div background color is #BB89B9.


Border color

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

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

This div border color is #BB89B9.


Opacity

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

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

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

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

This text has shadow with #BB89B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB89B9 on black background.


Color preview on white background

This text has color #BB89B9 on white background.



Black color preview on #BB89B9 background

This text has black color on #BB89B9 background.


White color preview on #BB89B9 background

This text has white color on #BB89B9 background.