Color Hex Logo

#bec9ec Color Hex

#BEC9EC
(190,201,236)
0 Favorites   0 Comments

Color spaces of #bec9ec

RGB 190201236
HSL0.630.550.84
HSV226°19°93°
CMYK 0.190.150.00   0.07
XYZ57.262258.776687.6839
Yxy58.77660.28110.2885
Hunter Lab76.6659-0.8426-14.1447
CIE-Lab81.16863.4620-18.5408

#bec9ec color RGB value is (190,201,236).

#bec9ec hex color red value is 190, green value is 201 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bec9ec hue: 0.63 , saturation: 0.55 and the lightness value of bec9ec is 0.84.

The process color (four color CMYK) of #bec9ec color hex is 0.19, 0.15, 0.00, 0.07. Web safe color of #bec9ec is #ccccff. Color #bec9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 11101100
Octal 276 311 354
Decimal 190 201 236
Hex BE C9 EC

RGB Percentages of Color #bec9ec

%30.30
%32.06
%37.64

CMYK Percentages of Color #bec9ec

%19
%15
%0
%7

Triadic Colors of #bec9ec

#bec9ec #ecbec9 #c9ecbe

Analogous Colors of #bec9ec

#bec9ec #cabeec #bee0ec

Monochromatic Colors of #bec9ec

#bec9ec

Complementary Color

#bec9ec #ece1be

#bec9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec9ec Color CSS Codes

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

#bec9ec Text Font Color

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

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


#bec9ec Background Color

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

This div background color is #bec9ec


#bec9ec Border Color

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

This div border color is #bec9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec9ec


Comments

No comments written yet.

Please login to write comment.