Color Hex Logo

#b999ac Color Hex

#B999AC
(185,153,172)
0 Favorites   0 Comments

Color spaces of #b999ac

RGB 185153172
HSL0.900.190.66
HSV324°17°73°
CMYK 0.000.170.07   0.27
XYZ38.845236.075343.9456
Yxy36.07530.32680.3035
Hunter Lab60.062710.3340-1.3363
CIE-Lab66.577415.1162-5.4276

#b999ac color RGB value is (185,153,172).

#b999ac hex color red value is 185, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b999ac hue: 0.90 , saturation: 0.19 and the lightness value of b999ac is 0.66.

The process color (four color CMYK) of #b999ac color hex is 0.00, 0.17, 0.07, 0.27. Web safe color of #b999ac is #cc9999. Color #b999ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 10101100
Octal 271 231 254
Decimal 185 153 172
Hex B9 99 AC

RGB Percentages of Color #b999ac

%36.27
%30.00
%33.73

CMYK Percentages of Color #b999ac

%0
%17
%7
%27

Triadic Colors of #b999ac

#b999ac #acb999 #99acb9

Analogous Colors of #b999ac

#b999ac #b9999c #b699b9

Monochromatic Colors of #b999ac

#b999ac

Complementary Color

#b999ac #99b9a6

#b999ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b999ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b999ac Color CSS Codes

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

#b999ac Text Font Color

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

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


#b999ac Background Color

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

This div background color is #b999ac


#b999ac Border Color

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

This div border color is #b999ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b999ac

#b999ac Color Palettes


Comments

No comments written yet.

Please login to write comment.