Color Hex Logo

#bbaacc Color Hex

#BBAACC
(187,170,204)
1 Favorites   0 Comments

Color spaces of #bbaacc

RGB 187170204
HSL0.750.250.73
HSV270°17°80°
CMYK 0.080.170.00   0.20
XYZ45.767343.673963.1444
Yxy43.67390.29990.2862
Hunter Lab66.08627.9673-10.3903
CIE-Lab72.010012.5469-15.0428

#bbaacc color RGB value is (187,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11001100
Octal 273 252 314
Decimal 187 170 204
Hex BB AA CC

RGB Percentages of Color #bbaacc

%33.33
%30.30
%36.36

CMYK Percentages of Color #bbaacc

%8
%17
%0
%20

Triadic Colors of #bbaacc

#bbaacc #ccbbaa #aaccbb

Analogous Colors of #bbaacc

#bbaacc #ccaacc #aaaacc

Monochromatic Colors of #bbaacc

#bbaacc

Complementary Color

#bbaacc #bbccaa

#bbaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaacc Color CSS Codes

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

#bbaacc Text Font Color

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

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


#bbaacc Background Color

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

This div background color is #bbaacc


#bbaacc Border Color

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

This div border color is #bbaacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,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 #bbaacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaacc


Comments

No comments written yet.

Please login to write comment.