Color Hex Logo

#b9adbb Color Hex

#B9ADBB
(185,173,187)
0 Favorites   0 Comments

Color spaces of #b9adbb

RGB 185173187
HSL0.810.090.71
HSV291°73°
CMYK 0.010.070.00   0.27
XYZ43.920843.789353.1510
Yxy43.78930.31180.3109
Hunter Lab66.17352.6708-1.3007
CIE-Lab72.08746.8701-5.6009

#b9adbb color RGB value is (185,173,187).

#b9adbb hex color red value is 185, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b9adbb hue: 0.81 , saturation: 0.09 and the lightness value of b9adbb is 0.71.

The process color (four color CMYK) of #b9adbb color hex is 0.01, 0.07, 0.00, 0.27. Web safe color of #b9adbb is #cc99cc. Color #b9adbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 10111011
Octal 271 255 273
Decimal 185 173 187
Hex B9 AD BB

RGB Percentages of Color #b9adbb

%33.94
%31.74
%34.31

CMYK Percentages of Color #b9adbb

%1
%7
%0
%27

Triadic Colors of #b9adbb

#b9adbb #bbb9ad #adbbb9

Analogous Colors of #b9adbb

#b9adbb #bbadb6 #b2adbb

Monochromatic Colors of #b9adbb

#b9adbb

Complementary Color

#b9adbb #afbbad

#b9adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adbb Color CSS Codes

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

#b9adbb Text Font Color

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

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


#b9adbb Background Color

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

This div background color is #b9adbb


#b9adbb Border Color

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

This div border color is #b9adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adbb


Comments

No comments written yet.

Please login to write comment.