Color Hex Logo

#bec8dd Color Hex

#BEC8DD
(190,200,221)
0 Favorites   0 Comments

Color spaces of #bec8dd

RGB 190200221
HSL0.610.310.81
HSV221°14°87°
CMYK 0.140.100.00   0.13
XYZ54.940657.476276.6049
Yxy57.47620.29070.3041
Hunter Lab75.8131-3.3166-6.8401
CIE-Lab80.44670.7879-11.5933

#bec8dd color RGB value is (190,200,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 11011101
Octal 276 310 335
Decimal 190 200 221
Hex BE C8 DD

RGB Percentages of Color #bec8dd

%31.10
%32.73
%36.17

CMYK Percentages of Color #bec8dd

%14
%10
%0
%13

Triadic Colors of #bec8dd

#bec8dd #ddbec8 #c8ddbe

Analogous Colors of #bec8dd

#bec8dd #c4bedd #bed8dd

Monochromatic Colors of #bec8dd

#bec8dd

Complementary Color

#bec8dd #ddd3be

#bec8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec8dd Color CSS Codes

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

#bec8dd Text Font Color

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

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


#bec8dd Background Color

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

This div background color is #bec8dd


#bec8dd Border Color

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

This div border color is #bec8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec8dd


Comments

No comments written yet.

Please login to write comment.