Color Hex Logo

#b186bf Color Hex

#B186BF
(177,134,191)
0 Favorites   0 Comments

Color spaces of #b186bf

RGB 177134191
HSL0.790.310.64
HSV285°30°75°
CMYK 0.070.300.00   0.25
XYZ36.060530.158953.2109
Yxy30.15890.30190.2525
Hunter Lab54.917121.1044-19.0059
CIE-Lab61.791126.6596-23.4124

#b186bf color RGB value is (177,134,191).

#b186bf hex color red value is 177, green value is 134 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b186bf hue: 0.79 , saturation: 0.31 and the lightness value of b186bf is 0.64.

The process color (four color CMYK) of #b186bf color hex is 0.07, 0.30, 0.00, 0.25. Web safe color of #b186bf is #9999cc. Color #b186bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000110 10111111
Octal 261 206 277
Decimal 177 134 191
Hex B1 86 BF

RGB Percentages of Color #b186bf

%35.26
%26.69
%38.05

CMYK Percentages of Color #b186bf

%7
%30
%0
%25

Triadic Colors of #b186bf

#b186bf #bfb186 #86bfb1

Analogous Colors of #b186bf

#b186bf #bf86b1 #9586bf

Monochromatic Colors of #b186bf

#b186bf

Complementary Color

#b186bf #94bf86

#b186bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b186bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b186bf Color CSS Codes

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

#b186bf Text Font Color

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

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


#b186bf Background Color

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

This div background color is #b186bf


#b186bf Border Color

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

This div border color is #b186bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b186bf


Comments

No comments written yet.

Please login to write comment.