Color Hex Logo

#bebaeb Color Hex

#BEBAEB
(190,186,235)
0 Favorites   0 Comments

Color spaces of #bebaeb

RGB 190186235
HSL0.680.550.83
HSV245°21°92°
CMYK 0.190.210.00   0.08
XYZ53.789552.063185.8114
Yxy52.06310.28060.2716
Hunter Lab72.15486.7963-20.0034
CIE-Lab77.318611.3418-23.8448

#bebaeb color RGB value is (190,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11101011
Octal 276 272 353
Decimal 190 186 235
Hex BE BA EB

RGB Percentages of Color #bebaeb

%31.10
%30.44
%38.46

CMYK Percentages of Color #bebaeb

%19
%21
%0
%8

Triadic Colors of #bebaeb

#bebaeb #ebbeba #baebbe

Analogous Colors of #bebaeb

#bebaeb #d7baeb #bacfeb

Monochromatic Colors of #bebaeb

#bebaeb

Complementary Color

#bebaeb #e7ebba

#bebaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebaeb Color CSS Codes

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

#bebaeb Text Font Color

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

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


#bebaeb Background Color

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

This div background color is #bebaeb


#bebaeb Border Color

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

This div border color is #bebaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebaeb


Comments

No comments written yet.

Please login to write comment.