Color Hex Logo

#b896bd Color Hex

#B896BD
(184,150,189)
0 Favorites   0 Comments

Color spaces of #b896bd

RGB 184150189
HSL0.810.230.66
HSV292°21°74°
CMYK 0.030.210.00   0.26
XYZ39.858835.677252.9297
Yxy35.67720.31030.2777
Hunter Lab59.730414.5870-10.7282
CIE-Lab66.272519.6300-15.4077

#b896bd color RGB value is (184,150,189).

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

The process color (four color CMYK) of #b896bd color hex is 0.03, 0.21, 0.00, 0.26. Web safe color of #b896bd is #cc99cc. Color #b896bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 10111101
Octal 270 226 275
Decimal 184 150 189
Hex B8 96 BD

RGB Percentages of Color #b896bd

%35.18
%28.68
%36.14

CMYK Percentages of Color #b896bd

%3
%21
%0
%26

Triadic Colors of #b896bd

#b896bd #bdb896 #96bdb8

Analogous Colors of #b896bd

#b896bd #bd96af #a596bd

Monochromatic Colors of #b896bd

#b896bd

Complementary Color

#b896bd #9bbd96

#b896bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b896bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b896bd Color CSS Codes

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

#b896bd Text Font Color

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

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


#b896bd Background Color

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

This div background color is #b896bd


#b896bd Border Color

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

This div border color is #b896bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b896bd


Comments

No comments written yet.

Please login to write comment.