Color Hex Logo

#bec1eb Color Hex

#BEC1EB
(190,193,235)
0 Favorites   0 Comments

Color spaces of #bec1eb

RGB 190193235
HSL0.660.530.83
HSV236°19°92°
CMYK 0.190.180.00   0.08
XYZ55.300655.085286.3151
Yxy55.08520.28110.2800
Hunter Lab74.21943.1157-16.9990
CIE-Lab79.09037.5421-21.1508

#bec1eb color RGB value is (190,193,235).

#bec1eb hex color red value is 190, green value is 193 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bec1eb hue: 0.66 , saturation: 0.53 and the lightness value of bec1eb is 0.83.

The process color (four color CMYK) of #bec1eb color hex is 0.19, 0.18, 0.00, 0.08. Web safe color of #bec1eb is #ccccff. Color #bec1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 11101011
Octal 276 301 353
Decimal 190 193 235
Hex BE C1 EB

RGB Percentages of Color #bec1eb

%30.74
%31.23
%38.03

CMYK Percentages of Color #bec1eb

%19
%18
%0
%8

Triadic Colors of #bec1eb

#bec1eb #ebbec1 #c1ebbe

Analogous Colors of #bec1eb

#bec1eb #d2beeb #bed8eb

Monochromatic Colors of #bec1eb

#bec1eb

Complementary Color

#bec1eb #ebe8be

#bec1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec1eb Color CSS Codes

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

#bec1eb Text Font Color

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

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


#bec1eb Background Color

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

This div background color is #bec1eb


#bec1eb Border Color

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

This div border color is #bec1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec1eb

#bec1eb Color Palettes


Comments

No comments written yet.

Please login to write comment.