Color Hex Logo

#bbaeee Color Hex

#BBAEEE
(187,174,238)
0 Favorites   0 Comments

Color spaces of #bbaeee

RGB 187174238
HSL0.700.650.81
HSV252°27°93°
CMYK 0.210.270.00   0.07
XYZ51.062247.009987.2715
Yxy47.00990.27550.2536
Hunter Lab68.563812.9496-27.4727
CIE-Lab74.196117.6892-30.2703

#bbaeee color RGB value is (187,174,238).

#bbaeee hex color red value is 187, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bbaeee hue: 0.70 , saturation: 0.65 and the lightness value of bbaeee is 0.81.

The process color (four color CMYK) of #bbaeee color hex is 0.21, 0.27, 0.00, 0.07. Web safe color of #bbaeee is #cc99ff. Color #bbaeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11101110
Octal 273 256 356
Decimal 187 174 238
Hex BB AE EE

RGB Percentages of Color #bbaeee

%31.22
%29.05
%39.73

CMYK Percentages of Color #bbaeee

%21
%27
%0
%7

Triadic Colors of #bbaeee

#bbaeee #eebbae #aeeebb

Analogous Colors of #bbaeee

#bbaeee #dbaeee #aec1ee

Monochromatic Colors of #bbaeee

#bbaeee

Complementary Color

#bbaeee #e1eeae

#bbaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeee Color CSS Codes

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

#bbaeee Text Font Color

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

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


#bbaeee Background Color

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

This div background color is #bbaeee


#bbaeee Border Color

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

This div border color is #bbaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeee


Comments

No comments written yet.

Please login to write comment.