Color Hex Logo

#bebbef Color Hex

#BEBBEF
(190,187,239)
0 Favorites   0 Comments

Color spaces of #bebbef

RGB 190187239
HSL0.680.620.84
HSV243°22°94°
CMYK 0.210.220.00   0.06
XYZ54.585552.719888.9603
Yxy52.71980.27810.2686
Hunter Lab72.60847.1279-21.8166
CIE-Lab77.709311.6878-25.4038

#bebbef color RGB value is (190,187,239).

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

The process color (four color CMYK) of #bebbef color hex is 0.21, 0.22, 0.00, 0.06. Web safe color of #bebbef is #ccccff. Color #bebbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11101111
Octal 276 273 357
Decimal 190 187 239
Hex BE BB EF

RGB Percentages of Color #bebbef

%30.84
%30.36
%38.80

CMYK Percentages of Color #bebbef

%21
%22
%0
%6

Triadic Colors of #bebbef

#bebbef #efbebb #bbefbe

Analogous Colors of #bebbef

#bebbef #d8bbef #bbd2ef

Monochromatic Colors of #bebbef

#bebbef

Complementary Color

#bebbef #ecefbb

#bebbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbef Color CSS Codes

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

#bebbef Text Font Color

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

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


#bebbef Background Color

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

This div background color is #bebbef


#bebbef Border Color

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

This div border color is #bebbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbef


Comments

No comments written yet.

Please login to write comment.