Color Hex Logo

#b696bf Color Hex

#B696BF
(182,150,191)
0 Favorites   0 Comments

Color spaces of #b696bf

RGB 182150191
HSL0.800.240.67
HSV287°21°75°
CMYK 0.050.210.00   0.25
XYZ39.601735.519454.0589
Yxy35.51940.30660.2750
Hunter Lab59.598214.3127-12.0607
CIE-Lab66.151119.3472-16.7276

#b696bf color RGB value is (182,150,191).

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

The process color (four color CMYK) of #b696bf color hex is 0.05, 0.21, 0.00, 0.25. Web safe color of #b696bf is #cc99cc. Color #b696bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010110 10111111
Octal 266 226 277
Decimal 182 150 191
Hex B6 96 BF

RGB Percentages of Color #b696bf

%34.80
%28.68
%36.52

CMYK Percentages of Color #b696bf

%5
%21
%0
%25

Triadic Colors of #b696bf

#b696bf #bfb696 #96bfb6

Analogous Colors of #b696bf

#b696bf #bf96b4 #a296bf

Monochromatic Colors of #b696bf

#b696bf

Complementary Color

#b696bf #9fbf96

#b696bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b696bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b696bf Color CSS Codes

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

#b696bf Text Font Color

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

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


#b696bf Background Color

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

This div background color is #b696bf


#b696bf Border Color

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

This div border color is #b696bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b696bf


Comments

No comments written yet.

Please login to write comment.