Color Hex Logo

#baabbc Color Hex

#BAABBC
(186,171,188)
0 Favorites   0 Comments

Color spaces of #baabbc

RGB 186171188
HSL0.810.110.70
HSV293°74°
CMYK 0.010.090.00   0.26
XYZ43.889743.195853.6013
Yxy43.19580.31200.3070
Hunter Lab65.72354.1849-2.3479
CIE-Lab71.68778.5020-6.7336

#baabbc color RGB value is (186,171,188).

#baabbc hex color red value is 186, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #baabbc hue: 0.81 , saturation: 0.11 and the lightness value of baabbc is 0.70.

The process color (four color CMYK) of #baabbc color hex is 0.01, 0.09, 0.00, 0.26. Web safe color of #baabbc is #cc99cc. Color #baabbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10111100
Octal 272 253 274
Decimal 186 171 188
Hex BA AB BC

RGB Percentages of Color #baabbc

%34.13
%31.38
%34.50

CMYK Percentages of Color #baabbc

%1
%9
%0
%26

Triadic Colors of #baabbc

#baabbc #bcbaab #abbcba

Analogous Colors of #baabbc

#baabbc #bcabb6 #b2abbc

Monochromatic Colors of #baabbc

#baabbc

Complementary Color

#baabbc #adbcab

#baabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabbc Color CSS Codes

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

#baabbc Text Font Color

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

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


#baabbc Background Color

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

This div background color is #baabbc


#baabbc Border Color

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

This div border color is #baabbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabbc


Comments

No comments written yet.

Please login to write comment.