Color Hex Logo

#b196be Color Hex

#B196BE
(177,150,190)
0 Favorites   0 Comments

Color spaces of #b196be

RGB 177150190
HSL0.780.240.67
HSV281°21°75°
CMYK 0.070.210.00   0.25
XYZ38.332134.877553.4269
Yxy34.87750.30270.2754
Hunter Lab59.057212.5085-12.2975
CIE-Lab65.653217.4590-16.9664

#b196be color RGB value is (177,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010110 10111110
Octal 261 226 276
Decimal 177 150 190
Hex B1 96 BE

RGB Percentages of Color #b196be

%34.24
%29.01
%36.75

CMYK Percentages of Color #b196be

%7
%21
%0
%25

Triadic Colors of #b196be

#b196be #beb196 #96beb1

Analogous Colors of #b196be

#b196be #be96b7 #9d96be

Monochromatic Colors of #b196be

#b196be

Complementary Color

#b196be #a3be96

#b196be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b196be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b196be Color CSS Codes

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

#b196be Text Font Color

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

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


#b196be Background Color

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

This div background color is #b196be


#b196be Border Color

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

This div border color is #b196be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b196be


Comments

No comments written yet.

Please login to write comment.