Color Hex Logo

#bec8cd Color Hex

#BEC8CD
(190,200,205)
0 Favorites   0 Comments

Color spaces of #bec8cd

RGB 190200205
HSL0.560.130.77
HSV200°80°
CMYK 0.070.020.00   0.20
XYZ52.908956.663565.9062
Yxy56.66350.30150.3229
Hunter Lab75.2752-6.26870.7820
CIE-Lab79.9900-2.4422-3.6813

#bec8cd color RGB value is (190,200,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 11001101
Octal 276 310 315
Decimal 190 200 205
Hex BE C8 CD

RGB Percentages of Color #bec8cd

%31.93
%33.61
%34.45

CMYK Percentages of Color #bec8cd

%7
%2
%0
%20

Triadic Colors of #bec8cd

#bec8cd #cdbec8 #c8cdbe

Analogous Colors of #bec8cd

#bec8cd #bec1cd #becdcb

Monochromatic Colors of #bec8cd

#bec8cd

Complementary Color

#bec8cd #cdc3be

#bec8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec8cd Color CSS Codes

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

#bec8cd Text Font Color

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

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


#bec8cd Background Color

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

This div background color is #bec8cd


#bec8cd Border Color

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

This div border color is #bec8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec8cd


Comments

No comments written yet.

Please login to write comment.