Color Hex Logo

#bbbaee Color Hex

#BBBAEE
(187,186,238)
0 Favorites   0 Comments

Color spaces of #bbbaee

RGB 187186238
HSL0.670.600.83
HSV241°22°93°
CMYK 0.210.220.00   0.07
XYZ53.485051.855788.0791
Yxy51.85570.27650.2681
Hunter Lab72.01096.5591-22.1121
CIE-Lab77.194511.0948-25.6720

#bbbaee color RGB value is (187,186,238).

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

The process color (four color CMYK) of #bbbaee color hex is 0.21, 0.22, 0.00, 0.07. Web safe color of #bbbaee is #ccccff. Color #bbbaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11101110
Octal 273 272 356
Decimal 187 186 238
Hex BB BA EE

RGB Percentages of Color #bbbaee

%30.61
%30.44
%38.95

CMYK Percentages of Color #bbbaee

%21
%22
%0
%7

Triadic Colors of #bbbaee

#bbbaee #eebbba #baeebb

Analogous Colors of #bbbaee

#bbbaee #d5baee #bad3ee

Monochromatic Colors of #bbbaee

#bbbaee

Complementary Color

#bbbaee #edeeba

#bbbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaee Color CSS Codes

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

#bbbaee Text Font Color

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

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


#bbbaee Background Color

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

This div background color is #bbbaee


#bbbaee Border Color

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

This div border color is #bbbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaee


Comments

No comments written yet.

Please login to write comment.