Color Hex Logo

#bbacdd Color Hex

#BBACDD
(187,172,221)
0 Favorites   0 Comments

Color spaces of #bbacdd

RGB 187172221
HSL0.720.420.77
HSV258°22°87°
CMYK 0.150.220.00   0.13
XYZ48.297245.290374.6030
Yxy45.29030.28720.2693
Hunter Lab67.298110.3309-18.6170
CIE-Lab73.082615.0154-22.7267

#bbacdd color RGB value is (187,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11011101
Octal 273 254 335
Decimal 187 172 221
Hex BB AC DD

RGB Percentages of Color #bbacdd

%32.24
%29.66
%38.10

CMYK Percentages of Color #bbacdd

%15
%22
%0
%13

Triadic Colors of #bbacdd

#bbacdd #ddbbac #acddbb

Analogous Colors of #bbacdd

#bbacdd #d4acdd #acb6dd

Monochromatic Colors of #bbacdd

#bbacdd

Complementary Color

#bbacdd #ceddac

#bbacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacdd Color CSS Codes

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

#bbacdd Text Font Color

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

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


#bbacdd Background Color

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

This div background color is #bbacdd


#bbacdd Border Color

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

This div border color is #bbacdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,172,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 #bbacdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacdd


Comments

No comments written yet.

Please login to write comment.