Color Hex Logo

#bebbe0 Color Hex

#BEBBE0
(190,187,224)
0 Favorites   0 Comments

Color spaces of #bebbe0

RGB 190187224
HSL0.680.370.81
HSV245°17°88°
CMYK 0.150.170.00   0.12
XYZ52.460151.869677.7679
Yxy51.86960.28810.2848
Hunter Lab72.02063.9842-13.6070
CIE-Lab77.20288.4052-18.0819

#bebbe0 color RGB value is (190,187,224).

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

The process color (four color CMYK) of #bebbe0 color hex is 0.15, 0.17, 0.00, 0.12. Web safe color of #bebbe0 is #cccccc. Color #bebbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11100000
Octal 276 273 340
Decimal 190 187 224
Hex BE BB E0

RGB Percentages of Color #bebbe0

%31.61
%31.11
%37.27

CMYK Percentages of Color #bebbe0

%15
%17
%0
%12

Triadic Colors of #bebbe0

#bebbe0 #e0bebb #bbe0be

Analogous Colors of #bebbe0

#bebbe0 #d1bbe0 #bbcbe0

Monochromatic Colors of #bebbe0

#bebbe0

Complementary Color

#bebbe0 #dde0bb

#bebbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbe0 Color CSS Codes

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

#bebbe0 Text Font Color

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

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


#bebbe0 Background Color

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

This div background color is #bebbe0


#bebbe0 Border Color

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

This div border color is #bebbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbe0


Comments

No comments written yet.

Please login to write comment.