Color Hex Logo

#b9aebe Color Hex

#B9AEBE
(185,174,190)
0 Favorites   0 Comments

Color spaces of #b9aebe

RGB 185174190
HSL0.780.110.71
HSV281°75°
CMYK 0.030.080.00   0.25
XYZ44.437944.304154.9246
Yxy44.30410.30930.3084
Hunter Lab66.56132.6885-2.3316
CIE-Lab72.43136.8991-6.7405

#b9aebe color RGB value is (185,174,190).

#b9aebe hex color red value is 185, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9aebe hue: 0.78 , saturation: 0.11 and the lightness value of b9aebe is 0.71.

The process color (four color CMYK) of #b9aebe color hex is 0.03, 0.08, 0.00, 0.25. Web safe color of #b9aebe is #cc99cc. Color #b9aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 10111110
Octal 271 256 276
Decimal 185 174 190
Hex B9 AE BE

RGB Percentages of Color #b9aebe

%33.70
%31.69
%34.61

CMYK Percentages of Color #b9aebe

%3
%8
%0
%25

Triadic Colors of #b9aebe

#b9aebe #beb9ae #aebeb9

Analogous Colors of #b9aebe

#b9aebe #beaebb #b1aebe

Monochromatic Colors of #b9aebe

#b9aebe

Complementary Color

#b9aebe #b3beae

#b9aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aebe Color CSS Codes

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

#b9aebe Text Font Color

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

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


#b9aebe Background Color

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

This div background color is #b9aebe


#b9aebe Border Color

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

This div border color is #b9aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aebe


Comments

No comments written yet.

Please login to write comment.