Color Hex Logo

#b2bebe Color Hex

#B2BEBE
(178,190,190)
1 Favorites   0 Comments

Color spaces of #b2bebe

RGB 178190190
HSL0.500.080.72
HSV180°75°
CMYK 0.060.000.00   0.25
XYZ46.067850.009655.9400
Yxy50.00960.30300.3290
Hunter Lab70.7175-7.47452.6018
CIE-Lab76.0752-4.1195-1.4331

#b2bebe color RGB value is (178,190,190).

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

The process color (four color CMYK) of #b2bebe color hex is 0.06, 0.00, 0.00, 0.25. Web safe color of #b2bebe is #99cccc. Color #b2bebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 10111110
Octal 262 276 276
Decimal 178 190 190
Hex B2 BE BE

RGB Percentages of Color #b2bebe

%31.90
%34.05
%34.05

CMYK Percentages of Color #b2bebe

%6
%0
%0
%25

Triadic Colors of #b2bebe

#b2bebe #beb2be #bebeb2

Analogous Colors of #b2bebe

#b2bebe #b2b8be #b2beb8

Monochromatic Colors of #b2bebe

#b2bebe

Complementary Color

#b2bebe #beb2b2

#b2bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bebe Color CSS Codes

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

#b2bebe Text Font Color

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

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


#b2bebe Background Color

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

This div background color is #b2bebe


#b2bebe Border Color

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

This div border color is #b2bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bebe

#b2bebe Color Palettes


Comments

No comments written yet.

Please login to write comment.