Color Hex Logo

#bec5db Color Hex

#BEC5DB
(190,197,219)
0 Favorites   0 Comments

Color spaces of #bec5db

RGB 190197219
HSL0.630.290.80
HSV226°13°86°
CMYK 0.130.100.00   0.14
XYZ53.987655.994174.9803
Yxy55.99410.29190.3027
Hunter Lab74.8292-2.1673-7.0293
CIE-Lab79.61051.9700-11.7686

#bec5db color RGB value is (190,197,219).

#bec5db hex color red value is 190, green value is 197 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bec5db hue: 0.63 , saturation: 0.29 and the lightness value of bec5db is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 11011011
Octal 276 305 333
Decimal 190 197 219
Hex BE C5 DB

RGB Percentages of Color #bec5db

%31.35
%32.51
%36.14

CMYK Percentages of Color #bec5db

%13
%10
%0
%14

Triadic Colors of #bec5db

#bec5db #dbbec5 #c5dbbe

Analogous Colors of #bec5db

#bec5db #c6bedb #bed4db

Monochromatic Colors of #bec5db

#bec5db

Complementary Color

#bec5db #dbd4be

#bec5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec5db Color CSS Codes

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

#bec5db Text Font Color

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

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


#bec5db Background Color

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

This div background color is #bec5db


#bec5db Border Color

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

This div border color is #bec5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec5db


Comments

No comments written yet.

Please login to write comment.