Color Hex Logo

#bebdd1 Color Hex

#BEBDD1
(190,189,209)
0 Favorites   0 Comments

Color spaces of #bebdd1

RGB 190189209
HSL0.680.180.78
HSV243°10°82°
CMYK 0.090.100.00   0.18
XYZ50.941451.945867.6632
Yxy51.94580.29870.3046
Hunter Lab72.07340.0350-5.2106
CIE-Lab77.24844.2119-9.8983

#bebdd1 color RGB value is (190,189,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11010001
Octal 276 275 321
Decimal 190 189 209
Hex BE BD D1

RGB Percentages of Color #bebdd1

%32.31
%32.14
%35.54

CMYK Percentages of Color #bebdd1

%9
%10
%0
%18

Triadic Colors of #bebdd1

#bebdd1 #d1bebd #bdd1be

Analogous Colors of #bebdd1

#bebdd1 #c8bdd1 #bdc6d1

Monochromatic Colors of #bebdd1

#bebdd1

Complementary Color

#bebdd1 #d0d1bd

#bebdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdd1 Color CSS Codes

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

#bebdd1 Text Font Color

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

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


#bebdd1 Background Color

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

This div background color is #bebdd1


#bebdd1 Border Color

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

This div border color is #bebdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdd1


Comments

No comments written yet.

Please login to write comment.