Color Hex Logo

#bbaec2 Color Hex

#BBAEC2
(187,174,194)
0 Favorites   0 Comments

Color spaces of #bbaec2

RGB 187174194
HSL0.780.140.72
HSV279°10°76°
CMYK 0.040.100.00   0.24
XYZ45.367244.731957.2820
Yxy44.73190.30780.3035
Hunter Lab66.88194.0364-3.9625
CIE-Lab72.71508.3627-8.4973

#bbaec2 color RGB value is (187,174,194).

#bbaec2 hex color red value is 187, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bbaec2 hue: 0.78 , saturation: 0.14 and the lightness value of bbaec2 is 0.72.

The process color (four color CMYK) of #bbaec2 color hex is 0.04, 0.10, 0.00, 0.24. Web safe color of #bbaec2 is #cc99cc. Color #bbaec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11000010
Octal 273 256 302
Decimal 187 174 194
Hex BB AE C2

RGB Percentages of Color #bbaec2

%33.69
%31.35
%34.95

CMYK Percentages of Color #bbaec2

%4
%10
%0
%24

Triadic Colors of #bbaec2

#bbaec2 #c2bbae #aec2bb

Analogous Colors of #bbaec2

#bbaec2 #c2aebf #b1aec2

Monochromatic Colors of #bbaec2

#bbaec2

Complementary Color

#bbaec2 #b5c2ae

#bbaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaec2 Color CSS Codes

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

#bbaec2 Text Font Color

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

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


#bbaec2 Background Color

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

This div background color is #bbaec2


#bbaec2 Border Color

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

This div border color is #bbaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaec2


Comments

No comments written yet.

Please login to write comment.