Color Hex Logo

#bebbfa Color Hex

#BEBBFA
(190,187,250)
0 Favorites   0 Comments

Color spaces of #bebbfa

RGB 190187250
HSL0.670.860.86
HSV243°25°98°
CMYK 0.240.250.00   0.02
XYZ56.260853.389997.7825
Yxy53.38990.27120.2574
Hunter Lab73.06849.5708-28.1959
CIE-Lab78.104614.1927-30.7090

#bebbfa color RGB value is (190,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11111010
Octal 276 273 372
Decimal 190 187 250
Hex BE BB FA

RGB Percentages of Color #bebbfa

%30.30
%29.82
%39.87

CMYK Percentages of Color #bebbfa

%24
%25
%0
%2

Triadic Colors of #bebbfa

#bebbfa #fabebb #bbfabe

Analogous Colors of #bebbfa

#bebbfa #debbfa #bbd8fa

Monochromatic Colors of #bebbfa

#bebbfa

Complementary Color

#bebbfa #f7fabb

#bebbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbfa Color CSS Codes

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

#bebbfa Text Font Color

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

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


#bebbfa Background Color

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

This div background color is #bebbfa


#bebbfa Border Color

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

This div border color is #bebbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbfa


Comments

No comments written yet.

Please login to write comment.