Color Hex Logo

#b9aec1 Color Hex

#B9AEC1
(185,174,193)
0 Favorites   0 Comments

Color spaces of #b9aec1

RGB 185174193
HSL0.760.130.72
HSV275°10°76°
CMYK 0.040.100.00   0.24
XYZ44.769344.436656.6696
Yxy44.43660.30690.3046
Hunter Lab66.66083.2240-3.7410
CIE-Lab72.51947.4818-8.2572

#b9aec1 color RGB value is (185,174,193).

#b9aec1 hex color red value is 185, green value is 174 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b9aec1 hue: 0.76 , saturation: 0.13 and the lightness value of b9aec1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 11000001
Octal 271 256 301
Decimal 185 174 193
Hex B9 AE C1

RGB Percentages of Color #b9aec1

%33.51
%31.52
%34.96

CMYK Percentages of Color #b9aec1

%4
%10
%0
%24

Triadic Colors of #b9aec1

#b9aec1 #c1b9ae #aec1b9

Analogous Colors of #b9aec1

#b9aec1 #c1aec0 #b0aec1

Monochromatic Colors of #b9aec1

#b9aec1

Complementary Color

#b9aec1 #b6c1ae

#b9aec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aec1 Color CSS Codes

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

#b9aec1 Text Font Color

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

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


#b9aec1 Background Color

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

This div background color is #b9aec1


#b9aec1 Border Color

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

This div border color is #b9aec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aec1


Comments

No comments written yet.

Please login to write comment.