Color Hex Logo

#bebafb Color Hex

#BEBAFB
(190,186,251)
0 Favorites   0 Comments

Color spaces of #bebafb

RGB 190186251
HSL0.680.890.86
HSV244°26°98°
CMYK 0.240.260.00   0.02
XYZ56.206753.030098.5402
Yxy53.03000.27050.2552
Hunter Lab72.821710.3355-29.2543
CIE-Lab77.892714.9716-31.5715

#bebafb color RGB value is (190,186,251).

#bebafb hex color red value is 190, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bebafb hue: 0.68 , saturation: 0.89 and the lightness value of bebafb is 0.86.

The process color (four color CMYK) of #bebafb color hex is 0.24, 0.26, 0.00, 0.02. Web safe color of #bebafb is #ccccff. Color #bebafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 11111011
Octal 276 272 373
Decimal 190 186 251
Hex BE BA FB

RGB Percentages of Color #bebafb

%30.30
%29.67
%40.03

CMYK Percentages of Color #bebafb

%24
%26
%0
%2

Triadic Colors of #bebafb

#bebafb #fbbeba #bafbbe

Analogous Colors of #bebafb

#bebafb #dfbafb #bad7fb

Monochromatic Colors of #bebafb

#bebafb

Complementary Color

#bebafb #f7fbba

#bebafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebafb Color CSS Codes

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

#bebafb Text Font Color

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

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


#bebafb Background Color

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

This div background color is #bebafb


#bebafb Border Color

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

This div border color is #bebafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebafb

Related Colors


Comments

No comments written yet.

Please login to write comment.