Color Hex Logo

#b1aacc Color Hex

#B1AACC
(177,170,204)
0 Favorites   0 Comments

Color spaces of #b1aacc

RGB 177170204
HSL0.700.250.73
HSV252°17°80°
CMYK 0.130.170.00   0.20
XYZ43.405342.456263.0339
Yxy42.45620.29150.2851
Hunter Lab65.15844.8806-11.7459
CIE-Lab71.18439.2446-16.3691

#b1aacc color RGB value is (177,170,204).

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

The process color (four color CMYK) of #b1aacc color hex is 0.13, 0.17, 0.00, 0.20. Web safe color of #b1aacc is #9999cc. Color #b1aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101010 11001100
Octal 261 252 314
Decimal 177 170 204
Hex B1 AA CC

RGB Percentages of Color #b1aacc

%32.12
%30.85
%37.02

CMYK Percentages of Color #b1aacc

%13
%17
%0
%20

Triadic Colors of #b1aacc

#b1aacc #ccb1aa #aaccb1

Analogous Colors of #b1aacc

#b1aacc #c2aacc #aab4cc

Monochromatic Colors of #b1aacc

#b1aacc

Complementary Color

#b1aacc #c5ccaa

#b1aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aacc Color CSS Codes

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

#b1aacc Text Font Color

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

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


#b1aacc Background Color

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

This div background color is #b1aacc


#b1aacc Border Color

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

This div border color is #b1aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aacc


Comments

No comments written yet.

Please login to write comment.