Color Hex Logo

#bebcc6 Color Hex

#BEBCC6
(190,188,198)
0 Favorites   0 Comments

Color spaces of #bebcc6

RGB 190188198
HSL0.700.080.76
HSV252°78°
CMYK 0.040.050.00   0.22
XYZ49.411550.990860.6640
Yxy50.99080.30680.3166
Hunter Lab71.4078-1.4485-0.3839
CIE-Lab76.67342.5830-4.7893

#bebcc6 color RGB value is (190,188,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11000110
Octal 276 274 306
Decimal 190 188 198
Hex BE BC C6

RGB Percentages of Color #bebcc6

%32.99
%32.64
%34.38

CMYK Percentages of Color #bebcc6

%4
%5
%0
%22

Triadic Colors of #bebcc6

#bebcc6 #c6bebc #bcc6be

Analogous Colors of #bebcc6

#bebcc6 #c3bcc6 #bcbfc6

Monochromatic Colors of #bebcc6

#bebcc6

Complementary Color

#bebcc6 #c4c6bc

#bebcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcc6 Color CSS Codes

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

#bebcc6 Text Font Color

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

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


#bebcc6 Background Color

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

This div background color is #bebcc6


#bebcc6 Border Color

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

This div border color is #bebcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcc6


Comments

No comments written yet.

Please login to write comment.