COLOR #BB88AC

HEX: #BB88AC RGB: (187,136,172)

Color info

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

RGB color model

#BB88AC color RGB value is (187,136,172).

RGB: (187,136,172) (73%, 53%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 172 of 255 = 67%

187
136
172

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

Portions of RGB colors in percentages

R + G + B = 187 + 136 + 172 = 495 (100%)
R 187 of 495 ~ 37.78%
G 136 of 495 ~ 27.47%
B 172 of 495 ~ 34.75'%

%37.78
%27.47
%34.75

CMYK color model

#BB88AC color CMYK value is (0,27,8,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK: (0,27,8,27) C0M27Y8K27 (0%,27%,8%,27%) (0.00/0.27/0.08/0.27) 

CMYK percentages

%0
%27.27
%8.02
%26.67

Codes

Color #BB88AC in popluar color models

BB 88 AC
RGB 187 136 172
HSL 318° 27.27% 63.33%
HSB/HSV 318° 27.27% 73.33%
CMYK 0.00% 27.27% 8.02%
26.67%

Color #BB88AC in popluar number systems.

HEX BB 88 AC
Decimal 187 136 172
Binary 10111011 10001000 10101100
Octal 273 210 254

Shades and tints

Shades of #BB88AC

#BB88AC
(187,136,172)
#AA7C9D
(170,124,157)
#99708E
(153,112,142)
#88647F
(136,100,127)
#775870
(119,88,112)
#664C61
(102,76,97)
#554052
(85,64,82)
#443443
(68,52,67)
#332834
(51,40,52)
#221C25
(34,28,37)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #BB88AC

#BB88AC
(187,136,172)
#C192B3
(193,146,179)
#C79CBA
(199,156,186)
#CDA6C1
(205,166,193)
#D3B0C8
(211,176,200)
#D9BACF
(217,186,207)
#DFC4D6
(223,196,214)
#E5CEDD
(229,206,221)
#EBD8E4
(235,216,228)
#F1E2EB
(241,226,235)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB88AC; }

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

This text font color is #BB88AC.

Background Color

.myBgColor { background-color: #BB88AC; }

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

This div background color is #BB88AC.

Border color

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

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

This div border color is #BB88AC.

Opacity

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

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

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

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

This text has shadow with #BB88AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB88AC.

Preview

Color preview on black background

This text has color #BB88AC on black background.


Color preview on white background

This text has color #BB88AC on white background.


Black color preview on #BB88AC background

This text has black color on #BB88AC background.


White color preview on #BB88AC background

This text has white color on #BB88AC background.


Related colors

Complementary color

Complementary color for #hex is #447753.


I love getcolorcode.com

Triadic colors

1 #ACBB88 and #88ACBB with #BB88AC are triadic colors.

2 #AC88BB and #88BBAC with #BB88AC are triadic colors.