Color Hex Logo

#bebde7 Color Hex

#BEBDE7
(190,189,231)
0 Favorites   0 Comments

Color spaces of #bebde7

RGB 190189231
HSL0.670.470.82
HSV241°18°91°
CMYK 0.180.180.00   0.09
XYZ53.856653.111983.0144
Yxy53.11190.28350.2796
Hunter Lab72.87794.3747-16.5220
CIE-Lab77.94108.8307-20.7422

#bebde7 color RGB value is (190,189,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11100111
Octal 276 275 347
Decimal 190 189 231
Hex BE BD E7

RGB Percentages of Color #bebde7

%31.15
%30.98
%37.87

CMYK Percentages of Color #bebde7

%18
%18
%0
%9

Triadic Colors of #bebde7

#bebde7 #e7bebd #bde7be

Analogous Colors of #bebde7

#bebde7 #d3bde7 #bdd1e7

Monochromatic Colors of #bebde7

#bebde7

Complementary Color

#bebde7 #e6e7bd

#bebde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebde7 Color CSS Codes

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

#bebde7 Text Font Color

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

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


#bebde7 Background Color

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

This div background color is #bebde7


#bebde7 Border Color

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

This div border color is #bebde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebde7


Comments

No comments written yet.

Please login to write comment.