Color Hex Logo

#b2afbe Color Hex

#B2AFBE
(178,175,190)
0 Favorites   0 Comments

Color spaces of #b2afbe

RGB 178175190
HSL0.700.100.72
HSV252°75°
CMYK 0.060.080.00   0.25
XYZ42.984343.842654.9122
Yxy43.84260.30330.3093
Hunter Lab66.21370.0037-2.8206
CIE-Lab72.12323.9489-7.2598

#b2afbe color RGB value is (178,175,190).

#b2afbe hex color red value is 178, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b2afbe hue: 0.70 , saturation: 0.10 and the lightness value of b2afbe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 10111110
Octal 262 257 276
Decimal 178 175 190
Hex B2 AF BE

RGB Percentages of Color #b2afbe

%32.78
%32.23
%34.99

CMYK Percentages of Color #b2afbe

%6
%8
%0
%25

Triadic Colors of #b2afbe

#b2afbe #beb2af #afbeb2

Analogous Colors of #b2afbe

#b2afbe #baafbe #afb4be

Monochromatic Colors of #b2afbe

#b2afbe

Complementary Color

#b2afbe #bbbeaf

#b2afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afbe Color CSS Codes

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

#b2afbe Text Font Color

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

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


#b2afbe Background Color

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

This div background color is #b2afbe


#b2afbe Border Color

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

This div border color is #b2afbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,175,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 #b2afbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afbe


Comments

No comments written yet.

Please login to write comment.