Color Hex Logo

#bebbec Color Hex

#BEBBEC
(190,187,236)
0 Favorites   0 Comments

Color spaces of #bebbec

RGB 190187236
HSL0.680.560.83
HSV244°21°93°
CMYK 0.190.210.00   0.07
XYZ54.145952.543986.6451
Yxy52.54390.28010.2718
Hunter Lab72.48726.4820-20.1293
CIE-Lab77.604911.0189-23.9474

#bebbec color RGB value is (190,187,236).

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

The process color (four color CMYK) of #bebbec color hex is 0.19, 0.21, 0.00, 0.07. Web safe color of #bebbec is #ccccff. Color #bebbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11101100
Octal 276 273 354
Decimal 190 187 236
Hex BE BB EC

RGB Percentages of Color #bebbec

%31.00
%30.51
%38.50

CMYK Percentages of Color #bebbec

%19
%21
%0
%7

Triadic Colors of #bebbec

#bebbec #ecbebb #bbecbe

Analogous Colors of #bebbec

#bebbec #d7bbec #bbd1ec

Monochromatic Colors of #bebbec

#bebbec

Complementary Color

#bebbec #e9ecbb

#bebbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbec Color CSS Codes

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

#bebbec Text Font Color

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

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


#bebbec Background Color

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

This div background color is #bebbec


#bebbec Border Color

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

This div border color is #bebbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbec


Comments

No comments written yet.

Please login to write comment.