Color Hex Logo

#bebbf4 Color Hex

#BEBBF4
(190,187,244)
0 Favorites   0 Comments

Color spaces of #bebbf4

RGB 190187244
HSL0.680.720.85
HSV243°23°96°
CMYK 0.220.230.00   0.04
XYZ55.334753.019592.9053
Yxy53.01950.27490.2634
Hunter Lab72.81458.2241-24.6790
CIE-Lab77.886512.8167-27.8221

#bebbf4 color RGB value is (190,187,244).

#bebbf4 hex color red value is 190, green value is 187 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bebbf4 hue: 0.68 , saturation: 0.72 and the lightness value of bebbf4 is 0.85.

The process color (four color CMYK) of #bebbf4 color hex is 0.22, 0.23, 0.00, 0.04. Web safe color of #bebbf4 is #ccccff. Color #bebbf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11110100
Octal 276 273 364
Decimal 190 187 244
Hex BE BB F4

RGB Percentages of Color #bebbf4

%30.60
%30.11
%39.29

CMYK Percentages of Color #bebbf4

%22
%23
%0
%4

Triadic Colors of #bebbf4

#bebbf4 #f4bebb #bbf4be

Analogous Colors of #bebbf4

#bebbf4 #dbbbf4 #bbd5f4

Monochromatic Colors of #bebbf4

#bebbf4

Complementary Color

#bebbf4 #f1f4bb

#bebbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbf4 Color CSS Codes

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

#bebbf4 Text Font Color

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

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


#bebbf4 Background Color

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

This div background color is #bebbf4


#bebbf4 Border Color

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

This div border color is #bebbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbf4


Comments

No comments written yet.

Please login to write comment.