Color Hex Logo

#bab2be Color Hex

#BAB2BE
(186,178,190)
0 Favorites   0 Comments

Color spaces of #bab2be

RGB 186178190
HSL0.780.080.72
HSV280°75°
CMYK 0.020.060.00   0.25
XYZ45.464445.997655.1974
Yxy45.99760.31000.3136
Hunter Lab67.82150.9704-0.7788
CIE-Lab73.54405.0684-5.0852

#bab2be color RGB value is (186,178,190).

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

The process color (four color CMYK) of #bab2be color hex is 0.02, 0.06, 0.00, 0.25. Web safe color of #bab2be is #cc99cc. Color #bab2be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 10111110
Octal 272 262 276
Decimal 186 178 190
Hex BA B2 BE

RGB Percentages of Color #bab2be

%33.57
%32.13
%34.30

CMYK Percentages of Color #bab2be

%2
%6
%0
%25

Triadic Colors of #bab2be

#bab2be #bebab2 #b2beba

Analogous Colors of #bab2be

#bab2be #beb2bc #b4b2be

Monochromatic Colors of #bab2be

#bab2be

Complementary Color

#bab2be #b6beb2

#bab2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab2be Color CSS Codes

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

#bab2be Text Font Color

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

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


#bab2be Background Color

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

This div background color is #bab2be


#bab2be Border Color

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

This div border color is #bab2be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,178,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab2be


Comments

No comments written yet.

Please login to write comment.