Color Hex Logo

#bebbfc Color Hex

#BEBBFC
(190,187,252)
0 Favorites   0 Comments

Color spaces of #bebbfc

RGB 190187252
HSL0.670.920.86
HSV243°26°99°
CMYK 0.250.260.00   0.01
XYZ56.576253.516199.4432
Yxy53.51610.27000.2554
Hunter Lab73.154710.0272-29.3879
CIE-Lab78.178714.6564-31.6675

#bebbfc color RGB value is (190,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11111100
Octal 276 273 374
Decimal 190 187 252
Hex BE BB FC

RGB Percentages of Color #bebbfc

%30.21
%29.73
%40.06

CMYK Percentages of Color #bebbfc

%25
%26
%0
%1

Triadic Colors of #bebbfc

#bebbfc #fcbebb #bbfcbe

Analogous Colors of #bebbfc

#bebbfc #dfbbfc #bbd9fc

Monochromatic Colors of #bebbfc

#bebbfc

Complementary Color

#bebbfc #f9fcbb

#bebbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbfc Color CSS Codes

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

#bebbfc Text Font Color

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

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


#bebbfc Background Color

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

This div background color is #bebbfc


#bebbfc Border Color

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

This div border color is #bebbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.