Color Hex Logo

#bebdde Color Hex

#BEBDDE
(190,189,222)
0 Favorites   0 Comments

Color spaces of #bebdde

RGB 190189222
HSL0.670.330.81
HSV242°15°87°
CMYK 0.140.150.00   0.13
XYZ52.617652.616376.4899
Yxy52.61630.28950.2895
Hunter Lab72.53712.5420-11.7450
CIE-Lab77.64796.8966-16.3297

#bebdde color RGB value is (190,189,222).

#bebdde hex color red value is 190, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bebdde hue: 0.67 , saturation: 0.33 and the lightness value of bebdde is 0.81.

The process color (four color CMYK) of #bebdde color hex is 0.14, 0.15, 0.00, 0.13. Web safe color of #bebdde is #cccccc. Color #bebdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11011110
Octal 276 275 336
Decimal 190 189 222
Hex BE BD DE

RGB Percentages of Color #bebdde

%31.61
%31.45
%36.94

CMYK Percentages of Color #bebdde

%14
%15
%0
%13

Triadic Colors of #bebdde

#bebdde #debebd #bddebe

Analogous Colors of #bebdde

#bebdde #cfbdde #bdcdde

Monochromatic Colors of #bebdde

#bebdde

Complementary Color

#bebdde #dddebd

#bebdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdde Color CSS Codes

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

#bebdde Text Font Color

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

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


#bebdde Background Color

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

This div background color is #bebdde


#bebdde Border Color

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

This div border color is #bebdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdde


Comments

No comments written yet.

Please login to write comment.