Color Hex Logo

#b99bad Color Hex

#B99BAD
(185,155,173)
0 Favorites   0 Comments

Color spaces of #b99bad

RGB 185155173
HSL0.900.180.67
HSV324°16°73°
CMYK 0.000.160.06   0.27
XYZ39.271836.774144.5634
Yxy36.77410.32560.3049
Hunter Lab60.64179.4745-1.1210
CIE-Lab67.107214.1860-5.2036

#b99bad color RGB value is (185,155,173).

#b99bad hex color red value is 185, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b99bad hue: 0.90 , saturation: 0.18 and the lightness value of b99bad is 0.67.

The process color (four color CMYK) of #b99bad color hex is 0.00, 0.16, 0.06, 0.27. Web safe color of #b99bad is #cc9999. Color #b99bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011011 10101101
Octal 271 233 255
Decimal 185 155 173
Hex B9 9B AD

RGB Percentages of Color #b99bad

%36.06
%30.21
%33.72

CMYK Percentages of Color #b99bad

%0
%16
%6
%27

Triadic Colors of #b99bad

#b99bad #adb99b #9badb9

Analogous Colors of #b99bad

#b99bad #b99b9e #b69bb9

Monochromatic Colors of #b99bad

#b99bad

Complementary Color

#b99bad #9bb9a7

#b99bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99bad Color CSS Codes

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

#b99bad Text Font Color

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

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


#b99bad Background Color

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

This div background color is #b99bad


#b99bad Border Color

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

This div border color is #b99bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99bad


Comments

No comments written yet.

Please login to write comment.