COLOR #BD88BC

HEX: #BD88BC
RGB: (189,136,188)

Color info

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

RGB color model

#BD88BC color RGB value is (189,136,188).

  • red value is 189;
  • green value is 136;
  • blue value is 188.
RGB:
(189,136,188)
(74%,53%,74%)

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 188 of 255 = 74%

189
136
188

R + G + B ~ 67%. #BD88BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 136 + 188 = 513 (100%)
R 189 of 513 ~ 36.84%
G 136 of 513 ~ 26.51%
B 188 of 513 ~ 36.65%

%36.84
%26.51
%36.65

CMYK color model

#BD88BC color CMYK value is (0,28,1,26).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(0,28,1,26)
C0M28Y1K26 
(0%,28%,1%,26%)
(0.00/0.28/0.01/0.26)	

CMYK percentages

%0
%28.04
%0.53
%25.88

Codes

Color #BD88BC in popluar color models

BD88BC
RGB189136188
HSL301°28.65%63.73%
HSB/HSV301°28.04%74.12%
CMYK0.00%28.04%0.53%
25.88%

Color #BD88BC in popluar number systems.

HEXBD88BC
Decimal189136188
Binary101111011000100010111100
Octal275210274

Shades and tints

Shades of #BD88BC

#BD88BC
(189,136,188)
#AC7CAB
(172,124,171)
#9B709A
(155,112,154)
#8A6489
(138,100,137)
#795878
(121,88,120)
#684C67
(104,76,103)
#574056
(87,64,86)
#463445
(70,52,69)
#352834
(53,40,52)
#241C23
(36,28,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BD88BC

#BD88BC
(189,136,188)
#C392C2
(195,146,194)
#C99CC8
(201,156,200)
#CFA6CE
(207,166,206)
#D5B0D4
(213,176,212)
#DBBADA
(219,186,218)
#E1C4E0
(225,196,224)
#E7CEE6
(231,206,230)
#EDD8EC
(237,216,236)
#F3E2F2
(243,226,242)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD88BC; }

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

This text font color is #BD88BC.


Background Color

.myBgColor { background-color: #BD88BC; }

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

This div background color is #BD88BC.


Border color

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

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

This div border color is #BD88BC.


Opacity

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

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

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

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

This text has shadow with #BD88BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD88BC on black background.


Color preview on white background

This text has color #BD88BC on white background.



Black color preview on #BD88BC background

This text has black color on #BD88BC background.


White color preview on #BD88BC background

This text has white color on #BD88BC background.