Color Hex Logo

#becbe1 Color Hex

#BECBE1
(190,203,225)
0 Favorites   0 Comments

Color spaces of #becbe1

RGB 190203225
HSL0.600.370.81
HSV218°16°88°
CMYK 0.160.100.00   0.12
XYZ56.181759.095379.6796
Yxy59.09530.28820.3031
Hunter Lab76.8735-4.0748-7.6429
CIE-Lab81.34400.0333-12.3950

#becbe1 color RGB value is (190,203,225).

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

The process color (four color CMYK) of #becbe1 color hex is 0.16, 0.10, 0.00, 0.12. Web safe color of #becbe1 is #cccccc. Color #becbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11100001
Octal 276 313 341
Decimal 190 203 225
Hex BE CB E1

RGB Percentages of Color #becbe1

%30.74
%32.85
%36.41

CMYK Percentages of Color #becbe1

%16
%10
%0
%12

Triadic Colors of #becbe1

#becbe1 #e1becb #cbe1be

Analogous Colors of #becbe1

#becbe1 #c3bee1 #bedde1

Monochromatic Colors of #becbe1

#becbe1

Complementary Color

#becbe1 #e1d4be

#becbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbe1 Color CSS Codes

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

#becbe1 Text Font Color

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

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


#becbe1 Background Color

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

This div background color is #becbe1


#becbe1 Border Color

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

This div border color is #becbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbe1

#becbe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.