COLOR #B88BB2

HEX: #B88BB2 RGB: (184,139,178)

Color info

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

RGB color model

#B88BB2 color RGB value is (184,139,178).

RGB: (184,139,178) (72%, 55%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 139 of 255 = 55%
B 178 of 255 = 70%

184
139
178

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

Portions of RGB colors in percentages

R + G + B = 184 + 139 + 178 = 501 (100%)
R 184 of 501 ~ 36.73%
G 139 of 501 ~ 27.74%
B 178 of 501 ~ 35.53'%

%36.73
%27.74
%35.53

CMYK color model

#B88BB2 color CMYK value is (0,24,3,28).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 3.26%
  • key color value is 27.84%

CMYK: (0,24,3,28)
C0M24Y3K28 (0%, 24%, 3%, 28%)
(0.00 / 0.24 / 0.03 / 0.28)

CMYK percentages

%0
%24.46
%3.26
%27.84

Codes

Color #B88BB2 in popluar color models

B8 8B B2
RGB 184 139 178
HSL 308° 24.06% 63.33%
HSB/HSV 308° 24.46% 72.16%
CMYK 0.00% 24.46% 3.26%
27.84%

Color #B88BB2 in popluar number systems.

HEX B8 8B B2
Decimal 184 139 178
Binary 10111000 10001011 10110010
Octal 270 213 262

Shades and tints

Shades of #B88BB2

#B88BB2
(184,139,178)
#A87FA2
(168,127,162)
#987392
(152,115,146)
#886782
(136,103,130)
#785B72
(120,91,114)
#684F62
(104,79,98)
#584352
(88,67,82)
#483742
(72,55,66)
#382B32
(56,43,50)
#281F22
(40,31,34)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #B88BB2

#B88BB2
(184,139,178)
#BE95B9
(190,149,185)
#C49FC0
(196,159,192)
#CAA9C7
(202,169,199)
#D0B3CE
(208,179,206)
#D6BDD5
(214,189,213)
#DCC7DC
(220,199,220)
#E2D1E3
(226,209,227)
#E8DBEA
(232,219,234)
#EEE5F1
(238,229,241)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88BB2 color. Also use rgb(184,139,178) instead hex code.

Text Font Color

.myTextColor { color: #B88BB2; }

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

This text font color is #B88BB2.

Background Color

.myBgColor { background-color: #B88BB2; }

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

This div background color is #B88BB2.

Border color

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

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

This div border color is #B88BB2.

Opacity

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

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

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

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

This text has shadow with #B88BB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88BB2.

Preview

Color preview on black background

This text has color #B88BB2 on black background.


Color preview on white background

This text has color #B88BB2 on white background.


Black color preview on #B88BB2 background

This text has black color on #B88BB2 background.


White color preview on #B88BB2 background

This text has white color on #B88BB2 background.


Related colors

Complementary color

Complementary color for #hex is #47744D.


I love getcolorcode.com

Triadic colors

1 #B2B88B and #8BB2B8 with #B88BB2 are triadic colors.

2 #B28BB8 and #8BB8B2 with #B88BB2 are triadic colors.