COLOR #BB85AD

HEX: #BB85AD RGB: (187,133,173)

Color info

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

RGB color model

#BB85AD color RGB value is (187,133,173).

RGB: (187,133,173) (73%, 52%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 133 of 255 = 52%
B 173 of 255 = 68%

187
133
173

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

Portions of RGB colors in percentages

R + G + B = 187 + 133 + 173 = 493 (100%)
R 187 of 493 ~ 37.93%
G 133 of 493 ~ 26.98%
B 173 of 493 ~ 35.09'%

%37.93
%26.98
%35.09

CMYK color model

#BB85AD color CMYK value is (0,29,7,27).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 7.49%
  • key color value is 26.67%

CMYK: (0,29,7,27)
C0M29Y7K27 (0%, 29%, 7%, 27%)
(0.00 / 0.29 / 0.07 / 0.27)

CMYK percentages

%0
%28.88
%7.49
%26.67

Codes

Color #BB85AD in popluar color models

BB 85 AD
RGB 187 133 173
HSL 316° 28.42% 62.75%
HSB/HSV 316° 28.88% 73.33%
CMYK 0.00% 28.88% 7.49%
26.67%

Color #BB85AD in popluar number systems.

HEX BB 85 AD
Decimal 187 133 173
Binary 10111011 10000101 10101101
Octal 273 205 255

Shades and tints

Shades of #BB85AD

#BB85AD
(187,133,173)
#AA799E
(170,121,158)
#996D8F
(153,109,143)
#886180
(136,97,128)
#775571
(119,85,113)
#664962
(102,73,98)
#553D53
(85,61,83)
#443144
(68,49,68)
#332535
(51,37,53)
#221926
(34,25,38)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #BB85AD

#BB85AD
(187,133,173)
#C190B4
(193,144,180)
#C79BBB
(199,155,187)
#CDA6C2
(205,166,194)
#D3B1C9
(211,177,201)
#D9BCD0
(217,188,208)
#DFC7D7
(223,199,215)
#E5D2DE
(229,210,222)
#EBDDE5
(235,221,229)
#F1E8EC
(241,232,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB85AD color. Also use rgb(187,133,173) instead hex code.

Text Font Color

.myTextColor { color: #BB85AD; }

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

This text font color is #BB85AD.

Background Color

.myBgColor { background-color: #BB85AD; }

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

This div background color is #BB85AD.

Border color

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

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

This div border color is #BB85AD.

Opacity

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

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

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

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

This text has shadow with #BB85AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB85AD.

Preview

Color preview on black background

This text has color #BB85AD on black background.


Color preview on white background

This text has color #BB85AD on white background.


Black color preview on #BB85AD background

This text has black color on #BB85AD background.


White color preview on #BB85AD background

This text has white color on #BB85AD background.


Related colors

Complementary color

Complementary color for #hex is #447A52.


I love getcolorcode.com

Triadic colors

1 #ADBB85 and #85ADBB with #BB85AD are triadic colors.

2 #AD85BB and #85BBAD with #BB85AD are triadic colors.