COLOR #BDACDD

HEX: #BDACDD
RGB: (189,172,221)

Color info

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

RGB color model

#BDACDD color RGB value is (189,172,221).

  • red value is 189;
  • green value is 172;
  • blue value is 221.
RGB:
(189,172,221)
(74%,67%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 221 of 255 = 87%

189
172
221

R + G + B ~ 76%. #BDACDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 172 + 221 = 582 (100%)
R 189 of 582 ~ 32.47%
G 172 of 582 ~ 29.55%
B 221 of 582 ~ 37.97%

%32.47
%29.55
%37.97

CMYK color model

#BDACDD color CMYK value is (14,22,0,13).

  • cyan value is 14.48%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,22,0,13)
C14M22Y0K13 
(14%,22%,0%,13%)
(0.14/0.22/0.00/0.13)	

CMYK percentages

%14.48
%22.17
%0
%13.33

Codes

Color #BDACDD in popluar color models

BDACDD
RGB189172221
HSL261°41.88%77.06%
HSB/HSV261°22.17%86.67%
CMYK14.48%22.17%0.00%
13.33%

Color #BDACDD in popluar number systems.

HEXBDACDD
Decimal189172221
Binary101111011010110011011101
Octal275254335

Shades and tints

Shades of #BDACDD

#BDACDD
(189,172,221)
#AC9DC9
(172,157,201)
#9B8EB5
(155,142,181)
#8A7FA1
(138,127,161)
#79708D
(121,112,141)
#686179
(104,97,121)
#575265
(87,82,101)
#464351
(70,67,81)
#35343D
(53,52,61)
#242529
(36,37,41)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BDACDD

#BDACDD
(189,172,221)
#C3B3E0
(195,179,224)
#C9BAE3
(201,186,227)
#CFC1E6
(207,193,230)
#D5C8E9
(213,200,233)
#DBCFEC
(219,207,236)
#E1D6EF
(225,214,239)
#E7DDF2
(231,221,242)
#EDE4F5
(237,228,245)
#F3EBF8
(243,235,248)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDACDD color. Also use rgb(189,172,221) instead hex code.

Text Font Color

.myTextColor { color: #BDACDD; }

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

This text font color is #BDACDD.


Background Color

.myBgColor { background-color: #BDACDD; }

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

This div background color is #BDACDD.


Border color

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

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

This div border color is #BDACDD.


Opacity

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

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

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

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

This text has shadow with #BDACDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDACDD on black background.


Color preview on white background

This text has color #BDACDD on white background.



Black color preview on #BDACDD background

This text has black color on #BDACDD background.


White color preview on #BDACDD background

This text has white color on #BDACDD background.