Color Hex Logo

#bbaedb Color Hex

#BBAEDB
(187,174,219)
0 Favorites   0 Comments

Color spaces of #bbaedb

RGB 187174219
HSL0.710.380.77
HSV257°21°86°
CMYK 0.150.210.00   0.14
XYZ48.415845.951473.3355
Yxy45.95140.28870.2740
Hunter Lab67.78758.8619-16.6913
CIE-Lab73.514013.4825-20.9788

#bbaedb color RGB value is (187,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11011011
Octal 273 256 333
Decimal 187 174 219
Hex BB AE DB

RGB Percentages of Color #bbaedb

%32.24
%30.00
%37.76

CMYK Percentages of Color #bbaedb

%15
%21
%0
%14

Triadic Colors of #bbaedb

#bbaedb #dbbbae #aedbbb

Analogous Colors of #bbaedb

#bbaedb #d2aedb #aeb8db

Monochromatic Colors of #bbaedb

#bbaedb

Complementary Color

#bbaedb #cedbae

#bbaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaedb Color CSS Codes

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

#bbaedb Text Font Color

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

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


#bbaedb Background Color

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

This div background color is #bbaedb


#bbaedb Border Color

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

This div border color is #bbaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaedb


Comments

No comments written yet.

Please login to write comment.