Color Hex Logo

#bec0cd Color Hex

#BEC0CD
(190,192,205)
0 Favorites   0 Comments

Color spaces of #bec0cd

RGB 190192205
HSL0.640.130.77
HSV232°80°
CMYK 0.070.060.00   0.20
XYZ51.104353.054265.3046
Yxy53.05420.30160.3131
Hunter Lab72.8383-2.2291-2.1708
CIE-Lab77.90701.8057-6.7562

#bec0cd color RGB value is (190,192,205).

#bec0cd hex color red value is 190, green value is 192 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bec0cd hue: 0.64 , saturation: 0.13 and the lightness value of bec0cd is 0.77.

The process color (four color CMYK) of #bec0cd color hex is 0.07, 0.06, 0.00, 0.20. Web safe color of #bec0cd is #cccccc. Color #bec0cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 11001101
Octal 276 300 315
Decimal 190 192 205
Hex BE C0 CD

RGB Percentages of Color #bec0cd

%32.37
%32.71
%34.92

CMYK Percentages of Color #bec0cd

%7
%6
%0
%20

Triadic Colors of #bec0cd

#bec0cd #cdbec0 #c0cdbe

Analogous Colors of #bec0cd

#bec0cd #c4becd #bec8cd

Monochromatic Colors of #bec0cd

#bec0cd

Complementary Color

#bec0cd #cdcbbe

#bec0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec0cd Color CSS Codes

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

#bec0cd Text Font Color

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

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


#bec0cd Background Color

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

This div background color is #bec0cd


#bec0cd Border Color

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

This div border color is #bec0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec0cd

#bec0cd Color Palettes


Comments

No comments written yet.

Please login to write comment.