Color Hex Logo

#bbbaef Color Hex

#BBBAEF
(187,186,239)
0 Favorites   0 Comments

Color spaces of #bbbaef

RGB 187186239
HSL0.670.620.83
HSV241°22°94°
CMYK 0.220.220.00   0.06
XYZ53.632451.914688.8551
Yxy51.91460.27590.2670
Hunter Lab72.05186.7775-22.6809
CIE-Lab77.229711.3216-26.1568

#bbbaef color RGB value is (187,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11101111
Octal 273 272 357
Decimal 187 186 239
Hex BB BA EF

RGB Percentages of Color #bbbaef

%30.56
%30.39
%39.05

CMYK Percentages of Color #bbbaef

%22
%22
%0
%6

Triadic Colors of #bbbaef

#bbbaef #efbbba #baefbb

Analogous Colors of #bbbaef

#bbbaef #d6baef #bad4ef

Monochromatic Colors of #bbbaef

#bbbaef

Complementary Color

#bbbaef #eeefba

#bbbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaef Color CSS Codes

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

#bbbaef Text Font Color

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

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


#bbbaef Background Color

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

This div background color is #bbbaef


#bbbaef Border Color

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

This div border color is #bbbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaef


Comments

No comments written yet.

Please login to write comment.