COLOR #BB85BC

HEX: #BB85BC RGB: (187,133,188)

Color info

#BB85BC contains red, green and blue colors in about the same proportion. Web safe color of #BB85BC is #CC99CC (or #C9C).

RGB color model

#BB85BC color RGB value is (187,133,188).

RGB: (187,133,188) (73%, 52%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 133 of 255 = 52%
B 188 of 255 = 74%

187
133
188

R + G + B ~ 66%. #BB85BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 133 + 188 = 508 (100%)
R 187 of 508 ~ 36.81%
G 133 of 508 ~ 26.18%
B 188 of 508 ~ 37.01'%

%36.81
%26.18
%37.01

CMYK color model

#BB85BC color CMYK value is (1,29,0,26).

  • cyan value is 0.53%
  • magenta value is 29.26%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (1,29,0,26) C1M29Y0K26 (1%,29%,0%,26%) (0.01/0.29/0.00/0.26) 

CMYK percentages

%0.53
%29.26
%0
%26.27

Codes

Color #BB85BC in popluar color models

BB 85 BC
RGB 187 133 188
HSL 299° 29.10% 62.94%
HSB/HSV 299° 29.26% 73.73%
CMYK 0.53% 29.26% 0.00%
26.27%

Color #BB85BC in popluar number systems.

HEX BB 85 BC
Decimal 187 133 188
Binary 10111011 10000101 10111100
Octal 273 205 274

Shades and tints

Shades of #BB85BC

#BB85BC
(187,133,188)
#AA79AB
(170,121,171)
#996D9A
(153,109,154)
#886189
(136,97,137)
#775578
(119,85,120)
#664967
(102,73,103)
#553D56
(85,61,86)
#443145
(68,49,69)
#332534
(51,37,52)
#221923
(34,25,35)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #BB85BC

#BB85BC
(187,133,188)
#C190C2
(193,144,194)
#C79BC8
(199,155,200)
#CDA6CE
(205,166,206)
#D3B1D4
(211,177,212)
#D9BCDA
(217,188,218)
#DFC7E0
(223,199,224)
#E5D2E6
(229,210,230)
#EBDDEC
(235,221,236)
#F1E8F2
(241,232,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB85BC; }

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

This text font color is #BB85BC.

Background Color

.myBgColor { background-color: #BB85BC; }

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

This div background color is #BB85BC.

Border color

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

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

This div border color is #BB85BC.

Opacity

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

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

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

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

This text has shadow with #BB85BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB85BC.

Preview

Color preview on black background

This text has color #BB85BC on black background.


Color preview on white background

This text has color #BB85BC on white background.


Black color preview on #BB85BC background

This text has black color on #BB85BC background.


White color preview on #BB85BC background

This text has white color on #BB85BC background.


Related colors

Complementary color

Complementary color for #hex is #447A43.


I love getcolorcode.com

Triadic colors

1 #BCBB85 and #85BCBB with #BB85BC are triadic colors.

2 #BC85BB and #85BBBC with #BB85BC are triadic colors.