Color Hex Logo

#bbb9eb Color Hex

#BBB9EB
(187,185,235)
0 Favorites   0 Comments

Color spaces of #bbb9eb

RGB 187185235
HSL0.670.560.82
HSV242°21°92°
CMYK 0.200.210.00   0.08
XYZ52.837951.260985.7067
Yxy51.26090.27840.2701
Hunter Lab71.59676.4376-20.8569
CIE-Lab76.836810.9650-24.6003

#bbb9eb color RGB value is (187,185,235).

#bbb9eb hex color red value is 187, green value is 185 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbb9eb hue: 0.67 , saturation: 0.56 and the lightness value of bbb9eb is 0.82.

The process color (four color CMYK) of #bbb9eb color hex is 0.20, 0.21, 0.00, 0.08. Web safe color of #bbb9eb is #ccccff. Color #bbb9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 11101011
Octal 273 271 353
Decimal 187 185 235
Hex BB B9 EB

RGB Percentages of Color #bbb9eb

%30.81
%30.48
%38.71

CMYK Percentages of Color #bbb9eb

%20
%21
%0
%8

Triadic Colors of #bbb9eb

#bbb9eb #ebbbb9 #b9ebbb

Analogous Colors of #bbb9eb

#bbb9eb #d4b9eb #b9d0eb

Monochromatic Colors of #bbb9eb

#bbb9eb

Complementary Color

#bbb9eb #e9ebb9

#bbb9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb9eb Color CSS Codes

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

#bbb9eb Text Font Color

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

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


#bbb9eb Background Color

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

This div background color is #bbb9eb


#bbb9eb Border Color

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

This div border color is #bbb9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb9eb


Comments

No comments written yet.

Please login to write comment.