Color Hex Logo

#bebeff Color Hex

#BEBEFF
(190,190,255)
0 Favorites   0 Comments

Color spaces of #bebeff

RGB 190190255
HSL0.671.000.87
HSV240°25°100°
CMYK 0.250.250.00   0.00
XYZ57.698754.9941102.1816
Yxy54.99410.26850.2559
Hunter Lab74.15809.1056-29.7845
CIE-Lab79.037913.7167-31.9513

#bebeff color RGB value is (190,190,255).

#bebeff hex color red value is 190, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bebeff hue: 0.67 , saturation: 1.00 and the lightness value of bebeff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11111111
Octal 276 276 377
Decimal 190 190 255
Hex BE BE FF

RGB Percentages of Color #bebeff

%29.92
%29.92
%40.16

CMYK Percentages of Color #bebeff

%25
%25
%0
%0

Triadic Colors of #bebeff

#bebeff #ffbebe #beffbe

Analogous Colors of #bebeff

#bebeff #dfbeff #bedfff

Monochromatic Colors of #bebeff

#bebeff

Complementary Color

#bebeff #ffffbe

#bebeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeff Color CSS Codes

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

#bebeff Text Font Color

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

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


#bebeff Background Color

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

This div background color is #bebeff


#bebeff Border Color

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

This div border color is #bebeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeff

#bebeff Color Palettes


Comments

No comments written yet.

Please login to write comment.