COLOR #BD80BA

HEX: #BD80BA
RGB: (189,128,186)

Color info

#BD80BA contains mainly red and blue colors. Web safe color of #BD80BA is #CC66CC (or #C6C).

RGB color model

#BD80BA color RGB value is (189,128,186).

  • red value is 189;
  • green value is 128;
  • blue value is 186.
RGB:
(189,128,186)
(74%,50%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 128 of 255 = 50%
B 186 of 255 = 73%

189
128
186

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

Portions of RGB colors in percentages

R + G + B =
189 + 128 + 186 = 503 (100%)
R 189 of 503 ~ 37.57%
G 128 of 503 ~ 25.45%
B 186 of 503 ~ 36.98%

%37.57
%25.45
%36.98

CMYK color model

#BD80BA color CMYK value is (0,32,2,26).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 1.59%
  • key color value is 25.88%
CMYK:
(0,32,2,26)
C0M32Y2K26 
(0%,32%,2%,26%)
(0.00/0.32/0.02/0.26)	

CMYK percentages

%0
%32.28
%1.59
%25.88

Codes

Color #BD80BA in popluar color models

BD80BA
RGB189128186
HSL303°31.61%62.16%
HSB/HSV303°32.28%74.12%
CMYK0.00%32.28%1.59%
25.88%

Color #BD80BA in popluar number systems.

HEXBD80BA
Decimal189128186
Binary101111011000000010111010
Octal275200272

Shades and tints

Shades of #BD80BA

#BD80BA
(189,128,186)
#AC75AA
(172,117,170)
#9B6A9A
(155,106,154)
#8A5F8A
(138,95,138)
#79547A
(121,84,122)
#68496A
(104,73,106)
#573E5A
(87,62,90)
#46334A
(70,51,74)
#35283A
(53,40,58)
#241D2A
(36,29,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #BD80BA

#BD80BA
(189,128,186)
#C38BC0
(195,139,192)
#C996C6
(201,150,198)
#CFA1CC
(207,161,204)
#D5ACD2
(213,172,210)
#DBB7D8
(219,183,216)
#E1C2DE
(225,194,222)
#E7CDE4
(231,205,228)
#EDD8EA
(237,216,234)
#F3E3F0
(243,227,240)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD80BA color. Also use rgb(189,128,186) instead hex code.

Text Font Color

.myTextColor { color: #BD80BA; }

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

This text font color is #BD80BA.


Background Color

.myBgColor { background-color: #BD80BA; }

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

This div background color is #BD80BA.


Border color

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

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

This div border color is #BD80BA.


Opacity

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

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

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

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

This text has shadow with #BD80BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD80BA on black background.


Color preview on white background

This text has color #BD80BA on white background.



Black color preview on #BD80BA background

This text has black color on #BD80BA background.


White color preview on #BD80BA background

This text has white color on #BD80BA background.