Color Hex Logo

#b99fbb Color Hex

#B99FBB
(185,159,187)
0 Favorites   0 Comments

Color spaces of #b99fbb

RGB 185159187
HSL0.820.170.68
HSV296°15°73°
CMYK 0.010.150.00   0.27
XYZ41.375438.698452.3025
Yxy38.69840.31260.2923
Hunter Lab62.20809.8587-6.3035
CIE-Lab68.532214.5777-10.8881

#b99fbb color RGB value is (185,159,187).

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

The process color (four color CMYK) of #b99fbb color hex is 0.01, 0.15, 0.00, 0.27. Web safe color of #b99fbb is #cc99cc. Color #b99fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 10111011
Octal 271 237 273
Decimal 185 159 187
Hex B9 9F BB

RGB Percentages of Color #b99fbb

%34.84
%29.94
%35.22

CMYK Percentages of Color #b99fbb

%1
%15
%0
%27

Triadic Colors of #b99fbb

#b99fbb #bbb99f #9fbbb9

Analogous Colors of #b99fbb

#b99fbb #bb9faf #ab9fbb

Monochromatic Colors of #b99fbb

#b99fbb

Complementary Color

#b99fbb #a1bb9f

#b99fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99fbb Color CSS Codes

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

#b99fbb Text Font Color

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

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


#b99fbb Background Color

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

This div background color is #b99fbb


#b99fbb Border Color

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

This div border color is #b99fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99fbb


Comments

No comments written yet.

Please login to write comment.