Color Hex Logo

#bbaed1 Color Hex

#BBAED1
(187,174,209)
0 Favorites   0 Comments

Color spaces of #bbaed1

RGB 187174209
HSL0.730.280.75
HSV262°17°82°
CMYK 0.110.170.00   0.18
XYZ47.138245.440366.6080
Yxy45.44030.29610.2855
Hunter Lab67.40946.8554-11.3985
CIE-Lab73.180911.3745-16.0194

#bbaed1 color RGB value is (187,174,209).

#bbaed1 hex color red value is 187, green value is 174 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bbaed1 hue: 0.73 , saturation: 0.28 and the lightness value of bbaed1 is 0.75.

The process color (four color CMYK) of #bbaed1 color hex is 0.11, 0.17, 0.00, 0.18. Web safe color of #bbaed1 is #cc99cc. Color #bbaed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11010001
Octal 273 256 321
Decimal 187 174 209
Hex BB AE D1

RGB Percentages of Color #bbaed1

%32.81
%30.53
%36.67

CMYK Percentages of Color #bbaed1

%11
%17
%0
%18

Triadic Colors of #bbaed1

#bbaed1 #d1bbae #aed1bb

Analogous Colors of #bbaed1

#bbaed1 #cdaed1 #aeb3d1

Monochromatic Colors of #bbaed1

#bbaed1

Complementary Color

#bbaed1 #c4d1ae

#bbaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaed1 Color CSS Codes

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

#bbaed1 Text Font Color

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

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


#bbaed1 Background Color

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

This div background color is #bbaed1


#bbaed1 Border Color

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

This div border color is #bbaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaed1


Comments

No comments written yet.

Please login to write comment.