Color Hex Logo

#bec0dc Color Hex

#BEC0DC
(190,192,220)
0 Favorites   0 Comments

Color spaces of #bec0dc

RGB 190192220
HSL0.660.300.80
HSV236°14°86°
CMYK 0.140.130.00   0.14
XYZ53.003153.813775.3037
Yxy53.81370.29100.2955
Hunter Lab73.35780.5951-9.5122
CIE-Lab78.35304.8577-14.1902

#bec0dc color RGB value is (190,192,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 11011100
Octal 276 300 334
Decimal 190 192 220
Hex BE C0 DC

RGB Percentages of Color #bec0dc

%31.56
%31.89
%36.54

CMYK Percentages of Color #bec0dc

%14
%13
%0
%14

Triadic Colors of #bec0dc

#bec0dc #dcbec0 #c0dcbe

Analogous Colors of #bec0dc

#bec0dc #cbbedc #becfdc

Monochromatic Colors of #bec0dc

#bec0dc

Complementary Color

#bec0dc #dcdabe

#bec0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec0dc Color CSS Codes

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

#bec0dc Text Font Color

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

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


#bec0dc Background Color

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

This div background color is #bec0dc


#bec0dc Border Color

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

This div border color is #bec0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec0dc


Comments

No comments written yet.

Please login to write comment.