Color Hex Logo

#bebec3 Color Hex

#BEBEC3
(190,190,195)
0 Favorites   0 Comments

Color spaces of #bebec3

RGB 190190195
HSL0.670.040.75
HSV240°76°
CMYK 0.030.030.00   0.24
XYZ49.499051.714259.0027
Yxy51.71420.30900.3228
Hunter Lab71.9126-2.98161.6927
CIE-Lab77.10960.9401-2.5211

#bebec3 color RGB value is (190,190,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11000011
Octal 276 276 303
Decimal 190 190 195
Hex BE BE C3

RGB Percentages of Color #bebec3

%33.04
%33.04
%33.91

CMYK Percentages of Color #bebec3

%3
%3
%0
%24

Triadic Colors of #bebec3

#bebec3 #c3bebe #bec3be

Analogous Colors of #bebec3

#bebec3 #c1bec3 #bec1c3

Monochromatic Colors of #bebec3

#bebec3

Complementary Color

#bebec3 #c3c3be

#bebec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebec3 Color CSS Codes

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

#bebec3 Text Font Color

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

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


#bebec3 Background Color

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

This div background color is #bebec3


#bebec3 Border Color

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

This div border color is #bebec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebec3


Comments

No comments written yet.

Please login to write comment.