Color Hex Logo

#bd96ac Color Hex

#BD96AC
(189,150,172)
0 Favorites   0 Comments

Color spaces of #bd96ac

RGB 189150172
HSL0.910.230.66
HSV326°21°74°
CMYK 0.000.210.09   0.26
XYZ39.339035.610143.8298
Yxy35.61010.33120.2998
Hunter Lab59.674213.2426-1.7757
CIE-Lab66.220918.2184-5.9123

#bd96ac color RGB value is (189,150,172).

#bd96ac hex color red value is 189, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd96ac hue: 0.91 , saturation: 0.23 and the lightness value of bd96ac is 0.66.

The process color (four color CMYK) of #bd96ac color hex is 0.00, 0.21, 0.09, 0.26. Web safe color of #bd96ac is #cc9999. Color #bd96ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 10101100
Octal 275 226 254
Decimal 189 150 172
Hex BD 96 AC

RGB Percentages of Color #bd96ac

%36.99
%29.35
%33.66

CMYK Percentages of Color #bd96ac

%0
%21
%9
%26

Triadic Colors of #bd96ac

#bd96ac #acbd96 #96acbd

Analogous Colors of #bd96ac

#bd96ac #bd9699 #bb96bd

Monochromatic Colors of #bd96ac

#bd96ac

Complementary Color

#bd96ac #96bda7

#bd96ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96ac Color CSS Codes

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

#bd96ac Text Font Color

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

This sample text font color is #bd96ac
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.


#bd96ac Background Color

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

This div background color is #bd96ac


#bd96ac Border Color

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

This div border color is #bd96ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd96ac;
  -webkit-box-shadow: 1px 1px 3px 2px #bd96ac;
  box-shadow:         1px 1px 3px 2px #bd96ac;">
Div content here</div>

This div box has shadow with color #bd96ac


Comments

No comments written yet.

Please login to write comment.