Color Hex Logo

#bebac5 Color Hex

#BEBAC5
(190,186,197)
0 Favorites   0 Comments

Color spaces of #bebac5

RGB 190186197
HSL0.730.090.75
HSV262°77°
CMYK 0.040.060.00   0.23
XYZ48.872250.096259.9170
Yxy50.09620.30760.3153
Hunter Lab70.7787-0.6096-0.6463
CIE-Lab76.12833.4648-5.0510

#bebac5 color RGB value is (190,186,197).

#bebac5 hex color red value is 190, green value is 186 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bebac5 hue: 0.73 , saturation: 0.09 and the lightness value of bebac5 is 0.75.

The process color (four color CMYK) of #bebac5 color hex is 0.04, 0.06, 0.00, 0.23. Web safe color of #bebac5 is #cccccc. Color #bebac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11000101
Octal 276 272 305
Decimal 190 186 197
Hex BE BA C5

RGB Percentages of Color #bebac5

%33.16
%32.46
%34.38

CMYK Percentages of Color #bebac5

%4
%6
%0
%23

Triadic Colors of #bebac5

#bebac5 #c5beba #bac5be

Analogous Colors of #bebac5

#bebac5 #c4bac5 #babcc5

Monochromatic Colors of #bebac5

#bebac5

Complementary Color

#bebac5 #c1c5ba

#bebac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebac5 Color CSS Codes

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

#bebac5 Text Font Color

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

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


#bebac5 Background Color

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

This div background color is #bebac5


#bebac5 Border Color

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

This div border color is #bebac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebac5


Comments

No comments written yet.

Please login to write comment.