Color Hex Logo

#bbabf9 Color Hex

#BBABF9
(187,171,249)
0 Favorites   0 Comments

Color spaces of #bbabf9

RGB 187171249
HSL0.700.870.82
HSV252°31°98°
CMYK 0.250.310.00   0.02
XYZ52.155346.530295.8549
Yxy46.53020.26810.2392
Hunter Lab68.213017.1072-35.5668
CIE-Lab73.888321.8961-36.7023

#bbabf9 color RGB value is (187,171,249).

#bbabf9 hex color red value is 187, green value is 171 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bbabf9 hue: 0.70 , saturation: 0.87 and the lightness value of bbabf9 is 0.82.

The process color (four color CMYK) of #bbabf9 color hex is 0.25, 0.31, 0.00, 0.02. Web safe color of #bbabf9 is #cc99ff. Color #bbabf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11111001
Octal 273 253 371
Decimal 187 171 249
Hex BB AB F9

RGB Percentages of Color #bbabf9

%30.81
%28.17
%41.02

CMYK Percentages of Color #bbabf9

%25
%31
%0
%2

Triadic Colors of #bbabf9

#bbabf9 #f9bbab #abf9bb

Analogous Colors of #bbabf9

#bbabf9 #e2abf9 #abc2f9

Monochromatic Colors of #bbabf9

#bbabf9

Complementary Color

#bbabf9 #e9f9ab

#bbabf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabf9 Color CSS Codes

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

#bbabf9 Text Font Color

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

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


#bbabf9 Background Color

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

This div background color is #bbabf9


#bbabf9 Border Color

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

This div border color is #bbabf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabf9


Comments

No comments written yet.

Please login to write comment.