Color Hex Logo

#bebbeb Color Hex

#BEBBEB
(190,187,235)
2 Favorites   0 Comments

Color spaces of #bebbeb

RGB 190187235
HSL0.680.550.83
HSV244°20°92°
CMYK 0.190.200.00   0.08
XYZ54.000952.486085.8819
Yxy52.48600.28070.2728
Hunter Lab72.44726.2682-19.5717
CIE-Lab77.570510.7968-23.4609

#bebbeb color RGB value is (190,187,235).

#bebbeb hex color red value is 190, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bebbeb hue: 0.68 , saturation: 0.55 and the lightness value of bebbeb is 0.83.

The process color (four color CMYK) of #bebbeb color hex is 0.19, 0.20, 0.00, 0.08. Web safe color of #bebbeb is #ccccff. Color #bebbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11101011
Octal 276 273 353
Decimal 190 187 235
Hex BE BB EB

RGB Percentages of Color #bebbeb

%31.05
%30.56
%38.40

CMYK Percentages of Color #bebbeb

%19
%20
%0
%8

Triadic Colors of #bebbeb

#bebbeb #ebbebb #bbebbe

Analogous Colors of #bebbeb

#bebbeb #d6bbeb #bbd0eb

Monochromatic Colors of #bebbeb

#bebbeb

Complementary Color

#bebbeb #e8ebbb

#bebbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbeb Color CSS Codes

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

#bebbeb Text Font Color

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

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


#bebbeb Background Color

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

This div background color is #bebbeb


#bebbeb Border Color

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

This div border color is #bebbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbeb

#bebbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.