Color Hex Logo

#bab1bb Color Hex

#BAB1BB
(186,177,187)
0 Favorites   0 Comments

Color spaces of #bab1bb

RGB 186177187
HSL0.820.070.71
HSV294°73°
CMYK 0.010.050.00   0.27
XYZ44.941545.471253.4219
Yxy45.47120.31250.3161
Hunter Lab67.43230.95800.2313
CIE-Lab73.20115.0415-3.9479

#bab1bb color RGB value is (186,177,187).

#bab1bb hex color red value is 186, green value is 177 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bab1bb hue: 0.82 , saturation: 0.07 and the lightness value of bab1bb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 10111011
Octal 272 261 273
Decimal 186 177 187
Hex BA B1 BB

RGB Percentages of Color #bab1bb

%33.82
%32.18
%34.00

CMYK Percentages of Color #bab1bb

%1
%5
%0
%27

Triadic Colors of #bab1bb

#bab1bb #bbbab1 #b1bbba

Analogous Colors of #bab1bb

#bab1bb #bbb1b7 #b5b1bb

Monochromatic Colors of #bab1bb

#bab1bb

Complementary Color

#bab1bb #b2bbb1

#bab1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1bb Color CSS Codes

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

#bab1bb Text Font Color

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

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


#bab1bb Background Color

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

This div background color is #bab1bb


#bab1bb Border Color

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

This div border color is #bab1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1bb


Comments

No comments written yet.

Please login to write comment.