Color Hex Logo

#bbaedd Color Hex

#BBAEDD
(187,174,221)
0 Favorites   0 Comments

Color spaces of #bbaedd

RGB 187174221
HSL0.710.410.77
HSV257°21°87°
CMYK 0.150.210.00   0.13
XYZ48.680746.057474.7308
Yxy46.05740.28730.2718
Hunter Lab67.86569.2751-17.7818
CIE-Lab73.582813.9130-21.9651

#bbaedd color RGB value is (187,174,221).

#bbaedd hex color red value is 187, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbaedd hue: 0.71 , saturation: 0.41 and the lightness value of bbaedd is 0.77.

The process color (four color CMYK) of #bbaedd color hex is 0.15, 0.21, 0.00, 0.13. Web safe color of #bbaedd is #cc99cc. Color #bbaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11011101
Octal 273 256 335
Decimal 187 174 221
Hex BB AE DD

RGB Percentages of Color #bbaedd

%32.13
%29.90
%37.97

CMYK Percentages of Color #bbaedd

%15
%21
%0
%13

Triadic Colors of #bbaedd

#bbaedd #ddbbae #aeddbb

Analogous Colors of #bbaedd

#bbaedd #d3aedd #aeb9dd

Monochromatic Colors of #bbaedd

#bbaedd

Complementary Color

#bbaedd #d0ddae

#bbaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaedd Color CSS Codes

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

#bbaedd Text Font Color

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

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


#bbaedd Background Color

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

This div background color is #bbaedd


#bbaedd Border Color

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

This div border color is #bbaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaedd


Comments

No comments written yet.

Please login to write comment.