Color Hex Logo

#bba9eb Color Hex

#BBA9EB
(187,169,235)
0 Favorites   0 Comments

Color spaces of #bba9eb

RGB 187169235
HSL0.710.620.79
HSV256°28°92°
CMYK 0.200.280.00   0.08
XYZ49.676944.938984.6531
Yxy44.93890.27710.2507
Hunter Lab67.036514.9623-27.9454
CIE-Lab72.851619.7748-30.7114

#bba9eb color RGB value is (187,169,235).

#bba9eb hex color red value is 187, green value is 169 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bba9eb hue: 0.71 , saturation: 0.62 and the lightness value of bba9eb is 0.79.

The process color (four color CMYK) of #bba9eb color hex is 0.20, 0.28, 0.00, 0.08. Web safe color of #bba9eb is #cc99ff. Color #bba9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 11101011
Octal 273 251 353
Decimal 187 169 235
Hex BB A9 EB

RGB Percentages of Color #bba9eb

%31.64
%28.60
%39.76

CMYK Percentages of Color #bba9eb

%20
%28
%0
%8

Triadic Colors of #bba9eb

#bba9eb #ebbba9 #a9ebbb

Analogous Colors of #bba9eb

#bba9eb #dca9eb #a9b8eb

Monochromatic Colors of #bba9eb

#bba9eb

Complementary Color

#bba9eb #d9eba9

#bba9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba9eb Color CSS Codes

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

#bba9eb Text Font Color

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

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


#bba9eb Background Color

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

This div background color is #bba9eb


#bba9eb Border Color

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

This div border color is #bba9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba9eb


Comments

No comments written yet.

Please login to write comment.