Color Hex Logo

#bebdd5 Color Hex

#BEBDD5
(190,189,213)
0 Favorites   0 Comments

Color spaces of #bebdd5

RGB 190189213
HSL0.670.220.79
HSV243°11°84°
CMYK 0.110.110.00   0.16
XYZ51.443052.146470.3047
Yxy52.14640.29580.2999
Hunter Lab72.21250.7887-7.1749
CIE-Lab77.36835.0239-11.8843

#bebdd5 color RGB value is (190,189,213).

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

The process color (four color CMYK) of #bebdd5 color hex is 0.11, 0.11, 0.00, 0.16. Web safe color of #bebdd5 is #cccccc. Color #bebdd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11010101
Octal 276 275 325
Decimal 190 189 213
Hex BE BD D5

RGB Percentages of Color #bebdd5

%32.09
%31.93
%35.98

CMYK Percentages of Color #bebdd5

%11
%11
%0
%16

Triadic Colors of #bebdd5

#bebdd5 #d5bebd #bdd5be

Analogous Colors of #bebdd5

#bebdd5 #cabdd5 #bdc8d5

Monochromatic Colors of #bebdd5

#bebdd5

Complementary Color

#bebdd5 #d4d5bd

#bebdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdd5 Color CSS Codes

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

#bebdd5 Text Font Color

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

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


#bebdd5 Background Color

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

This div background color is #bebdd5


#bebdd5 Border Color

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

This div border color is #bebdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdd5


Comments

No comments written yet.

Please login to write comment.