Color Hex Logo

#b6beaf Color Hex

#B6BEAF
(182,190,175)
0 Favorites   0 Comments

Color spaces of #b6beaf

RGB 182190175
HSL0.260.100.72
HSV92°75°
CMYK 0.040.000.08   0.25
XYZ45.442749.867147.7877
Yxy49.86710.31760.3485
Hunter Lab70.6166-8.71219.3089
CIE-Lab75.9876-5.52676.6092

#b6beaf color RGB value is (182,190,175).

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

The process color (four color CMYK) of #b6beaf color hex is 0.04, 0.00, 0.08, 0.25. Web safe color of #b6beaf is #cccc99. Color #b6beaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 10101111
Octal 266 276 257
Decimal 182 190 175
Hex B6 BE AF

RGB Percentages of Color #b6beaf

%33.27
%34.73
%31.99

CMYK Percentages of Color #b6beaf

%4
%0
%8
%25

Triadic Colors of #b6beaf

#b6beaf #afb6be #beafb6

Analogous Colors of #b6beaf

#b6beaf #afbeb0 #bebeaf

Monochromatic Colors of #b6beaf

#b6beaf

Complementary Color

#b6beaf #b7afbe

#b6beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6beaf Color CSS Codes

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

#b6beaf Text Font Color

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

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


#b6beaf Background Color

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

This div background color is #b6beaf


#b6beaf Border Color

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

This div border color is #b6beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6beaf


Comments

No comments written yet.

Please login to write comment.