Color Hex Logo

#bbabe0 Color Hex

#BBABE0
(187,171,224)
0 Favorites   0 Comments

Color spaces of #bbabe0

RGB 187171224
HSL0.720.460.77
HSV258°24°88°
CMYK 0.170.240.00   0.12
XYZ48.511045.072476.6641
Yxy45.07240.28490.2647
Hunter Lab67.136011.4923-20.7094
CIE-Lab72.939516.2201-24.5825

#bbabe0 color RGB value is (187,171,224).

#bbabe0 hex color red value is 187, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bbabe0 hue: 0.72 , saturation: 0.46 and the lightness value of bbabe0 is 0.77.

The process color (four color CMYK) of #bbabe0 color hex is 0.17, 0.24, 0.00, 0.12. Web safe color of #bbabe0 is #cc99cc. Color #bbabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11100000
Octal 273 253 340
Decimal 187 171 224
Hex BB AB E0

RGB Percentages of Color #bbabe0

%32.13
%29.38
%38.49

CMYK Percentages of Color #bbabe0

%17
%24
%0
%12

Triadic Colors of #bbabe0

#bbabe0 #e0bbab #abe0bb

Analogous Colors of #bbabe0

#bbabe0 #d6abe0 #abb6e0

Monochromatic Colors of #bbabe0

#bbabe0

Complementary Color

#bbabe0 #d0e0ab

#bbabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabe0 Color CSS Codes

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

#bbabe0 Text Font Color

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

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


#bbabe0 Background Color

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

This div background color is #bbabe0


#bbabe0 Border Color

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

This div border color is #bbabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabe0


Comments

No comments written yet.

Please login to write comment.