Color Hex Logo

#bdacdd Color Hex

#BDACDD
(189,172,221)
0 Favorites   0 Comments

Color spaces of #bdacdd

RGB 189172221
HSL0.720.420.77
HSV261°22°87°
CMYK 0.140.220.00   0.13
XYZ48.789945.544374.6260
Yxy45.54430.28880.2696
Hunter Lab67.486510.9466-18.3218
CIE-Lab73.248915.6511-22.4583

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

#bdacdd hex color red value is 189, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bdacdd hue: 0.72 , saturation: 0.42 and the lightness value of bdacdd is 0.77.

The process color (four color CMYK) of #bdacdd color hex is 0.14, 0.22, 0.00, 0.13. Web safe color of #bdacdd is #cc99cc. Color #bdacdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11011101
Octal 275 254 335
Decimal 189 172 221
Hex BD AC DD

RGB Percentages of Color #bdacdd

%32.47
%29.55
%37.97

CMYK Percentages of Color #bdacdd

%14
%22
%0
%13

Triadic Colors of #bdacdd

#bdacdd #ddbdac #acddbd

Analogous Colors of #bdacdd

#bdacdd #d6acdd #acb4dd

Monochromatic Colors of #bdacdd

#bdacdd

Complementary Color

#bdacdd #ccddac

#bdacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacdd Color CSS Codes

.mybgcolor {background-color:#bdacdd; } 
.myforecolor {color:#bdacdd; }
.mybordercolor {border:3px solid #bdacdd; }

#bdacdd Text Font Color

<p style="color:#bdacdd">Text here</p>

This sample text font color is #bdacdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bdacdd Background Color

<div style="background-color:#bdacdd">
Div content here</div>

This div background color is #bdacdd


#bdacdd Border Color

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

This div border color is #bdacdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,172,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdacdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdacdd;
  -webkit-box-shadow: 1px 1px 3px 2px #bdacdd;
  box-shadow:         1px 1px 3px 2px #bdacdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,172,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdacdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.