Color Hex Logo

#b896bb Color Hex

#B896BB
(184,150,187)
0 Favorites   0 Comments

Color spaces of #b896bb

RGB 184150187
HSL0.820.210.66
HSV295°20°73°
CMYK 0.020.200.00   0.27
XYZ39.643235.590951.7940
Yxy35.59090.31210.2802
Hunter Lab59.658114.2127-9.7137
CIE-Lab66.206219.2401-14.3893

#b896bb color RGB value is (184,150,187).

#b896bb hex color red value is 184, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b896bb hue: 0.82 , saturation: 0.21 and the lightness value of b896bb is 0.66.

The process color (four color CMYK) of #b896bb color hex is 0.02, 0.20, 0.00, 0.27. Web safe color of #b896bb is #cc99cc. Color #b896bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 10111011
Octal 270 226 273
Decimal 184 150 187
Hex B8 96 BB

RGB Percentages of Color #b896bb

%35.32
%28.79
%35.89

CMYK Percentages of Color #b896bb

%2
%20
%0
%27

Triadic Colors of #b896bb

#b896bb #bbb896 #96bbb8

Analogous Colors of #b896bb

#b896bb #bb96ac #a696bb

Monochromatic Colors of #b896bb

#b896bb

Complementary Color

#b896bb #99bb96

#b896bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b896bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b896bb Color CSS Codes

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

#b896bb Text Font Color

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

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


#b896bb Background Color

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

This div background color is #b896bb


#b896bb Border Color

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

This div border color is #b896bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b896bb


Comments

No comments written yet.

Please login to write comment.