Color Hex Logo

#becbe0 Color Hex

#BECBE0
(190,203,224)
0 Favorites   0 Comments

Color spaces of #becbe0

RGB 190203224
HSL0.600.350.81
HSV217°15°88°
CMYK 0.150.090.00   0.12
XYZ56.045759.040878.9631
Yxy59.04080.28880.3043
Hunter Lab76.8380-4.2685-7.1432
CIE-Lab81.3140-0.1765-11.9048

#becbe0 color RGB value is (190,203,224).

#becbe0 hex color red value is 190, green value is 203 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #becbe0 hue: 0.60 , saturation: 0.35 and the lightness value of becbe0 is 0.81.

The process color (four color CMYK) of #becbe0 color hex is 0.15, 0.09, 0.00, 0.12. Web safe color of #becbe0 is #cccccc. Color #becbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11100000
Octal 276 313 340
Decimal 190 203 224
Hex BE CB E0

RGB Percentages of Color #becbe0

%30.79
%32.90
%36.30

CMYK Percentages of Color #becbe0

%15
%9
%0
%12

Triadic Colors of #becbe0

#becbe0 #e0becb #cbe0be

Analogous Colors of #becbe0

#becbe0 #c2bee0 #bedce0

Monochromatic Colors of #becbe0

#becbe0

Complementary Color

#becbe0 #e0d3be

#becbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbe0 Color CSS Codes

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

#becbe0 Text Font Color

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

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


#becbe0 Background Color

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

This div background color is #becbe0


#becbe0 Border Color

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

This div border color is #becbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbe0


Comments

No comments written yet.

Please login to write comment.