Color Hex Logo

#bec7dd Color Hex

#BEC7DD
(190,199,221)
0 Favorites   0 Comments

Color spaces of #bec7dd

RGB 190199221
HSL0.620.310.81
HSV223°14°87°
CMYK 0.140.100.00   0.13
XYZ54.709857.014576.5280
Yxy57.01450.29060.3029
Hunter Lab75.5079-2.8055-7.2354
CIE-Lab80.18771.3200-11.9802

#bec7dd color RGB value is (190,199,221).

#bec7dd hex color red value is 190, green value is 199 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bec7dd hue: 0.62 , saturation: 0.31 and the lightness value of bec7dd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 11011101
Octal 276 307 335
Decimal 190 199 221
Hex BE C7 DD

RGB Percentages of Color #bec7dd

%31.15
%32.62
%36.23

CMYK Percentages of Color #bec7dd

%14
%10
%0
%13

Triadic Colors of #bec7dd

#bec7dd #ddbec7 #c7ddbe

Analogous Colors of #bec7dd

#bec7dd #c5bedd #bed7dd

Monochromatic Colors of #bec7dd

#bec7dd

Complementary Color

#bec7dd #ddd4be

#bec7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec7dd Color CSS Codes

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

#bec7dd Text Font Color

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

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


#bec7dd Background Color

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

This div background color is #bec7dd


#bec7dd Border Color

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

This div border color is #bec7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec7dd


Comments

No comments written yet.

Please login to write comment.