Color Hex Logo

#bbaec5 Color Hex

#BBAEC5
(187,174,197)
0 Favorites   0 Comments

Color spaces of #bbaec5

RGB 187174197
HSL0.760.170.73
HSV274°12°77°
CMYK 0.050.120.00   0.23
XYZ45.707644.868159.0747
Yxy44.86810.30540.2998
Hunter Lab66.98374.5816-5.4009
CIE-Lab72.80508.9499-10.0092

#bbaec5 color RGB value is (187,174,197).

#bbaec5 hex color red value is 187, green value is 174 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bbaec5 hue: 0.76 , saturation: 0.17 and the lightness value of bbaec5 is 0.73.

The process color (four color CMYK) of #bbaec5 color hex is 0.05, 0.12, 0.00, 0.23. Web safe color of #bbaec5 is #cc99cc. Color #bbaec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11000101
Octal 273 256 305
Decimal 187 174 197
Hex BB AE C5

RGB Percentages of Color #bbaec5

%33.51
%31.18
%35.30

CMYK Percentages of Color #bbaec5

%5
%12
%0
%23

Triadic Colors of #bbaec5

#bbaec5 #c5bbae #aec5bb

Analogous Colors of #bbaec5

#bbaec5 #c5aec4 #b0aec5

Monochromatic Colors of #bbaec5

#bbaec5

Complementary Color

#bbaec5 #b8c5ae

#bbaec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaec5 Color CSS Codes

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

#bbaec5 Text Font Color

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

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


#bbaec5 Background Color

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

This div background color is #bbaec5


#bbaec5 Border Color

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

This div border color is #bbaec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaec5


Comments

No comments written yet.

Please login to write comment.