Color Hex Logo

#b1acce Color Hex

#B1ACCE
(177,172,206)
0 Favorites   0 Comments

Color spaces of #b1acce

RGB 177172206
HSL0.690.260.74
HSV249°17°81°
CMYK 0.140.170.00   0.19
XYZ44.024643.308464.4315
Yxy43.30840.29010.2854
Hunter Lab65.80914.2459-11.9825
CIE-Lab71.76388.5694-16.5929

#b1acce color RGB value is (177,172,206).

#b1acce hex color red value is 177, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b1acce hue: 0.69 , saturation: 0.26 and the lightness value of b1acce is 0.74.

The process color (four color CMYK) of #b1acce color hex is 0.14, 0.17, 0.00, 0.19. Web safe color of #b1acce is #9999cc. Color #b1acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 11001110
Octal 261 254 316
Decimal 177 172 206
Hex B1 AC CE

RGB Percentages of Color #b1acce

%31.89
%30.99
%37.12

CMYK Percentages of Color #b1acce

%14
%17
%0
%19

Triadic Colors of #b1acce

#b1acce #ceb1ac #acceb1

Analogous Colors of #b1acce

#b1acce #c2acce #acb8ce

Monochromatic Colors of #b1acce

#b1acce

Complementary Color

#b1acce #c9ceac

#b1acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1acce Color CSS Codes

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

#b1acce Text Font Color

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

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


#b1acce Background Color

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

This div background color is #b1acce


#b1acce Border Color

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

This div border color is #b1acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1acce


Comments

No comments written yet.

Please login to write comment.