COLOR #BB89C5

HEX: #BB89C5 RGB: (187,137,197)

Color info

#BB89C5 contains mainly red and blue colors. Web safe color of #BB89C5 is #CC99CC (or #C9C).

RGB color model

#BB89C5 color RGB value is (187,137,197).

RGB: (187,137,197) (73%, 54%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 137 of 255 = 54%
B 197 of 255 = 77%

187
137
197

R + G + B ~ 68%. #BB89C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 137 + 197 = 521 (100%)
R 187 of 521 ~ 35.89%
G 137 of 521 ~ 26.3%
B 197 of 521 ~ 37.81'%

%35.89
%26.3
%37.81

CMYK color model

#BB89C5 color CMYK value is (5,30,0,23).

  • cyan value is 5.08%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (5,30,0,23) C5M30Y0K23 (5%,30%,0%,23%) (0.05/0.30/0.00/0.23) 

CMYK percentages

%5.08
%30.46
%0
%22.75

Codes

Color #BB89C5 in popluar color models

BB 89 C5
RGB 187 137 197
HSL 290° 34.09% 65.49%
HSB/HSV 290° 30.46% 77.25%
CMYK 5.08% 30.46% 0.00%
22.75%

Color #BB89C5 in popluar number systems.

HEX BB 89 C5
Decimal 187 137 197
Binary 10111011 10001001 11000101
Octal 273 211 305

Shades and tints

Shades of #BB89C5

#BB89C5
(187,137,197)
#AA7DB4
(170,125,180)
#9971A3
(153,113,163)
#886592
(136,101,146)
#775981
(119,89,129)
#664D70
(102,77,112)
#55415F
(85,65,95)
#44354E
(68,53,78)
#33293D
(51,41,61)
#221D2C
(34,29,44)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #BB89C5

#BB89C5
(187,137,197)
#C193CA
(193,147,202)
#C79DCF
(199,157,207)
#CDA7D4
(205,167,212)
#D3B1D9
(211,177,217)
#D9BBDE
(217,187,222)
#DFC5E3
(223,197,227)
#E5CFE8
(229,207,232)
#EBD9ED
(235,217,237)
#F1E3F2
(241,227,242)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB89C5; }

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

This text font color is #BB89C5.

Background Color

.myBgColor { background-color: #BB89C5; }

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

This div background color is #BB89C5.

Border color

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

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

This div border color is #BB89C5.

Opacity

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

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

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

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

This text has shadow with #BB89C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB89C5.

Preview

Color preview on black background

This text has color #BB89C5 on black background.


Color preview on white background

This text has color #BB89C5 on white background.


Black color preview on #BB89C5 background

This text has black color on #BB89C5 background.


White color preview on #BB89C5 background

This text has white color on #BB89C5 background.


Related colors

Complementary color

Complementary color for #hex is #44763A.


I love getcolorcode.com

Triadic colors

1 #C5BB89 and #89C5BB with #BB89C5 are triadic colors.

2 #C589BB and #89BBC5 with #BB89C5 are triadic colors.