Color Hex Logo

#bebcc0 Color Hex

#BEBCC0
(190,188,192)
0 Favorites   0 Comments

Color spaces of #bebcc0

RGB 190188192
HSL0.750.030.75
HSV270°75°
CMYK 0.010.020.00   0.25
XYZ48.732950.719457.0905
Yxy50.71940.31130.3240
Hunter Lab71.2176-2.48642.3233
CIE-Lab76.50871.4440-1.7763

#bebcc0 color RGB value is (190,188,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11000000
Octal 276 274 300
Decimal 190 188 192
Hex BE BC C0

RGB Percentages of Color #bebcc0

%33.33
%32.98
%33.68

CMYK Percentages of Color #bebcc0

%1
%2
%0
%25

Triadic Colors of #bebcc0

#bebcc0 #c0bebc #bcc0be

Analogous Colors of #bebcc0

#bebcc0 #c0bcc0 #bcbcc0

Monochromatic Colors of #bebcc0

#bebcc0

Complementary Color

#bebcc0 #bec0bc

#bebcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcc0 Color CSS Codes

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

#bebcc0 Text Font Color

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

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


#bebcc0 Background Color

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

This div background color is #bebcc0


#bebcc0 Border Color

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

This div border color is #bebcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcc0


Comments

No comments written yet.

Please login to write comment.