COLOR #B88CB5

HEX: #B88CB5 RGB: (184,140,181)

Color info

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

RGB color model

#B88CB5 color RGB value is (184,140,181).

RGB: (184,140,181) (72%, 55%, 71%)

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 181 of 255 = 71%

184
140
181

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

Portions of RGB colors in percentages

R + G + B = 184 + 140 + 181 = 505 (100%)
R 184 of 505 ~ 36.44%
G 140 of 505 ~ 27.72%
B 181 of 505 ~ 35.84'%

%36.44
%27.72
%35.84

CMYK color model

#B88CB5 color CMYK value is (0,24,2,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 1.63%
  • key color value is 27.84%
CMYK: (0,24,2,28) C0M24Y2K28 (0%,24%,2%,28%) (0.00/0.24/0.02/0.28) 

CMYK percentages

%0
%23.91
%1.63
%27.84

Codes

Color #B88CB5 in popluar color models

B8 8C B5
RGB 184 140 181
HSL 304° 23.66% 63.53%
HSB/HSV 304° 23.91% 72.16%
CMYK 0.00% 23.91% 1.63%
27.84%

Color #B88CB5 in popluar number systems.

HEX B8 8C B5
Decimal 184 140 181
Binary 10111000 10001100 10110101
Octal 270 214 265

Shades and tints

Shades of #B88CB5

#B88CB5
(184,140,181)
#A880A5
(168,128,165)
#987495
(152,116,149)
#886885
(136,104,133)
#785C75
(120,92,117)
#685065
(104,80,101)
#584455
(88,68,85)
#483845
(72,56,69)
#382C35
(56,44,53)
#282025
(40,32,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #B88CB5

#B88CB5
(184,140,181)
#BE96BB
(190,150,187)
#C4A0C1
(196,160,193)
#CAAAC7
(202,170,199)
#D0B4CD
(208,180,205)
#D6BED3
(214,190,211)
#DCC8D9
(220,200,217)
#E2D2DF
(226,210,223)
#E8DCE5
(232,220,229)
#EEE6EB
(238,230,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88CB5 color. Also use rgb(184,140,181) instead hex code.

Text Font Color

.myTextColor { color: #B88CB5; }

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

This text font color is #B88CB5.

Background Color

.myBgColor { background-color: #B88CB5; }

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

This div background color is #B88CB5.

Border color

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

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

This div border color is #B88CB5.

Opacity

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

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

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

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

This text has shadow with #B88CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88CB5.

Preview

Color preview on black background

This text has color #B88CB5 on black background.


Color preview on white background

This text has color #B88CB5 on white background.


Black color preview on #B88CB5 background

This text has black color on #B88CB5 background.


White color preview on #B88CB5 background

This text has white color on #B88CB5 background.


Related colors

Complementary color

Complementary color for #hex is #47734A.


I love getcolorcode.com

Triadic colors

1 #B5B88C and #8CB5B8 with #B88CB5 are triadic colors.

2 #B58CB8 and #8CB8B5 with #B88CB5 are triadic colors.