Color Hex Logo

#bebde6 Color Hex

#BEBDE6
(190,189,230)
0 Favorites   0 Comments

Color spaces of #bebde6

RGB 190189230
HSL0.670.450.82
HSV241°18°90°
CMYK 0.170.180.00   0.10
XYZ53.715753.055582.2725
Yxy53.05550.28410.2807
Hunter Lab72.83924.1673-15.9811
CIE-Lab77.90788.6130-20.2536

#bebde6 color RGB value is (190,189,230).

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

The process color (four color CMYK) of #bebde6 color hex is 0.17, 0.18, 0.00, 0.10. Web safe color of #bebde6 is #ccccff. Color #bebde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11100110
Octal 276 275 346
Decimal 190 189 230
Hex BE BD E6

RGB Percentages of Color #bebde6

%31.20
%31.03
%37.77

CMYK Percentages of Color #bebde6

%17
%18
%0
%10

Triadic Colors of #bebde6

#bebde6 #e6bebd #bde6be

Analogous Colors of #bebde6

#bebde6 #d3bde6 #bdd1e6

Monochromatic Colors of #bebde6

#bebde6

Complementary Color

#bebde6 #e5e6bd

#bebde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebde6 Color CSS Codes

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

#bebde6 Text Font Color

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

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


#bebde6 Background Color

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

This div background color is #bebde6


#bebde6 Border Color

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

This div border color is #bebde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebde6


Comments

No comments written yet.

Please login to write comment.