Color Hex Logo

#bdaacc Color Hex

#BDAACC
(189,170,204)
0 Favorites   0 Comments

Color spaces of #bdaacc

RGB 189170204
HSL0.760.250.73
HSV274°17°80°
CMYK 0.070.170.00   0.20
XYZ46.260143.927963.1675
Yxy43.92790.30170.2864
Hunter Lab66.27818.6008-10.1127
CIE-Lab72.180313.2145-14.7696

#bdaacc color RGB value is (189,170,204).

#bdaacc hex color red value is 189, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdaacc hue: 0.76 , saturation: 0.25 and the lightness value of bdaacc is 0.73.

The process color (four color CMYK) of #bdaacc color hex is 0.07, 0.17, 0.00, 0.20. Web safe color of #bdaacc is #cc99cc. Color #bdaacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11001100
Octal 275 252 314
Decimal 189 170 204
Hex BD AA CC

RGB Percentages of Color #bdaacc

%33.57
%30.20
%36.23

CMYK Percentages of Color #bdaacc

%7
%17
%0
%20

Triadic Colors of #bdaacc

#bdaacc #ccbdaa #aaccbd

Analogous Colors of #bdaacc

#bdaacc #ccaaca #acaacc

Monochromatic Colors of #bdaacc

#bdaacc

Complementary Color

#bdaacc #b9ccaa

#bdaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaacc Color CSS Codes

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

#bdaacc Text Font Color

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

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


#bdaacc Background Color

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

This div background color is #bdaacc


#bdaacc Border Color

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

This div border color is #bdaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaacc


Comments

No comments written yet.

Please login to write comment.