COLOR #BB5D9C

HEX: #BB5D9C
RGB: (187,93,156)

Color info

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

RGB color model

#BB5D9C color RGB value is (187,93,156).

  • red value is 187;
  • green value is 93;
  • blue value is 156.
RGB:
(187,93,156)
(73%,36%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 93 of 255 = 36%
B 156 of 255 = 61%

187
93
156

R + G + B ~ 57%. #BB5D9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 93 + 156 = 436 (100%)
R 187 of 436 ~ 42.89%
G 93 of 436 ~ 21.33%
B 156 of 436 ~ 35.78%

%42.89
%21.33
%35.78

CMYK color model

#BB5D9C color CMYK value is (0,50,17,27).

  • cyan value is 0.00%
  • magenta value is 50.27%
  • yellow value is 16.58%
  • key color value is 26.67%
CMYK:
(0,50,17,27)
C0M50Y17K27 
(0%,50%,17%,27%)
(0.00/0.50/0.17/0.27)	

CMYK percentages

%0
%50.27
%16.58
%26.67

Codes

Color #BB5D9C in popluar color models

BB5D9C
RGB18793156
HSL320°40.87%54.90%
HSB/HSV320°50.27%73.33%
CMYK0.00%50.27%16.58%
26.67%

Color #BB5D9C in popluar number systems.

HEXBB5D9C
Decimal18793156
Binary10111011101110110011100
Octal273135234

Shades and tints

Shades of #BB5D9C

#BB5D9C
(187,93,156)
#AA558E
(170,85,142)
#994D80
(153,77,128)
#884572
(136,69,114)
#773D64
(119,61,100)
#663556
(102,53,86)
#552D48
(85,45,72)
#44253A
(68,37,58)
#331D2C
(51,29,44)
#22151E
(34,21,30)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #BB5D9C

#BB5D9C
(187,93,156)
#C16BA5
(193,107,165)
#C779AE
(199,121,174)
#CD87B7
(205,135,183)
#D395C0
(211,149,192)
#D9A3C9
(217,163,201)
#DFB1D2
(223,177,210)
#E5BFDB
(229,191,219)
#EBCDE4
(235,205,228)
#F1DBED
(241,219,237)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5D9C color. Also use rgb(187,93,156) instead hex code.

Text Font Color

.myTextColor { color: #BB5D9C; }

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

This text font color is #BB5D9C.


Background Color

.myBgColor { background-color: #BB5D9C; }

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

This div background color is #BB5D9C.


Border color

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

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

This div border color is #BB5D9C.


Opacity

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

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

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

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

This text has shadow with #BB5D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5D9C on black background.


Color preview on white background

This text has color #BB5D9C on white background.



Black color preview on #BB5D9C background

This text has black color on #BB5D9C background.


White color preview on #BB5D9C background

This text has white color on #BB5D9C background.