Color Hex Logo

#bebae9 Color Hex

#BEBAE9
(190,186,233)
0 Favorites   0 Comments

Color spaces of #bebae9

RGB 190186233
HSL0.680.520.82
HSV245°20°91°
CMYK 0.180.200.00   0.09
XYZ53.502151.948284.2979
Yxy51.94820.28200.2738
Hunter Lab72.07516.3710-18.8921
CIE-Lab77.249910.9001-22.8707

#bebae9 color RGB value is (190,186,233).

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

The process color (four color CMYK) of #bebae9 color hex is 0.18, 0.20, 0.00, 0.09. Web safe color of #bebae9 is #ccccff. Color #bebae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11101001
Octal 276 272 351
Decimal 190 186 233
Hex BE BA E9

RGB Percentages of Color #bebae9

%31.20
%30.54
%38.26

CMYK Percentages of Color #bebae9

%18
%20
%0
%9

Triadic Colors of #bebae9

#bebae9 #e9beba #bae9be

Analogous Colors of #bebae9

#bebae9 #d6bae9 #bacee9

Monochromatic Colors of #bebae9

#bebae9

Complementary Color

#bebae9 #e5e9ba

#bebae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebae9 Color CSS Codes

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

#bebae9 Text Font Color

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

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


#bebae9 Background Color

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

This div background color is #bebae9


#bebae9 Border Color

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

This div border color is #bebae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebae9


Comments

No comments written yet.

Please login to write comment.