Color Hex Logo

#bebdd2 Color Hex

#BEBDD2
(190,189,210)
0 Favorites   0 Comments

Color spaces of #bebdd2

RGB 190189210
HSL0.670.190.78
HSV243°10°82°
CMYK 0.100.100.00   0.18
XYZ51.065751.995568.3175
Yxy51.99550.29800.3034
Hunter Lab72.10790.2221-5.6978
CIE-Lab77.27814.4138-10.3954

#bebdd2 color RGB value is (190,189,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11010010
Octal 276 275 322
Decimal 190 189 210
Hex BE BD D2

RGB Percentages of Color #bebdd2

%32.26
%32.09
%35.65

CMYK Percentages of Color #bebdd2

%10
%10
%0
%18

Triadic Colors of #bebdd2

#bebdd2 #d2bebd #bdd2be

Analogous Colors of #bebdd2

#bebdd2 #c9bdd2 #bdc7d2

Monochromatic Colors of #bebdd2

#bebdd2

Complementary Color

#bebdd2 #d1d2bd

#bebdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdd2 Color CSS Codes

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

#bebdd2 Text Font Color

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

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


#bebdd2 Background Color

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

This div background color is #bebdd2


#bebdd2 Border Color

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

This div border color is #bebdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdd2


Comments

No comments written yet.

Please login to write comment.