Color Hex Logo

#bebabb Color Hex

#BEBABB
(190,186,187)
0 Favorites   0 Comments

Color spaces of #bebabb

RGB 190186187
HSL0.960.030.74
HSV345°75°
CMYK 0.000.020.02   0.25
XYZ47.763849.652854.0802
Yxy49.65280.31530.3277
Hunter Lab70.4647-2.31893.8215
CIE-Lab75.85571.5885-0.0163

#bebabb color RGB value is (190,186,187).

#bebabb hex color red value is 190, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bebabb hue: 0.96 , saturation: 0.03 and the lightness value of bebabb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 10111011
Octal 276 272 273
Decimal 190 186 187
Hex BE BA BB

RGB Percentages of Color #bebabb

%33.75
%33.04
%33.21

CMYK Percentages of Color #bebabb

%0
%2
%2
%25

Triadic Colors of #bebabb

#bebabb #bbbeba #babbbe

Analogous Colors of #bebabb

#bebabb #bebbba #bebabd

Monochromatic Colors of #bebabb

#bebabb

Complementary Color

#bebabb #babebd

#bebabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebabb Color CSS Codes

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

#bebabb Text Font Color

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

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


#bebabb Background Color

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

This div background color is #bebabb


#bebabb Border Color

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

This div border color is #bebabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebabb


Comments

No comments written yet.

Please login to write comment.