COLOR #BD88B6

HEX: #BD88B6 RGB: (189,136,182)

Color info

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

RGB color model

#BD88B6 color RGB value is (189,136,182).

RGB: (189,136,182) (74%, 53%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 182 of 255 = 71%

189
136
182

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

Portions of RGB colors in percentages

R + G + B = 189 + 136 + 182 = 507 (100%)
R 189 of 507 ~ 37.28%
G 136 of 507 ~ 26.82%
B 182 of 507 ~ 35.9'%

%37.28
%26.82
%35.9

CMYK color model

#BD88B6 color CMYK value is (0,28,4,26).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 3.70%
  • key color value is 25.88%

CMYK: (0,28,4,26)
C0M28Y4K26 (0%, 28%, 4%, 26%)
(0.00 / 0.28 / 0.04 / 0.26)

CMYK percentages

%0
%28.04
%3.7
%25.88

Codes

Color #BD88B6 in popluar color models

BD 88 B6
RGB 189 136 182
HSL 308° 28.65% 63.73%
HSB/HSV 308° 28.04% 74.12%
CMYK 0.00% 28.04% 3.70%
25.88%

Color #BD88B6 in popluar number systems.

HEX BD 88 B6
Decimal 189 136 182
Binary 10111101 10001000 10110110
Octal 275 210 266

Shades and tints

Shades of #BD88B6

#BD88B6
(189,136,182)
#AC7CA6
(172,124,166)
#9B7096
(155,112,150)
#8A6486
(138,100,134)
#795876
(121,88,118)
#684C66
(104,76,102)
#574056
(87,64,86)
#463446
(70,52,70)
#352836
(53,40,54)
#241C26
(36,28,38)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #BD88B6

#BD88B6
(189,136,182)
#C392BC
(195,146,188)
#C99CC2
(201,156,194)
#CFA6C8
(207,166,200)
#D5B0CE
(213,176,206)
#DBBAD4
(219,186,212)
#E1C4DA
(225,196,218)
#E7CEE0
(231,206,224)
#EDD8E6
(237,216,230)
#F3E2EC
(243,226,236)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD88B6 color. Also use rgb(189,136,182) instead hex code.

Text Font Color

.myTextColor { color: #BD88B6; }

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

This text font color is #BD88B6.

Background Color

.myBgColor { background-color: #BD88B6; }

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

This div background color is #BD88B6.

Border color

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

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

This div border color is #BD88B6.

Opacity

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

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

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

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

This text has shadow with #BD88B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD88B6.

Preview

Color preview on black background

This text has color #BD88B6 on black background.


Color preview on white background

This text has color #BD88B6 on white background.


Black color preview on #BD88B6 background

This text has black color on #BD88B6 background.


White color preview on #BD88B6 background

This text has white color on #BD88B6 background.


Related colors

Complementary color

Complementary color for #hex is #427749.


I love getcolorcode.com

Triadic colors

1 #B6BD88 and #88B6BD with #BD88B6 are triadic colors.

2 #B688BD and #88BDB6 with #BD88B6 are triadic colors.