Color Hex Logo

#bebbfb Color Hex

#BEBBFB
(190,187,251)
0 Favorites   0 Comments

Color spaces of #bebbfb

RGB 190187251
HSL0.670.890.86
HSV243°25°98°
CMYK 0.240.250.00   0.02
XYZ56.418153.452898.6107
Yxy53.45280.27060.2564
Hunter Lab73.11149.7986-28.7907
CIE-Lab78.141614.4244-31.1886

#bebbfb color RGB value is (190,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11111011
Octal 276 273 373
Decimal 190 187 251
Hex BE BB FB

RGB Percentages of Color #bebbfb

%30.25
%29.78
%39.97

CMYK Percentages of Color #bebbfb

%24
%25
%0
%2

Triadic Colors of #bebbfb

#bebbfb #fbbebb #bbfbbe

Analogous Colors of #bebbfb

#bebbfb #debbfb #bbd8fb

Monochromatic Colors of #bebbfb

#bebbfb

Complementary Color

#bebbfb #f8fbbb

#bebbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbfb Color CSS Codes

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

#bebbfb Text Font Color

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

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


#bebbfb Background Color

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

This div background color is #bebbfb


#bebbfb Border Color

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

This div border color is #bebbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.