Color Hex Logo

#b0acce Color Hex

#B0ACCE
(176,172,206)
0 Favorites   0 Comments

Color spaces of #b0acce

RGB 176172206
HSL0.690.260.74
HSV247°17°81°
CMYK 0.150.170.00   0.19
XYZ43.797643.191464.4209
Yxy43.19140.28930.2853
Hunter Lab65.72023.9467-12.1137
CIE-Lab71.68478.2444-16.7201

#b0acce color RGB value is (176,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101100 11001110
Octal 260 254 316
Decimal 176 172 206
Hex B0 AC CE

RGB Percentages of Color #b0acce

%31.77
%31.05
%37.18

CMYK Percentages of Color #b0acce

%15
%17
%0
%19

Triadic Colors of #b0acce

#b0acce #ceb0ac #acceb0

Analogous Colors of #b0acce

#b0acce #c1acce #acb9ce

Monochromatic Colors of #b0acce

#b0acce

Complementary Color

#b0acce #caceac

#b0acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0acce Color CSS Codes

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

#b0acce Text Font Color

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

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


#b0acce Background Color

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

This div background color is #b0acce


#b0acce Border Color

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

This div border color is #b0acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0acce


Comments

No comments written yet.

Please login to write comment.