COLOR #BB89B8

HEX: #BB89B8
RGB: (187,137,184)

Color info

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

RGB color model

#BB89B8 color RGB value is (187,137,184).

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

RGB channels and saturation

R 187 of 255 = 73%
G 137 of 255 = 54%
B 184 of 255 = 72%

187
137
184

R + G + B ~ 66%. #BB89B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 137 + 184 = 508 (100%)
R 187 of 508 ~ 36.81%
G 137 of 508 ~ 26.97%
B 184 of 508 ~ 36.22%

%36.81
%26.97
%36.22

CMYK color model

#BB89B8 color CMYK value is (0,27,2,27).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(0,27,2,27)
C0M27Y2K27 
(0%,27%,2%,27%)
(0.00/0.27/0.02/0.27)	

CMYK percentages

%0
%26.74
%1.6
%26.67

Codes

Color #BB89B8 in popluar color models

BB89B8
RGB187137184
HSL304°26.88%63.53%
HSB/HSV304°26.74%73.33%
CMYK0.00%26.74%1.60%
26.67%

Color #BB89B8 in popluar number systems.

HEXBB89B8
Decimal187137184
Binary101110111000100110111000
Octal273211270

Shades and tints

Shades of #BB89B8

#BB89B8
(187,137,184)
#AA7DA8
(170,125,168)
#997198
(153,113,152)
#886588
(136,101,136)
#775978
(119,89,120)
#664D68
(102,77,104)
#554158
(85,65,88)
#443548
(68,53,72)
#332938
(51,41,56)
#221D28
(34,29,40)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #BB89B8

#BB89B8
(187,137,184)
#C193BE
(193,147,190)
#C79DC4
(199,157,196)
#CDA7CA
(205,167,202)
#D3B1D0
(211,177,208)
#D9BBD6
(217,187,214)
#DFC5DC
(223,197,220)
#E5CFE2
(229,207,226)
#EBD9E8
(235,217,232)
#F1E3EE
(241,227,238)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB89B8; }

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

This text font color is #BB89B8.


Background Color

.myBgColor { background-color: #BB89B8; }

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

This div background color is #BB89B8.


Border color

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

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

This div border color is #BB89B8.


Opacity

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

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

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

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

This text has shadow with #BB89B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB89B8 on black background.


Color preview on white background

This text has color #BB89B8 on white background.



Black color preview on #BB89B8 background

This text has black color on #BB89B8 background.


White color preview on #BB89B8 background

This text has white color on #BB89B8 background.