Color Hex Logo

#bab9ce Color Hex

#BAB9CE
(186,185,206)
0 Favorites   0 Comments

Color spaces of #bab9ce

RGB 186185206
HSL0.670.180.77
HSV243°10°81°
CMYK 0.100.100.00   0.19
XYZ48.739249.593365.3961
Yxy49.59330.29770.3029
Hunter Lab70.42250.2999-5.7624
CIE-Lab75.81904.4344-10.4350

#bab9ce color RGB value is (186,185,206).

#bab9ce hex color red value is 186, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bab9ce hue: 0.67 , saturation: 0.18 and the lightness value of bab9ce is 0.77.

The process color (four color CMYK) of #bab9ce color hex is 0.10, 0.10, 0.00, 0.19. Web safe color of #bab9ce is #cccccc. Color #bab9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 11001110
Octal 272 271 316
Decimal 186 185 206
Hex BA B9 CE

RGB Percentages of Color #bab9ce

%32.24
%32.06
%35.70

CMYK Percentages of Color #bab9ce

%10
%10
%0
%19

Triadic Colors of #bab9ce

#bab9ce #cebab9 #b9ceba

Analogous Colors of #bab9ce

#bab9ce #c5b9ce #b9c3ce

Monochromatic Colors of #bab9ce

#bab9ce

Complementary Color

#bab9ce #cdceb9

#bab9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab9ce Color CSS Codes

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

#bab9ce Text Font Color

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

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


#bab9ce Background Color

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

This div background color is #bab9ce


#bab9ce Border Color

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

This div border color is #bab9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab9ce


Comments

No comments written yet.

Please login to write comment.