Color Hex Logo

#b2aebb Color Hex

#B2AEBB
(178,174,187)
0 Favorites   0 Comments

Color spaces of #b2aebb

RGB 178174187
HSL0.720.090.71
HSV258°73°
CMYK 0.050.070.00   0.27
XYZ42.465843.324953.1381
Yxy43.32490.30570.3118
Hunter Lab65.8217-0.0260-1.7899
CIE-Lab71.77493.9005-6.1270

#b2aebb color RGB value is (178,174,187).

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

The process color (four color CMYK) of #b2aebb color hex is 0.05, 0.07, 0.00, 0.27. Web safe color of #b2aebb is #9999cc. Color #b2aebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101110 10111011
Octal 262 256 273
Decimal 178 174 187
Hex B2 AE BB

RGB Percentages of Color #b2aebb

%33.02
%32.28
%34.69

CMYK Percentages of Color #b2aebb

%5
%7
%0
%27

Triadic Colors of #b2aebb

#b2aebb #bbb2ae #aebbb2

Analogous Colors of #b2aebb

#b2aebb #b9aebb #aeb1bb

Monochromatic Colors of #b2aebb

#b2aebb

Complementary Color

#b2aebb #b7bbae

#b2aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aebb Color CSS Codes

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

#b2aebb Text Font Color

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

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


#b2aebb Background Color

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

This div background color is #b2aebb


#b2aebb Border Color

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

This div border color is #b2aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aebb


Comments

No comments written yet.

Please login to write comment.