Color Hex Logo

#bebcde Color Hex

#BEBCDE
(190,188,222)
0 Favorites   0 Comments

Color spaces of #bebcde

RGB 190188222
HSL0.680.340.80
HSV244°15°87°
CMYK 0.140.150.00   0.13
XYZ52.403252.187576.4185
Yxy52.18750.28950.2883
Hunter Lab72.24093.0614-12.1500
CIE-Lab77.39287.4378-16.7142

#bebcde color RGB value is (190,188,222).

#bebcde hex color red value is 190, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bebcde hue: 0.68 , saturation: 0.34 and the lightness value of bebcde is 0.80.

The process color (four color CMYK) of #bebcde color hex is 0.14, 0.15, 0.00, 0.13. Web safe color of #bebcde is #cccccc. Color #bebcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11011110
Octal 276 274 336
Decimal 190 188 222
Hex BE BC DE

RGB Percentages of Color #bebcde

%31.67
%31.33
%37.00

CMYK Percentages of Color #bebcde

%14
%15
%0
%13

Triadic Colors of #bebcde

#bebcde #debebc #bcdebe

Analogous Colors of #bebcde

#bebcde #cfbcde #bccbde

Monochromatic Colors of #bebcde

#bebcde

Complementary Color

#bebcde #dcdebc

#bebcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcde Color CSS Codes

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

#bebcde Text Font Color

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

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


#bebcde Background Color

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

This div background color is #bebcde


#bebcde Border Color

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

This div border color is #bebcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcde

#bebcde Color Palettes


Comments

No comments written yet.

Please login to write comment.