Color Hex Logo

#bbaacd Color Hex

#BBAACD
(187,170,205)
0 Favorites   0 Comments

Color spaces of #bbaacd

RGB 187170205
HSL0.750.260.74
HSV269°17°80°
CMYK 0.090.170.00   0.20
XYZ45.887743.722063.7783
Yxy43.72200.29920.2850
Hunter Lab66.12268.1607-10.9021
CIE-Lab72.042312.7511-15.5434

#bbaacd color RGB value is (187,170,205).

#bbaacd hex color red value is 187, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbaacd hue: 0.75 , saturation: 0.26 and the lightness value of bbaacd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11001101
Octal 273 252 315
Decimal 187 170 205
Hex BB AA CD

RGB Percentages of Color #bbaacd

%33.27
%30.25
%36.48

CMYK Percentages of Color #bbaacd

%9
%17
%0
%20

Triadic Colors of #bbaacd

#bbaacd #cdbbaa #aacdbb

Analogous Colors of #bbaacd

#bbaacd #cdaacd #aaabcd

Monochromatic Colors of #bbaacd

#bbaacd

Complementary Color

#bbaacd #bccdaa

#bbaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaacd Color CSS Codes

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

#bbaacd Text Font Color

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

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


#bbaacd Background Color

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

This div background color is #bbaacd


#bbaacd Border Color

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

This div border color is #bbaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaacd


Comments

No comments written yet.

Please login to write comment.