COLOR #B888B2

HEX: #B888B2 RGB: (184,136,178)

Color info

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

RGB color model

#B888B2 color RGB value is (184,136,178).

RGB: (184,136,178) (72%, 53%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 136 of 255 = 53%
B 178 of 255 = 70%

184
136
178

R + G + B ~ 65%. #B888B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 136 + 178 = 498 (100%)
R 184 of 498 ~ 36.95%
G 136 of 498 ~ 27.31%
B 178 of 498 ~ 35.74'%

%36.95
%27.31
%35.74

CMYK color model

#B888B2 color CMYK value is (0,26,3,28).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 3.26%
  • key color value is 27.84%
CMYK: (0,26,3,28) C0M26Y3K28 (0%,26%,3%,28%) (0.00/0.26/0.03/0.28) 

CMYK percentages

%0
%26.09
%3.26
%27.84

Codes

Color #B888B2 in popluar color models

B8 88 B2
RGB 184 136 178
HSL 308° 25.26% 62.75%
HSB/HSV 308° 26.09% 72.16%
CMYK 0.00% 26.09% 3.26%
27.84%

Color #B888B2 in popluar number systems.

HEX B8 88 B2
Decimal 184 136 178
Binary 10111000 10001000 10110010
Octal 270 210 262

Shades and tints

Shades of #B888B2

#B888B2
(184,136,178)
#A87CA2
(168,124,162)
#987092
(152,112,146)
#886482
(136,100,130)
#785872
(120,88,114)
#684C62
(104,76,98)
#584052
(88,64,82)
#483442
(72,52,66)
#382832
(56,40,50)
#281C22
(40,28,34)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #B888B2

#B888B2
(184,136,178)
#BE92B9
(190,146,185)
#C49CC0
(196,156,192)
#CAA6C7
(202,166,199)
#D0B0CE
(208,176,206)
#D6BAD5
(214,186,213)
#DCC4DC
(220,196,220)
#E2CEE3
(226,206,227)
#E8D8EA
(232,216,234)
#EEE2F1
(238,226,241)
#F4ECF8
(244,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B888B2; }

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

This text font color is #B888B2.

Background Color

.myBgColor { background-color: #B888B2; }

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

This div background color is #B888B2.

Border color

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

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

This div border color is #B888B2.

Opacity

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

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

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

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

This text has shadow with #B888B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B888B2.

Preview

Color preview on black background

This text has color #B888B2 on black background.


Color preview on white background

This text has color #B888B2 on white background.


Black color preview on #B888B2 background

This text has black color on #B888B2 background.


White color preview on #B888B2 background

This text has white color on #B888B2 background.


Related colors

Complementary color

Complementary color for #hex is #47774D.


I love getcolorcode.com

Triadic colors

1 #B2B888 and #88B2B8 with #B888B2 are triadic colors.

2 #B288B8 and #88B8B2 with #B888B2 are triadic colors.