Color Hex Logo

#bebff5 Color Hex

#BEBFF5
(190,191,245)
0 Favorites   0 Comments

Color spaces of #bebff5

RGB 190191245
HSL0.660.730.85
HSV239°22°96°
CMYK 0.220.220.00   0.04
XYZ56.347454.801393.9941
Yxy54.80130.27470.2671
Hunter Lab74.02796.3190-23.4617
CIE-Lab78.926710.8648-26.7669

#bebff5 color RGB value is (190,191,245).

#bebff5 hex color red value is 190, green value is 191 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bebff5 hue: 0.66 , saturation: 0.73 and the lightness value of bebff5 is 0.85.

The process color (four color CMYK) of #bebff5 color hex is 0.22, 0.22, 0.00, 0.04. Web safe color of #bebff5 is #ccccff. Color #bebff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11110101
Octal 276 277 365
Decimal 190 191 245
Hex BE BF F5

RGB Percentages of Color #bebff5

%30.35
%30.51
%39.14

CMYK Percentages of Color #bebff5

%22
%22
%0
%4

Triadic Colors of #bebff5

#bebff5 #f5bebf #bff5be

Analogous Colors of #bebff5

#bebff5 #d9bef5 #bedbf5

Monochromatic Colors of #bebff5

#bebff5

Complementary Color

#bebff5 #f5f4be

#bebff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebff5 Color CSS Codes

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

#bebff5 Text Font Color

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

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


#bebff5 Background Color

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

This div background color is #bebff5


#bebff5 Border Color

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

This div border color is #bebff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebff5


Comments

No comments written yet.

Please login to write comment.