Color Hex Logo

#bebffb Color Hex

#BEBFFB
(190,191,251)
0 Favorites   0 Comments

Color spaces of #bebffb

RGB 190191251
HSL0.660.880.86
HSV239°24°98°
CMYK 0.240.240.00   0.02
XYZ57.278655.173898.8975
Yxy55.17380.27100.2611
Hunter Lab74.27917.6578-26.9452
CIE-Lab79.141312.2410-29.6524

#bebffb color RGB value is (190,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11111011
Octal 276 277 373
Decimal 190 191 251
Hex BE BF FB

RGB Percentages of Color #bebffb

%30.06
%30.22
%39.72

CMYK Percentages of Color #bebffb

%24
%24
%0
%2

Triadic Colors of #bebffb

#bebffb #fbbebf #bffbbe

Analogous Colors of #bebffb

#bebffb #dcbefb #bedefb

Monochromatic Colors of #bebffb

#bebffb

Complementary Color

#bebffb #fbfabe

#bebffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebffb Color CSS Codes

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

#bebffb Text Font Color

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

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


#bebffb Background Color

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

This div background color is #bebffb


#bebffb Border Color

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

This div border color is #bebffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,191,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 #bebffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebffb


Comments

No comments written yet.

Please login to write comment.