Color Hex Logo

#b896bf Color Hex

#B896BF
(184,150,191)
0 Favorites   0 Comments

Color spaces of #b896bf

RGB 184150191
HSL0.800.240.67
HSV290°21°75°
CMYK 0.040.210.00   0.25
XYZ40.077535.764654.0812
Yxy35.76460.30850.2753
Hunter Lab59.803514.9662-11.7544
CIE-Lab66.339720.0239-16.4242

#b896bf color RGB value is (184,150,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 10111111
Octal 270 226 277
Decimal 184 150 191
Hex B8 96 BF

RGB Percentages of Color #b896bf

%35.05
%28.57
%36.38

CMYK Percentages of Color #b896bf

%4
%21
%0
%25

Triadic Colors of #b896bf

#b896bf #bfb896 #96bfb8

Analogous Colors of #b896bf

#b896bf #bf96b2 #a496bf

Monochromatic Colors of #b896bf

#b896bf

Complementary Color

#b896bf #9dbf96

#b896bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b896bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b896bf Color CSS Codes

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

#b896bf Text Font Color

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

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


#b896bf Background Color

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

This div background color is #b896bf


#b896bf Border Color

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

This div border color is #b896bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b896bf


Comments

No comments written yet.

Please login to write comment.