COLOR #BB6D96

HEX: #BB6D96
RGB: (187,109,150)

Color info

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

RGB color model

#BB6D96 color RGB value is (187,109,150).

  • red value is 187;
  • green value is 109;
  • blue value is 150.
RGB:
(187,109,150)
(73%,43%,59%)

RGB channels and saturation

R 187 of 255 = 73%
G 109 of 255 = 43%
B 150 of 255 = 59%

187
109
150

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

Portions of RGB colors in percentages

R + G + B =
187 + 109 + 150 = 446 (100%)
R 187 of 446 ~ 41.93%
G 109 of 446 ~ 24.44%
B 150 of 446 ~ 33.63%

%41.93
%24.44
%33.63

CMYK color model

#BB6D96 color CMYK value is (0,42,20,27).

  • cyan value is 0.00%
  • magenta value is 41.71%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(0,42,20,27)
C0M42Y20K27 
(0%,42%,20%,27%)
(0.00/0.42/0.20/0.27)	

CMYK percentages

%0
%41.71
%19.79
%26.67

Codes

Color #BB6D96 in popluar color models

BB6D96
RGB187109150
HSL328°36.45%58.04%
HSB/HSV328°41.71%73.33%
CMYK0.00%41.71%19.79%
26.67%

Color #BB6D96 in popluar number systems.

HEXBB6D96
Decimal187109150
Binary10111011110110110010110
Octal273155226

Shades and tints

Shades of #BB6D96

#BB6D96
(187,109,150)
#AA6489
(170,100,137)
#995B7C
(153,91,124)
#88526F
(136,82,111)
#774962
(119,73,98)
#664055
(102,64,85)
#553748
(85,55,72)
#442E3B
(68,46,59)
#33252E
(51,37,46)
#221C21
(34,28,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BB6D96

#BB6D96
(187,109,150)
#C17A9F
(193,122,159)
#C787A8
(199,135,168)
#CD94B1
(205,148,177)
#D3A1BA
(211,161,186)
#D9AEC3
(217,174,195)
#DFBBCC
(223,187,204)
#E5C8D5
(229,200,213)
#EBD5DE
(235,213,222)
#F1E2E7
(241,226,231)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6D96 color. Also use rgb(187,109,150) instead hex code.

Text Font Color

.myTextColor { color: #BB6D96; }

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

This text font color is #BB6D96.


Background Color

.myBgColor { background-color: #BB6D96; }

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

This div background color is #BB6D96.


Border color

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

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

This div border color is #BB6D96.


Opacity

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

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

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

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

This text has shadow with #BB6D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6D96 on black background.


Color preview on white background

This text has color #BB6D96 on white background.



Black color preview on #BB6D96 background

This text has black color on #BB6D96 background.


White color preview on #BB6D96 background

This text has white color on #BB6D96 background.