Color Hex Logo

#bbaecd Color Hex

#BBAECD
(187,174,205)
0 Favorites   0 Comments

Color spaces of #bbaecd

RGB 187174205
HSL0.740.240.74
HSV265°15°80°
CMYK 0.090.150.00   0.20
XYZ46.649045.244764.0320
Yxy45.24470.29920.2902
Hunter Lab67.26426.0809-9.3561
CIE-Lab73.052710.5530-14.0229

#bbaecd color RGB value is (187,174,205).

#bbaecd hex color red value is 187, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbaecd hue: 0.74 , saturation: 0.24 and the lightness value of bbaecd is 0.74.

The process color (four color CMYK) of #bbaecd color hex is 0.09, 0.15, 0.00, 0.20. Web safe color of #bbaecd is #cc99cc. Color #bbaecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11001101
Octal 273 256 315
Decimal 187 174 205
Hex BB AE CD

RGB Percentages of Color #bbaecd

%33.04
%30.74
%36.22

CMYK Percentages of Color #bbaecd

%9
%15
%0
%20

Triadic Colors of #bbaecd

#bbaecd #cdbbae #aecdbb

Analogous Colors of #bbaecd

#bbaecd #cbaecd #aeb1cd

Monochromatic Colors of #bbaecd

#bbaecd

Complementary Color

#bbaecd #c0cdae

#bbaecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaecd Color CSS Codes

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

#bbaecd Text Font Color

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

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


#bbaecd Background Color

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

This div background color is #bbaecd


#bbaecd Border Color

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

This div border color is #bbaecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaecd


Comments

No comments written yet.

Please login to write comment.