Color Hex Logo

#bebdda Color Hex

#BEBDDA
(190,189,218)
0 Favorites   0 Comments

Color spaces of #bebdda

RGB 190189218
HSL0.670.280.80
HSV242°13°85°
CMYK 0.130.130.00   0.15
XYZ52.087752.404373.6994
Yxy52.40430.29230.2941
Hunter Lab72.39081.7530-9.6882
CIE-Lab77.52206.0566-14.3580

#bebdda color RGB value is (190,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11011010
Octal 276 275 332
Decimal 190 189 218
Hex BE BD DA

RGB Percentages of Color #bebdda

%31.83
%31.66
%36.52

CMYK Percentages of Color #bebdda

%13
%13
%0
%15

Triadic Colors of #bebdda

#bebdda #dabebd #bddabe

Analogous Colors of #bebdda

#bebdda #cdbdda #bdcbda

Monochromatic Colors of #bebdda

#bebdda

Complementary Color

#bebdda #d9dabd

#bebdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdda Color CSS Codes

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

#bebdda Text Font Color

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

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


#bebdda Background Color

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

This div background color is #bebdda


#bebdda Border Color

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

This div border color is #bebdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdda


Comments

No comments written yet.

Please login to write comment.