Color Hex Logo

#bab2bb Color Hex

#BAB2BB
(186,178,187)
0 Favorites   0 Comments

Color spaces of #bab2bb

RGB 186178187
HSL0.810.060.72
HSV293°73°
CMYK 0.010.050.00   0.27
XYZ45.139745.867753.4879
Yxy45.86770.31240.3174
Hunter Lab67.72570.45170.5824
CIE-Lab73.45964.4990-3.5671

#bab2bb color RGB value is (186,178,187).

#bab2bb hex color red value is 186, green value is 178 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bab2bb hue: 0.81 , saturation: 0.06 and the lightness value of bab2bb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 10111011
Octal 272 262 273
Decimal 186 178 187
Hex BA B2 BB

RGB Percentages of Color #bab2bb

%33.76
%32.30
%33.94

CMYK Percentages of Color #bab2bb

%1
%5
%0
%27

Triadic Colors of #bab2bb

#bab2bb #bbbab2 #b2bbba

Analogous Colors of #bab2bb

#bab2bb #bbb2b8 #b6b2bb

Monochromatic Colors of #bab2bb

#bab2bb

Complementary Color

#bab2bb #b3bbb2

#bab2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab2bb Color CSS Codes

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

#bab2bb Text Font Color

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

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


#bab2bb Background Color

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

This div background color is #bab2bb


#bab2bb Border Color

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

This div border color is #bab2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab2bb


Comments

No comments written yet.

Please login to write comment.