Color Hex Logo

#bebec6 Color Hex

#BEBEC6
(190,190,198)
0 Favorites   0 Comments

Color spaces of #bebec6

RGB 190190198
HSL0.670.070.76
HSV240°78°
CMYK 0.040.040.00   0.22
XYZ49.841751.851360.8074
Yxy51.85130.30670.3191
Hunter Lab72.0078-2.46130.3377
CIE-Lab77.19181.5119-4.0251

#bebec6 color RGB value is (190,190,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11000110
Octal 276 276 306
Decimal 190 190 198
Hex BE BE C6

RGB Percentages of Color #bebec6

%32.87
%32.87
%34.26

CMYK Percentages of Color #bebec6

%4
%4
%0
%22

Triadic Colors of #bebec6

#bebec6 #c6bebe #bec6be

Analogous Colors of #bebec6

#bebec6 #c2bec6 #bec2c6

Monochromatic Colors of #bebec6

#bebec6

Complementary Color

#bebec6 #c6c6be

#bebec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebec6 Color CSS Codes

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

#bebec6 Text Font Color

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

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


#bebec6 Background Color

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

This div background color is #bebec6


#bebec6 Border Color

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

This div border color is #bebec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebec6


Comments

No comments written yet.

Please login to write comment.