Color Hex Logo

#b6beba Color Hex

#B6BEBA
(182,190,186)
0 Favorites   0 Comments

Color spaces of #b6beba

RGB 182190186
HSL0.420.060.73
HSV150°75°
CMYK 0.040.000.02   0.25
XYZ46.567850.317253.7122
Yxy50.31720.30920.3341
Hunter Lab70.9346-6.95234.7594
CIE-Lab76.2635-3.51571.0470

#b6beba color RGB value is (182,190,186).

#b6beba hex color red value is 182, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b6beba hue: 0.42 , saturation: 0.06 and the lightness value of b6beba is 0.73.

The process color (four color CMYK) of #b6beba color hex is 0.04, 0.00, 0.02, 0.25. Web safe color of #b6beba is #cccccc. Color #b6beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 10111010
Octal 266 276 272
Decimal 182 190 186
Hex B6 BE BA

RGB Percentages of Color #b6beba

%32.62
%34.05
%33.33

CMYK Percentages of Color #b6beba

%4
%0
%2
%25

Triadic Colors of #b6beba

#b6beba #bab6be #bebab6

Analogous Colors of #b6beba

#b6beba #b6bebe #b6beb6

Monochromatic Colors of #b6beba

#b6beba

Complementary Color

#b6beba #beb6ba

#b6beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6beba Color CSS Codes

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

#b6beba Text Font Color

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

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


#b6beba Background Color

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

This div background color is #b6beba


#b6beba Border Color

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

This div border color is #b6beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6beba


Comments

No comments written yet.

Please login to write comment.