Color Hex Logo

#bebec7 Color Hex

#BEBEC7
(190,190,199)
0 Favorites   0 Comments

Color spaces of #bebec7

RGB 190190199
HSL0.670.070.76
HSV240°78°
CMYK 0.050.050.00   0.22
XYZ49.957551.897661.4170
Yxy51.89760.30600.3179
Hunter Lab72.0400-2.2858-0.1191
CIE-Lab77.21961.7044-4.5259

#bebec7 color RGB value is (190,190,199).

#bebec7 hex color red value is 190, green value is 190 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bebec7 hue: 0.67 , saturation: 0.07 and the lightness value of bebec7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11000111
Octal 276 276 307
Decimal 190 190 199
Hex BE BE C7

RGB Percentages of Color #bebec7

%32.82
%32.82
%34.37

CMYK Percentages of Color #bebec7

%5
%5
%0
%22

Triadic Colors of #bebec7

#bebec7 #c7bebe #bec7be

Analogous Colors of #bebec7

#bebec7 #c3bec7 #bec3c7

Monochromatic Colors of #bebec7

#bebec7

Complementary Color

#bebec7 #c7c7be

#bebec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebec7 Color CSS Codes

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

#bebec7 Text Font Color

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

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


#bebec7 Background Color

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

This div background color is #bebec7


#bebec7 Border Color

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

This div border color is #bebec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebec7


Comments

No comments written yet.

Please login to write comment.