Color Hex Logo

#bec9db Color Hex

#BEC9DB
(190,201,219)
0 Favorites   0 Comments

Color spaces of #bec9db

RGB 190201219
HSL0.600.290.80
HSV217°13°86°
CMYK 0.130.080.00   0.14
XYZ54.908057.834975.2871
Yxy57.83490.29200.3076
Hunter Lab76.0493-4.2082-5.4613
CIE-Lab80.6469-0.1575-10.2222

#bec9db color RGB value is (190,201,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 11011011
Octal 276 311 333
Decimal 190 201 219
Hex BE C9 DB

RGB Percentages of Color #bec9db

%31.15
%32.95
%35.90

CMYK Percentages of Color #bec9db

%13
%8
%0
%14

Triadic Colors of #bec9db

#bec9db #dbbec9 #c9dbbe

Analogous Colors of #bec9db

#bec9db #c2bedb #bed8db

Monochromatic Colors of #bec9db

#bec9db

Complementary Color

#bec9db #dbd0be

#bec9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec9db Color CSS Codes

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

#bec9db Text Font Color

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

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


#bec9db Background Color

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

This div background color is #bec9db


#bec9db Border Color

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

This div border color is #bec9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec9db


Comments

No comments written yet.

Please login to write comment.