Color Hex Logo

#bdacc3 Color Hex

#BDACC3
(189,172,195)
0 Favorites   0 Comments

Color spaces of #bdacc3

RGB 189172195
HSL0.790.160.72
HSV284°12°76°
CMYK 0.030.120.00   0.24
XYZ45.589144.264057.7708
Yxy44.26400.30880.2998
Hunter Lab66.53125.8838-4.9112
CIE-Lab72.404610.3367-9.4904

#bdacc3 color RGB value is (189,172,195).

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

The process color (four color CMYK) of #bdacc3 color hex is 0.03, 0.12, 0.00, 0.24. Web safe color of #bdacc3 is #cc99cc. Color #bdacc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11000011
Octal 275 254 303
Decimal 189 172 195
Hex BD AC C3

RGB Percentages of Color #bdacc3

%33.99
%30.94
%35.07

CMYK Percentages of Color #bdacc3

%3
%12
%0
%24

Triadic Colors of #bdacc3

#bdacc3 #c3bdac #acc3bd

Analogous Colors of #bdacc3

#bdacc3 #c3acbe #b2acc3

Monochromatic Colors of #bdacc3

#bdacc3

Complementary Color

#bdacc3 #b2c3ac

#bdacc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacc3 Color CSS Codes

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

#bdacc3 Text Font Color

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

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


#bdacc3 Background Color

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

This div background color is #bdacc3


#bdacc3 Border Color

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

This div border color is #bdacc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacc3


Comments

No comments written yet.

Please login to write comment.