COLOR #BB789E

HEX: #BB789E RGB: (187,120,158)

Color info

#BB789E contains mainly red and blue colors. Web safe color of #BB789E is #CC6699 (or #C69).

RGB color model

#BB789E color RGB value is (187,120,158).

RGB: (187,120,158) (73%, 47%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 120 of 255 = 47%
B 158 of 255 = 62%

187
120
158

R + G + B ~ 61%. #BB789E is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 120 + 158 = 465 (100%)
R 187 of 465 ~ 40.22%
G 120 of 465 ~ 25.81%
B 158 of 465 ~ 33.98'%

%40.22
%25.81
%33.98

CMYK color model

#BB789E color CMYK value is (0,36,16,27).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 15.51%
  • key color value is 26.67%

CMYK: (0,36,16,27)
C0M36Y16K27 (0%, 36%, 16%, 27%)
(0.00 / 0.36 / 0.16 / 0.27)

CMYK percentages

%0
%35.83
%15.51
%26.67

Codes

Color #BB789E in popluar color models

BB 78 9E
RGB 187 120 158
HSL 326° 33.00% 60.20%
HSB/HSV 326° 35.83% 73.33%
CMYK 0.00% 35.83% 15.51%
26.67%

Color #BB789E in popluar number systems.

HEX BB 78 9E
Decimal 187 120 158
Binary 10111011 1111000 10011110
Octal 273 170 236

Shades and tints

Shades of #BB789E

#BB789E
(187,120,158)
#AA6E90
(170,110,144)
#996482
(153,100,130)
#885A74
(136,90,116)
#775066
(119,80,102)
#664658
(102,70,88)
#553C4A
(85,60,74)
#44323C
(68,50,60)
#33282E
(51,40,46)
#221E20
(34,30,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BB789E

#BB789E
(187,120,158)
#C184A6
(193,132,166)
#C790AE
(199,144,174)
#CD9CB6
(205,156,182)
#D3A8BE
(211,168,190)
#D9B4C6
(217,180,198)
#DFC0CE
(223,192,206)
#E5CCD6
(229,204,214)
#EBD8DE
(235,216,222)
#F1E4E6
(241,228,230)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB789E color. Also use rgb(187,120,158) instead hex code.

Text Font Color

.myTextColor { color: #BB789E; }

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

This text font color is #BB789E.

Background Color

.myBgColor { background-color: #BB789E; }

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

This div background color is #BB789E.

Border color

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

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

This div border color is #BB789E.

Opacity

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

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

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

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

This text has shadow with #BB789E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB789E.

Preview

Color preview on black background

This text has color #BB789E on black background.


Color preview on white background

This text has color #BB789E on white background.


Black color preview on #BB789E background

This text has black color on #BB789E background.


White color preview on #BB789E background

This text has white color on #BB789E background.


Related colors

Complementary color

Complementary color for #hex is #448761.


I love getcolorcode.com

Triadic colors

1 #9EBB78 and #789EBB with #BB789E are triadic colors.

2 #9E78BB and #78BB9E with #BB789E are triadic colors.