Color Hex Logo

#bec5cd Color Hex

#BEC5CD
(190,197,205)
0 Favorites   0 Comments

Color spaces of #bec5cd

RGB 190197205
HSL0.590.130.77
HSV212°80°
CMYK 0.070.040.00   0.20
XYZ52.220955.287465.6768
Yxy55.28740.30150.3192
Hunter Lab74.3555-4.7591-0.3209
CIE-Lab79.2065-0.8559-4.8355

#bec5cd color RGB value is (190,197,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 11001101
Octal 276 305 315
Decimal 190 197 205
Hex BE C5 CD

RGB Percentages of Color #bec5cd

%32.09
%33.28
%34.63

CMYK Percentages of Color #bec5cd

%7
%4
%0
%20

Triadic Colors of #bec5cd

#bec5cd #cdbec5 #c5cdbe

Analogous Colors of #bec5cd

#bec5cd #bfbecd #becdcd

Monochromatic Colors of #bec5cd

#bec5cd

Complementary Color

#bec5cd #cdc6be

#bec5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec5cd Color CSS Codes

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

#bec5cd Text Font Color

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

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


#bec5cd Background Color

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

This div background color is #bec5cd


#bec5cd Border Color

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

This div border color is #bec5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec5cd

#bec5cd Color Palettes


Comments

No comments written yet.

Please login to write comment.