Color Hex Logo

#bebdc3 Color Hex

#BEBDC3
(190,189,195)
0 Favorites   0 Comments

Color spaces of #bebdc3

RGB 190189195
HSL0.690.050.75
HSV250°76°
CMYK 0.030.030.00   0.24
XYZ49.283151.282558.9308
Yxy51.28250.30900.3215
Hunter Lab71.6118-2.47731.3373
CIE-Lab76.84981.4742-2.9028

#bebdc3 color RGB value is (190,189,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11000011
Octal 276 275 303
Decimal 190 189 195
Hex BE BD C3

RGB Percentages of Color #bebdc3

%33.10
%32.93
%33.97

CMYK Percentages of Color #bebdc3

%3
%3
%0
%24

Triadic Colors of #bebdc3

#bebdc3 #c3bebd #bdc3be

Analogous Colors of #bebdc3

#bebdc3 #c1bdc3 #bdbfc3

Monochromatic Colors of #bebdc3

#bebdc3

Complementary Color

#bebdc3 #c2c3bd

#bebdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdc3 Color CSS Codes

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

#bebdc3 Text Font Color

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

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


#bebdc3 Background Color

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

This div background color is #bebdc3


#bebdc3 Border Color

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

This div border color is #bebdc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdc3


Comments

No comments written yet.

Please login to write comment.