Color Hex Logo

#b99ebc Color Hex

#B99EBC
(185,158,188)
0 Favorites   0 Comments

Color spaces of #b99ebc

RGB 185158188
HSL0.820.180.68
HSV294°16°74°
CMYK 0.020.160.00   0.26
XYZ41.311538.398852.8113
Yxy38.39880.31170.2898
Hunter Lab61.966810.5591-7.1533
CIE-Lab68.313515.3252-11.7714

#b99ebc color RGB value is (185,158,188).

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

The process color (four color CMYK) of #b99ebc color hex is 0.02, 0.16, 0.00, 0.26. Web safe color of #b99ebc is #cc99cc. Color #b99ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 10111100
Octal 271 236 274
Decimal 185 158 188
Hex B9 9E BC

RGB Percentages of Color #b99ebc

%34.84
%29.76
%35.40

CMYK Percentages of Color #b99ebc

%2
%16
%0
%26

Triadic Colors of #b99ebc

#b99ebc #bcb99e #9ebcb9

Analogous Colors of #b99ebc

#b99ebc #bc9eb0 #aa9ebc

Monochromatic Colors of #b99ebc

#b99ebc

Complementary Color

#b99ebc #a1bc9e

#b99ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99ebc Color CSS Codes

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

#b99ebc Text Font Color

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

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


#b99ebc Background Color

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

This div background color is #b99ebc


#b99ebc Border Color

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

This div border color is #b99ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,158,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99ebc

#b99ebc Color Palettes


Comments

No comments written yet.

Please login to write comment.