Color Hex Logo

#bbaeed Color Hex

#BBAEED
(187,174,237)
0 Favorites   0 Comments

Color spaces of #bbaeed

RGB 187174237
HSL0.700.640.81
HSV252°27°93°
CMYK 0.210.270.00   0.07
XYZ50.915646.951386.4997
Yxy46.95130.27620.2547
Hunter Lab68.521012.7254-26.8819
CIE-Lab74.158617.4615-29.7856

#bbaeed color RGB value is (187,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11101101
Octal 273 256 355
Decimal 187 174 237
Hex BB AE ED

RGB Percentages of Color #bbaeed

%31.27
%29.10
%39.63

CMYK Percentages of Color #bbaeed

%21
%27
%0
%7

Triadic Colors of #bbaeed

#bbaeed #edbbae #aeedbb

Analogous Colors of #bbaeed

#bbaeed #dbaeed #aec1ed

Monochromatic Colors of #bbaeed

#bbaeed

Complementary Color

#bbaeed #e0edae

#bbaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeed Color CSS Codes

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

#bbaeed Text Font Color

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

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


#bbaeed Background Color

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

This div background color is #bbaeed


#bbaeed Border Color

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

This div border color is #bbaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeed


Comments

No comments written yet.

Please login to write comment.