Color Hex Logo

#bec1dc Color Hex

#BEC1DC
(190,193,220)
0 Favorites   0 Comments

Color spaces of #bec1dc

RGB 190193220
HSL0.650.300.80
HSV234°14°86°
CMYK 0.140.120.00   0.14
XYZ53.223454.254475.3771
Yxy54.25440.29110.2967
Hunter Lab73.65760.0795-9.1138
CIE-Lab78.60984.3200-13.8048

#bec1dc color RGB value is (190,193,220).

#bec1dc hex color red value is 190, green value is 193 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bec1dc hue: 0.65 , saturation: 0.30 and the lightness value of bec1dc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 11011100
Octal 276 301 334
Decimal 190 193 220
Hex BE C1 DC

RGB Percentages of Color #bec1dc

%31.51
%32.01
%36.48

CMYK Percentages of Color #bec1dc

%14
%12
%0
%14

Triadic Colors of #bec1dc

#bec1dc #dcbec1 #c1dcbe

Analogous Colors of #bec1dc

#bec1dc #cabedc #bed0dc

Monochromatic Colors of #bec1dc

#bec1dc

Complementary Color

#bec1dc #dcd9be

#bec1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec1dc Color CSS Codes

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

#bec1dc Text Font Color

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

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


#bec1dc Background Color

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

This div background color is #bec1dc


#bec1dc Border Color

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

This div border color is #bec1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec1dc


Comments

No comments written yet.

Please login to write comment.