COLOR #BB82A9

HEX: #BB82A9
RGB: (187,130,169)

Color info

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

RGB color model

#BB82A9 color RGB value is (187,130,169).

  • red value is 187;
  • green value is 130;
  • blue value is 169.
RGB:
(187,130,169)
(73%,51%,66%)

RGB channels and saturation

R 187 of 255 = 73%
G 130 of 255 = 51%
B 169 of 255 = 66%

187
130
169

R + G + B ~ 63%. #BB82A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 130 + 169 = 486 (100%)
R 187 of 486 ~ 38.48%
G 130 of 486 ~ 26.75%
B 169 of 486 ~ 34.77%

%38.48
%26.75
%34.77

CMYK color model

#BB82A9 color CMYK value is (0,30,10,27).

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(0,30,10,27)
C0M30Y10K27 
(0%,30%,10%,27%)
(0.00/0.30/0.10/0.27)	

CMYK percentages

%0
%30.48
%9.63
%26.67

Codes

Color #BB82A9 in popluar color models

BB82A9
RGB187130169
HSL319°29.53%62.16%
HSB/HSV319°30.48%73.33%
CMYK0.00%30.48%9.63%
26.67%

Color #BB82A9 in popluar number systems.

HEXBB82A9
Decimal187130169
Binary101110111000001010101001
Octal273202251

Shades and tints

Shades of #BB82A9

#BB82A9
(187,130,169)
#AA779A
(170,119,154)
#996C8B
(153,108,139)
#88617C
(136,97,124)
#77566D
(119,86,109)
#664B5E
(102,75,94)
#55404F
(85,64,79)
#443540
(68,53,64)
#332A31
(51,42,49)
#221F22
(34,31,34)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BB82A9

#BB82A9
(187,130,169)
#C18DB0
(193,141,176)
#C798B7
(199,152,183)
#CDA3BE
(205,163,190)
#D3AEC5
(211,174,197)
#D9B9CC
(217,185,204)
#DFC4D3
(223,196,211)
#E5CFDA
(229,207,218)
#EBDAE1
(235,218,225)
#F1E5E8
(241,229,232)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB82A9; }

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

This text font color is #BB82A9.


Background Color

.myBgColor { background-color: #BB82A9; }

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

This div background color is #BB82A9.


Border color

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

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

This div border color is #BB82A9.


Opacity

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

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

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

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

This text has shadow with #BB82A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB82A9 on black background.


Color preview on white background

This text has color #BB82A9 on white background.



Black color preview on #BB82A9 background

This text has black color on #BB82A9 background.


White color preview on #BB82A9 background

This text has white color on #BB82A9 background.