Color Hex Logo

#bbbaed Color Hex

#BBBAED
(187,186,237)
0 Favorites   0 Comments

Color spaces of #bbbaed

RGB 187186237
HSL0.670.590.83
HSV241°22°93°
CMYK 0.210.220.00   0.07
XYZ53.338551.797087.3073
Yxy51.79700.27720.2692
Hunter Lab71.97016.3422-21.5459
CIE-Lab77.159310.8692-25.1867

#bbbaed color RGB value is (187,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11101101
Octal 273 272 355
Decimal 187 186 237
Hex BB BA ED

RGB Percentages of Color #bbbaed

%30.66
%30.49
%38.85

CMYK Percentages of Color #bbbaed

%21
%22
%0
%7

Triadic Colors of #bbbaed

#bbbaed #edbbba #baedbb

Analogous Colors of #bbbaed

#bbbaed #d5baed #bad3ed

Monochromatic Colors of #bbbaed

#bbbaed

Complementary Color

#bbbaed #ecedba

#bbbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbaed Color CSS Codes

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

#bbbaed Text Font Color

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

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


#bbbaed Background Color

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

This div background color is #bbbaed


#bbbaed Border Color

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

This div border color is #bbbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbaed


Comments

No comments written yet.

Please login to write comment.