Color Hex Logo

#bebdc0 Color Hex

#BEBDC0
(190,189,192)
0 Favorites   0 Comments

Color spaces of #bebdc0

RGB 190189192
HSL0.720.020.75
HSV260°75°
CMYK 0.010.020.00   0.25
XYZ48.947251.148157.1619
Yxy51.14810.31130.3253
Hunter Lab71.5179-2.99012.6740
CIE-Lab76.76860.9095-1.3954

#bebdc0 color RGB value is (190,189,192).

#bebdc0 hex color red value is 190, green value is 189 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bebdc0 hue: 0.72 , saturation: 0.02 and the lightness value of bebdc0 is 0.75.

The process color (four color CMYK) of #bebdc0 color hex is 0.01, 0.02, 0.00, 0.25. Web safe color of #bebdc0 is #cccccc. Color #bebdc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11000000
Octal 276 275 300
Decimal 190 189 192
Hex BE BD C0

RGB Percentages of Color #bebdc0

%33.27
%33.10
%33.63

CMYK Percentages of Color #bebdc0

%1
%2
%0
%25

Triadic Colors of #bebdc0

#bebdc0 #c0bebd #bdc0be

Analogous Colors of #bebdc0

#bebdc0 #c0bdc0 #bdbec0

Monochromatic Colors of #bebdc0

#bebdc0

Complementary Color

#bebdc0 #bfc0bd

#bebdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdc0 Color CSS Codes

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

#bebdc0 Text Font Color

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

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


#bebdc0 Background Color

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

This div background color is #bebdc0


#bebdc0 Border Color

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

This div border color is #bebdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdc0


Comments

No comments written yet.

Please login to write comment.