Color Hex Logo

#b1afbd Color Hex

#B1AFBD
(177,175,189)
0 Favorites   0 Comments

Color spaces of #b1afbd

RGB 177175189
HSL0.690.100.71
HSV249°74°
CMYK 0.060.070.00   0.26
XYZ42.646743.681254.3277
Yxy43.68120.30320.3106
Hunter Lab66.0918-0.4808-2.4724
CIE-Lab72.01493.4082-6.8796

#b1afbd color RGB value is (177,175,189).

#b1afbd hex color red value is 177, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b1afbd hue: 0.69 , saturation: 0.10 and the lightness value of b1afbd is 0.71.

The process color (four color CMYK) of #b1afbd color hex is 0.06, 0.07, 0.00, 0.26. Web safe color of #b1afbd is #9999cc. Color #b1afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101111 10111101
Octal 261 257 275
Decimal 177 175 189
Hex B1 AF BD

RGB Percentages of Color #b1afbd

%32.72
%32.35
%34.94

CMYK Percentages of Color #b1afbd

%6
%7
%0
%26

Triadic Colors of #b1afbd

#b1afbd #bdb1af #afbdb1

Analogous Colors of #b1afbd

#b1afbd #b8afbd #afb4bd

Monochromatic Colors of #b1afbd

#b1afbd

Complementary Color

#b1afbd #bbbdaf

#b1afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1afbd Color CSS Codes

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

#b1afbd Text Font Color

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

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


#b1afbd Background Color

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

This div background color is #b1afbd


#b1afbd Border Color

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

This div border color is #b1afbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,175,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1afbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1afbd;
  -webkit-box-shadow: 1px 1px 3px 2px #b1afbd;
  box-shadow:         1px 1px 3px 2px #b1afbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,175,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1afbd


Comments

No comments written yet.

Please login to write comment.