COLOR #BD88C5

HEX: #BD88C5
RGB: (189,136,197)

Color info

#BD88C5 contains mainly red and blue colors. Web safe color of #BD88C5 is #CC99CC (or #C9C).

RGB color model

#BD88C5 color RGB value is (189,136,197).

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

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 197 of 255 = 77%

189
136
197

R + G + B ~ 68%. #BD88C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 136 + 197 = 522 (100%)
R 189 of 522 ~ 36.21%
G 136 of 522 ~ 26.05%
B 197 of 522 ~ 37.74%

%36.21
%26.05
%37.74

CMYK color model

#BD88C5 color CMYK value is (4,31,0,23).

  • cyan value is 4.06%
  • magenta value is 30.96%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(4,31,0,23)
C4M31Y0K23 
(4%,31%,0%,23%)
(0.04/0.31/0.00/0.23)	

CMYK percentages

%4.06
%30.96
%0
%22.75

Codes

Color #BD88C5 in popluar color models

BD88C5
RGB189136197
HSL292°34.46%65.29%
HSB/HSV292°30.96%77.25%
CMYK4.06%30.96%0.00%
22.75%

Color #BD88C5 in popluar number systems.

HEXBD88C5
Decimal189136197
Binary101111011000100011000101
Octal275210305

Shades and tints

Shades of #BD88C5

#BD88C5
(189,136,197)
#AC7CB4
(172,124,180)
#9B70A3
(155,112,163)
#8A6492
(138,100,146)
#795881
(121,88,129)
#684C70
(104,76,112)
#57405F
(87,64,95)
#46344E
(70,52,78)
#35283D
(53,40,61)
#241C2C
(36,28,44)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #BD88C5

#BD88C5
(189,136,197)
#C392CA
(195,146,202)
#C99CCF
(201,156,207)
#CFA6D4
(207,166,212)
#D5B0D9
(213,176,217)
#DBBADE
(219,186,222)
#E1C4E3
(225,196,227)
#E7CEE8
(231,206,232)
#EDD8ED
(237,216,237)
#F3E2F2
(243,226,242)
#F9ECF7
(249,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD88C5; }

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

This text font color is #BD88C5.


Background Color

.myBgColor { background-color: #BD88C5; }

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

This div background color is #BD88C5.


Border color

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

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

This div border color is #BD88C5.


Opacity

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

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

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

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

This text has shadow with #BD88C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD88C5 on black background.


Color preview on white background

This text has color #BD88C5 on white background.



Black color preview on #BD88C5 background

This text has black color on #BD88C5 background.


White color preview on #BD88C5 background

This text has white color on #BD88C5 background.