Color Hex Logo

#bec9da Color Hex

#BEC9DA
(190,201,218)
0 Favorites   0 Comments

Color spaces of #bec9da

RGB 190201218
HSL0.600.270.80
HSV216°13°85°
CMYK 0.130.080.00   0.15
XYZ54.776757.782474.5957
Yxy57.78240.29270.3087
Hunter Lab76.0147-4.3976-4.9729
CIE-Lab80.6177-0.3636-9.7296

#bec9da color RGB value is (190,201,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 11011010
Octal 276 311 332
Decimal 190 201 218
Hex BE C9 DA

RGB Percentages of Color #bec9da

%31.20
%33.00
%35.80

CMYK Percentages of Color #bec9da

%13
%8
%0
%15

Triadic Colors of #bec9da

#bec9da #dabec9 #c9dabe

Analogous Colors of #bec9da

#bec9da #c1beda #bed7da

Monochromatic Colors of #bec9da

#bec9da

Complementary Color

#bec9da #dacfbe

#bec9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec9da Color CSS Codes

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

#bec9da Text Font Color

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

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


#bec9da Background Color

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

This div background color is #bec9da


#bec9da Border Color

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

This div border color is #bec9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec9da


Comments

No comments written yet.

Please login to write comment.