Color Hex Logo

#bab6ce Color Hex

#BAB6CE
(186,182,206)
0 Favorites   0 Comments

Color spaces of #bab6ce

RGB 186182206
HSL0.690.200.76
HSV250°12°81°
CMYK 0.100.120.00   0.19
XYZ48.118248.351265.1891
Yxy48.35120.29770.2991
Hunter Lab69.53501.8356-6.9099
CIE-Lab75.04596.0595-11.5897

#bab6ce color RGB value is (186,182,206).

#bab6ce hex color red value is 186, green value is 182 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bab6ce hue: 0.69 , saturation: 0.20 and the lightness value of bab6ce is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 11001110
Octal 272 266 316
Decimal 186 182 206
Hex BA B6 CE

RGB Percentages of Color #bab6ce

%32.40
%31.71
%35.89

CMYK Percentages of Color #bab6ce

%10
%12
%0
%19

Triadic Colors of #bab6ce

#bab6ce #cebab6 #b6ceba

Analogous Colors of #bab6ce

#bab6ce #c6b6ce #b6bece

Monochromatic Colors of #bab6ce

#bab6ce

Complementary Color

#bab6ce #caceb6

#bab6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab6ce Color CSS Codes

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

#bab6ce Text Font Color

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

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


#bab6ce Background Color

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

This div background color is #bab6ce


#bab6ce Border Color

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

This div border color is #bab6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab6ce


Comments

No comments written yet.

Please login to write comment.