Color Hex Logo

#b99fbe Color Hex

#B99FBE
(185,159,190)
0 Favorites   0 Comments

Color spaces of #b99fbe

RGB 185159190
HSL0.810.190.68
HSV290°16°75°
CMYK 0.030.160.00   0.25
XYZ41.700038.828354.0120
Yxy38.82830.30990.2886
Hunter Lab62.312410.4072-7.7736
CIE-Lab68.626715.1588-12.4134

#b99fbe color RGB value is (185,159,190).

#b99fbe hex color red value is 185, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b99fbe hue: 0.81 , saturation: 0.19 and the lightness value of b99fbe is 0.68.

The process color (four color CMYK) of #b99fbe color hex is 0.03, 0.16, 0.00, 0.25. Web safe color of #b99fbe is #cc99cc. Color #b99fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 10111110
Octal 271 237 276
Decimal 185 159 190
Hex B9 9F BE

RGB Percentages of Color #b99fbe

%34.64
%29.78
%35.58

CMYK Percentages of Color #b99fbe

%3
%16
%0
%25

Triadic Colors of #b99fbe

#b99fbe #beb99f #9fbeb9

Analogous Colors of #b99fbe

#b99fbe #be9fb4 #aa9fbe

Monochromatic Colors of #b99fbe

#b99fbe

Complementary Color

#b99fbe #a4be9f

#b99fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99fbe Color CSS Codes

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

#b99fbe Text Font Color

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

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


#b99fbe Background Color

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

This div background color is #b99fbe


#b99fbe Border Color

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

This div border color is #b99fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99fbe


Comments

No comments written yet.

Please login to write comment.