Color Hex Logo

#b197bf Color Hex

#B197BF
(177,151,191)
0 Favorites   0 Comments

Color spaces of #b197bf

RGB 177151191
HSL0.780.240.67
HSV279°21°75°
CMYK 0.070.210.00   0.25
XYZ38.602035.241954.0580
Yxy35.24190.30180.2755
Hunter Lab59.364912.1810-12.4344
CIE-Lab65.936617.1025-17.0965

#b197bf color RGB value is (177,151,191).

#b197bf hex color red value is 177, green value is 151 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b197bf hue: 0.78 , saturation: 0.24 and the lightness value of b197bf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 10111111
Octal 261 227 277
Decimal 177 151 191
Hex B1 97 BF

RGB Percentages of Color #b197bf

%34.10
%29.09
%36.80

CMYK Percentages of Color #b197bf

%7
%21
%0
%25

Triadic Colors of #b197bf

#b197bf #bfb197 #97bfb1

Analogous Colors of #b197bf

#b197bf #bf97b9 #9d97bf

Monochromatic Colors of #b197bf

#b197bf

Complementary Color

#b197bf #a5bf97

#b197bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b197bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b197bf Color CSS Codes

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

#b197bf Text Font Color

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

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


#b197bf Background Color

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

This div background color is #b197bf


#b197bf Border Color

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

This div border color is #b197bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b197bf


Comments

No comments written yet.

Please login to write comment.