Color Hex Logo

#b99ebe Color Hex

#B99EBE
(185,158,190)
0 Favorites   0 Comments

Color spaces of #b99ebe

RGB 185158190
HSL0.810.200.68
HSV291°17°75°
CMYK 0.030.170.00   0.25
XYZ41.528738.485753.9549
Yxy38.48570.31000.2873
Hunter Lab62.036810.9270-8.1401
CIE-Lab68.377115.7139-12.7880

#b99ebe color RGB value is (185,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 10111110
Octal 271 236 276
Decimal 185 158 190
Hex B9 9E BE

RGB Percentages of Color #b99ebe

%34.71
%29.64
%35.65

CMYK Percentages of Color #b99ebe

%3
%17
%0
%25

Triadic Colors of #b99ebe

#b99ebe #beb99e #9ebeb9

Analogous Colors of #b99ebe

#b99ebe #be9eb3 #a99ebe

Monochromatic Colors of #b99ebe

#b99ebe

Complementary Color

#b99ebe #a3be9e

#b99ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99ebe Color CSS Codes

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

#b99ebe Text Font Color

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

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


#b99ebe Background Color

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

This div background color is #b99ebe


#b99ebe Border Color

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

This div border color is #b99ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99ebe


Comments

No comments written yet.

Please login to write comment.