Color Hex Logo

#bec6db Color Hex

#BEC6DB
(190,198,219)
0 Favorites   0 Comments

Color spaces of #bec6db

RGB 190198219
HSL0.620.290.80
HSV223°13°86°
CMYK 0.130.100.00   0.14
XYZ54.215556.449875.0563
Yxy56.44980.29190.3039
Hunter Lab75.1331-2.6786-6.6363
CIE-Lab79.86911.4369-11.3823

#bec6db color RGB value is (190,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 11011011
Octal 276 306 333
Decimal 190 198 219
Hex BE C6 DB

RGB Percentages of Color #bec6db

%31.30
%32.62
%36.08

CMYK Percentages of Color #bec6db

%13
%10
%0
%14

Triadic Colors of #bec6db

#bec6db #dbbec6 #c6dbbe

Analogous Colors of #bec6db

#bec6db #c5bedb #bed5db

Monochromatic Colors of #bec6db

#bec6db

Complementary Color

#bec6db #dbd3be

#bec6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec6db Color CSS Codes

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

#bec6db Text Font Color

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

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


#bec6db Background Color

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

This div background color is #bec6db


#bec6db Border Color

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

This div border color is #bec6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec6db


Comments

No comments written yet.

Please login to write comment.