Color Hex Logo

#b0aebf Color Hex

#B0AEBF
(176,174,191)
0 Favorites   0 Comments

Color spaces of #b0aebf

RGB 176174191
HSL0.690.120.72
HSV247°75°
CMYK 0.080.090.00   0.25
XYZ42.444543.263855.4039
Yxy43.26380.30080.3066
Hunter Lab65.77520.0787-3.8986
CIE-Lab71.73374.0145-8.4051

#b0aebf color RGB value is (176,174,191).

#b0aebf hex color red value is 176, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b0aebf hue: 0.69 , saturation: 0.12 and the lightness value of b0aebf is 0.72.

The process color (four color CMYK) of #b0aebf color hex is 0.08, 0.09, 0.00, 0.25. Web safe color of #b0aebf is #9999cc. Color #b0aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 10111111
Octal 260 256 277
Decimal 176 174 191
Hex B0 AE BF

RGB Percentages of Color #b0aebf

%32.53
%32.16
%35.30

CMYK Percentages of Color #b0aebf

%8
%9
%0
%25

Triadic Colors of #b0aebf

#b0aebf #bfb0ae #aebfb0

Analogous Colors of #b0aebf

#b0aebf #b9aebf #aeb5bf

Monochromatic Colors of #b0aebf

#b0aebf

Complementary Color

#b0aebf #bdbfae

#b0aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aebf Color CSS Codes

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

#b0aebf Text Font Color

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

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


#b0aebf Background Color

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

This div background color is #b0aebf


#b0aebf Border Color

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

This div border color is #b0aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aebf


Comments

No comments written yet.

Please login to write comment.