COLOR #BB82AC

HEX: #BB82AC RGB: (187,130,172)

Color info

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

RGB color model

#BB82AC color RGB value is (187,130,172).

RGB: (187,130,172) (73%, 51%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 130 of 255 = 51%
B 172 of 255 = 67%

187
130
172

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

Portions of RGB colors in percentages

R + G + B = 187 + 130 + 172 = 489 (100%)
R 187 of 489 ~ 38.24%
G 130 of 489 ~ 26.58%
B 172 of 489 ~ 35.17'%

%38.24
%26.58
%35.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 8.02%
  • key color value is 26.67%

CMYK: (0,30,8,27)
C0M30Y8K27 (0%, 30%, 8%, 27%)
(0.00 / 0.30 / 0.08 / 0.27)

CMYK percentages

%0
%30.48
%8.02
%26.67

Codes

Color #BB82AC in popluar color models

BB 82 AC
RGB 187 130 172
HSL 316° 29.53% 62.16%
HSB/HSV 316° 30.48% 73.33%
CMYK 0.00% 30.48% 8.02%
26.67%

Color #BB82AC in popluar number systems.

HEX BB 82 AC
Decimal 187 130 172
Binary 10111011 10000010 10101100
Octal 273 202 254

Shades and tints

Shades of #BB82AC

#BB82AC
(187,130,172)
#AA779D
(170,119,157)
#996C8E
(153,108,142)
#88617F
(136,97,127)
#775670
(119,86,112)
#664B61
(102,75,97)
#554052
(85,64,82)
#443543
(68,53,67)
#332A34
(51,42,52)
#221F25
(34,31,37)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BB82AC

#BB82AC
(187,130,172)
#C18DB3
(193,141,179)
#C798BA
(199,152,186)
#CDA3C1
(205,163,193)
#D3AEC8
(211,174,200)
#D9B9CF
(217,185,207)
#DFC4D6
(223,196,214)
#E5CFDD
(229,207,221)
#EBDAE4
(235,218,228)
#F1E5EB
(241,229,235)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB82AC; }

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

This text font color is #BB82AC.

Background Color

.myBgColor { background-color: #BB82AC; }

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

This div background color is #BB82AC.

Border color

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

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

This div border color is #BB82AC.

Opacity

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

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

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

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

This text has shadow with #BB82AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB82AC.

Preview

Color preview on black background

This text has color #BB82AC on black background.


Color preview on white background

This text has color #BB82AC on white background.


Black color preview on #BB82AC background

This text has black color on #BB82AC background.


White color preview on #BB82AC background

This text has white color on #BB82AC background.


Related colors

Complementary color

Complementary color for #hex is #447D53.


I love getcolorcode.com

Triadic colors

1 #ACBB82 and #82ACBB with #BB82AC are triadic colors.

2 #AC82BB and #82BBAC with #BB82AC are triadic colors.