Color Hex Logo

#bbbaeb Color Hex

#BBBAEB
(187,186,235)
0 Favorites   0 Comments

Color spaces of #bbbaeb

RGB 187186235
HSL0.670.550.83
HSV241°21°92°
CMYK 0.200.210.00   0.08
XYZ53.047851.680885.7767
Yxy51.68080.27850.2713
Hunter Lab71.88945.9104-20.4209
CIE-Lab77.089610.4191-24.2147

#bbbaeb color RGB value is (187,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11101011
Octal 273 272 353
Decimal 187 186 235
Hex BB BA EB

RGB Percentages of Color #bbbaeb

%30.76
%30.59
%38.65

CMYK Percentages of Color #bbbaeb

%20
%21
%0
%8

Triadic Colors of #bbbaeb

#bbbaeb #ebbbba #baebbb

Analogous Colors of #bbbaeb

#bbbaeb #d4baeb #bad2eb

Monochromatic Colors of #bbbaeb

#bbbaeb

Complementary Color

#bbbaeb #eaebba

#bbbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaeb Color CSS Codes

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

#bbbaeb Text Font Color

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

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


#bbbaeb Background Color

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

This div background color is #bbbaeb


#bbbaeb Border Color

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

This div border color is #bbbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaeb


Comments

No comments written yet.

Please login to write comment.