Color Hex Logo

#bebbfe Color Hex

#BEBBFE
(190,187,254)
0 Favorites   0 Comments

Color spaces of #bebbfe

RGB 190187254
HSL0.670.970.86
HSV243°26°100°
CMYK 0.250.260.00   0.00
XYZ56.894953.6436101.1215
Yxy53.64360.26880.2534
Hunter Lab73.241810.4873-30.5897
CIE-Lab78.253515.1226-32.6242

#bebbfe color RGB value is (190,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11111110
Octal 276 273 376
Decimal 190 187 254
Hex BE BB FE

RGB Percentages of Color #bebbfe

%30.11
%29.64
%40.25

CMYK Percentages of Color #bebbfe

%25
%26
%0
%0

Triadic Colors of #bebbfe

#bebbfe #febebb #bbfebe

Analogous Colors of #bebbfe

#bebbfe #e0bbfe #bbdafe

Monochromatic Colors of #bebbfe

#bebbfe

Complementary Color

#bebbfe #fbfebb

#bebbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbfe Color CSS Codes

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

#bebbfe Text Font Color

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

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


#bebbfe Background Color

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

This div background color is #bebbfe


#bebbfe Border Color

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

This div border color is #bebbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbfe


Comments

No comments written yet.

Please login to write comment.