Color Hex Logo

#b1babc Color Hex

#B1BABC
(177,186,188)
0 Favorites   0 Comments

Color spaces of #b1babc

RGB 177186188
HSL0.530.080.72
HSV191°74°
CMYK 0.060.010.00   0.26
XYZ44.767548.095854.5009
Yxy48.09580.30380.3264
Hunter Lab69.3511-6.13931.9516
CIE-Lab74.8853-2.7215-2.0990

#b1babc color RGB value is (177,186,188).

#b1babc hex color red value is 177, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b1babc hue: 0.53 , saturation: 0.08 and the lightness value of b1babc is 0.72.

The process color (four color CMYK) of #b1babc color hex is 0.06, 0.01, 0.00, 0.26. Web safe color of #b1babc is #99cccc. Color #b1babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111010 10111100
Octal 261 272 274
Decimal 177 186 188
Hex B1 BA BC

RGB Percentages of Color #b1babc

%32.12
%33.76
%34.12

CMYK Percentages of Color #b1babc

%6
%1
%0
%26

Triadic Colors of #b1babc

#b1babc #bcb1ba #babcb1

Analogous Colors of #b1babc

#b1babc #b1b5bc #b1bcb9

Monochromatic Colors of #b1babc

#b1babc

Complementary Color

#b1babc #bcb3b1

#b1babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1babc Color CSS Codes

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

#b1babc Text Font Color

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

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


#b1babc Background Color

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

This div background color is #b1babc


#b1babc Border Color

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

This div border color is #b1babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1babc

#b1babc Color Palettes


Comments

No comments written yet.

Please login to write comment.