Color Hex Logo

#bebcc7 Color Hex

#BEBCC7
(190,188,199)
0 Favorites   0 Comments

Color spaces of #bebcc7

RGB 190188199
HSL0.700.090.76
HSV251°78°
CMYK 0.050.060.00   0.22
XYZ49.527251.037161.2736
Yxy51.03710.30600.3154
Hunter Lab71.4403-1.2722-0.8443
CIE-Lab76.70152.7757-5.2904

#bebcc7 color RGB value is (190,188,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11000111
Octal 276 274 307
Decimal 190 188 199
Hex BE BC C7

RGB Percentages of Color #bebcc7

%32.93
%32.58
%34.49

CMYK Percentages of Color #bebcc7

%5
%6
%0
%22

Triadic Colors of #bebcc7

#bebcc7 #c7bebc #bcc7be

Analogous Colors of #bebcc7

#bebcc7 #c4bcc7 #bcc0c7

Monochromatic Colors of #bebcc7

#bebcc7

Complementary Color

#bebcc7 #c5c7bc

#bebcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcc7 Color CSS Codes

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

#bebcc7 Text Font Color

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

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


#bebcc7 Background Color

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

This div background color is #bebcc7


#bebcc7 Border Color

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

This div border color is #bebcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcc7

#bebcc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.