Color Hex Logo

#bbacde Color Hex

#BBACDE
(187,172,222)
0 Favorites   0 Comments

Color spaces of #bbacde

RGB 187172222
HSL0.720.430.77
HSV258°23°87°
CMYK 0.160.230.00   0.13
XYZ48.430945.343875.3069
Yxy45.34380.28640.2682
Hunter Lab67.337810.5402-19.1702
CIE-Lab73.117715.2321-23.2191

#bbacde color RGB value is (187,172,222).

#bbacde hex color red value is 187, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bbacde hue: 0.72 , saturation: 0.43 and the lightness value of bbacde is 0.77.

The process color (four color CMYK) of #bbacde color hex is 0.16, 0.23, 0.00, 0.13. Web safe color of #bbacde is #cc99cc. Color #bbacde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11011110
Octal 273 254 336
Decimal 187 172 222
Hex BB AC DE

RGB Percentages of Color #bbacde

%32.19
%29.60
%38.21

CMYK Percentages of Color #bbacde

%16
%23
%0
%13

Triadic Colors of #bbacde

#bbacde #debbac #acdebb

Analogous Colors of #bbacde

#bbacde #d4acde #acb6de

Monochromatic Colors of #bbacde

#bbacde

Complementary Color

#bbacde #cfdeac

#bbacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacde Color CSS Codes

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

#bbacde Text Font Color

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

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


#bbacde Background Color

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

This div background color is #bbacde


#bbacde Border Color

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

This div border color is #bbacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacde


Comments

No comments written yet.

Please login to write comment.