COLOR #BB88A5

HEX: #BB88A5
RGB: (187,136,165)

Color info

#BB88A5 contains red, green and blue colors in about the same proportion. Web safe color of #BB88A5 is #CC9999 (or #C99).

RGB color model

#BB88A5 color RGB value is (187,136,165).

  • red value is 187;
  • green value is 136;
  • blue value is 165.
RGB:
(187,136,165)
(73%,53%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 165 of 255 = 65%

187
136
165

R + G + B ~ 64%. #BB88A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 165 = 488 (100%)
R 187 of 488 ~ 38.32%
G 136 of 488 ~ 27.87%
B 165 of 488 ~ 33.81%

%38.32
%27.87
%33.81

CMYK color model

#BB88A5 color CMYK value is (0,27,12,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(0,27,12,27)
C0M27Y12K27 
(0%,27%,12%,27%)
(0.00/0.27/0.12/0.27)	

CMYK percentages

%0
%27.27
%11.76
%26.67

Codes

Color #BB88A5 in popluar color models

BB88A5
RGB187136165
HSL326°27.27%63.33%
HSB/HSV326°27.27%73.33%
CMYK0.00%27.27%11.76%
26.67%

Color #BB88A5 in popluar number systems.

HEXBB88A5
Decimal187136165
Binary101110111000100010100101
Octal273210245

Shades and tints

Shades of #BB88A5

#BB88A5
(187,136,165)
#AA7C96
(170,124,150)
#997087
(153,112,135)
#886478
(136,100,120)
#775869
(119,88,105)
#664C5A
(102,76,90)
#55404B
(85,64,75)
#44343C
(68,52,60)
#33282D
(51,40,45)
#221C1E
(34,28,30)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #BB88A5

#BB88A5
(187,136,165)
#C192AD
(193,146,173)
#C79CB5
(199,156,181)
#CDA6BD
(205,166,189)
#D3B0C5
(211,176,197)
#D9BACD
(217,186,205)
#DFC4D5
(223,196,213)
#E5CEDD
(229,206,221)
#EBD8E5
(235,216,229)
#F1E2ED
(241,226,237)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB88A5 color. Also use rgb(187,136,165) instead hex code.

Text Font Color

.myTextColor { color: #BB88A5; }

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

This text font color is #BB88A5.


Background Color

.myBgColor { background-color: #BB88A5; }

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

This div background color is #BB88A5.


Border color

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

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

This div border color is #BB88A5.


Opacity

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

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

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

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

This text has shadow with #BB88A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB88A5 on black background.


Color preview on white background

This text has color #BB88A5 on white background.



Black color preview on #BB88A5 background

This text has black color on #BB88A5 background.


White color preview on #BB88A5 background

This text has white color on #BB88A5 background.