Color Hex Logo

#bbace2 Color Hex

#BBACE2
(187,172,226)
0 Favorites   0 Comments

Color spaces of #bbace2

RGB 187172226
HSL0.710.480.78
HSV257°24°89°
CMYK 0.170.240.00   0.11
XYZ48.973545.560878.1644
Yxy45.56080.28360.2638
Hunter Lab67.498711.3873-21.4095
CIE-Lab73.259616.1062-25.1838

#bbace2 color RGB value is (187,172,226).

#bbace2 hex color red value is 187, green value is 172 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bbace2 hue: 0.71 , saturation: 0.48 and the lightness value of bbace2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11100010
Octal 273 254 342
Decimal 187 172 226
Hex BB AC E2

RGB Percentages of Color #bbace2

%31.97
%29.40
%38.63

CMYK Percentages of Color #bbace2

%17
%24
%0
%11

Triadic Colors of #bbace2

#bbace2 #e2bbac #ace2bb

Analogous Colors of #bbace2

#bbace2 #d6ace2 #acb8e2

Monochromatic Colors of #bbace2

#bbace2

Complementary Color

#bbace2 #d3e2ac

#bbace2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbace2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbace2 Color CSS Codes

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

#bbace2 Text Font Color

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

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


#bbace2 Background Color

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

This div background color is #bbace2


#bbace2 Border Color

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

This div border color is #bbace2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbace2


Comments

No comments written yet.

Please login to write comment.