Color Hex Logo

#bebffe Color Hex

#BEBFFE
(190,191,254)
0 Favorites   0 Comments

Color spaces of #bebffe

RGB 190191254
HSL0.660.970.87
HSV239°25°100°
CMYK 0.250.250.00   0.00
XYZ57.755455.3645101.4083
Yxy55.36450.26920.2581
Hunter Lab74.40738.3399-28.7201
CIE-Lab79.250812.9377-31.0890

#bebffe color RGB value is (190,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11111110
Octal 276 277 376
Decimal 190 191 254
Hex BE BF FE

RGB Percentages of Color #bebffe

%29.92
%30.08
%40.00

CMYK Percentages of Color #bebffe

%25
%25
%0
%0

Triadic Colors of #bebffe

#bebffe #febebf #bffebe

Analogous Colors of #bebffe

#bebffe #ddbefe #bedffe

Monochromatic Colors of #bebffe

#bebffe

Complementary Color

#bebffe #fefdbe

#bebffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebffe Color CSS Codes

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

#bebffe Text Font Color

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

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


#bebffe Background Color

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

This div background color is #bebffe


#bebffe Border Color

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

This div border color is #bebffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebffe

Related Colors


Comments

No comments written yet.

Please login to write comment.