Color Hex Logo

#b99dbc Color Hex

#B99DBC
(185,157,188)
0 Favorites   0 Comments

Color spaces of #b99dbc

RGB 185157188
HSL0.820.190.68
HSV294°16°74°
CMYK 0.020.160.00   0.26
XYZ41.141738.059152.7547
Yxy38.05910.31180.2884
Hunter Lab61.692111.0784-7.5162
CIE-Lab68.064215.8804-12.1452

#b99dbc color RGB value is (185,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011101 10111100
Octal 271 235 274
Decimal 185 157 188
Hex B9 9D BC

RGB Percentages of Color #b99dbc

%34.91
%29.62
%35.47

CMYK Percentages of Color #b99dbc

%2
%16
%0
%26

Triadic Colors of #b99dbc

#b99dbc #bcb99d #9dbcb9

Analogous Colors of #b99dbc

#b99dbc #bc9db0 #aa9dbc

Monochromatic Colors of #b99dbc

#b99dbc

Complementary Color

#b99dbc #a0bc9d

#b99dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99dbc Color CSS Codes

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

#b99dbc Text Font Color

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

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


#b99dbc Background Color

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

This div background color is #b99dbc


#b99dbc Border Color

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

This div border color is #b99dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99dbc


Comments

No comments written yet.

Please login to write comment.