Color Hex Logo

#bebac3 Color Hex

#BEBAC3
(190,186,195)
0 Favorites   0 Comments

Color spaces of #bebac3

RGB 190186195
HSL0.740.070.75
HSV267°76°
CMYK 0.030.050.00   0.24
XYZ48.644450.005158.7179
Yxy50.00510.30910.3178
Hunter Lab70.7143-0.95970.2683
CIE-Lab76.07243.0824-4.0467

#bebac3 color RGB value is (190,186,195).

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

The process color (four color CMYK) of #bebac3 color hex is 0.03, 0.05, 0.00, 0.24. Web safe color of #bebac3 is #cccccc. Color #bebac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11000011
Octal 276 272 303
Decimal 190 186 195
Hex BE BA C3

RGB Percentages of Color #bebac3

%33.27
%32.57
%34.15

CMYK Percentages of Color #bebac3

%3
%5
%0
%24

Triadic Colors of #bebac3

#bebac3 #c3beba #bac3be

Analogous Colors of #bebac3

#bebac3 #c3bac3 #babbc3

Monochromatic Colors of #bebac3

#bebac3

Complementary Color

#bebac3 #bfc3ba

#bebac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebac3 Color CSS Codes

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

#bebac3 Text Font Color

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

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


#bebac3 Background Color

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

This div background color is #bebac3


#bebac3 Border Color

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

This div border color is #bebac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebac3


Comments

No comments written yet.

Please login to write comment.