Color Hex Logo

#bebed5 Color Hex

#BEBED5
(190,190,213)
0 Favorites   0 Comments

Color spaces of #bebed5

RGB 190190213
HSL0.670.210.79
HSV240°11°84°
CMYK 0.110.110.00   0.16
XYZ51.658952.578270.3767
Yxy52.57820.29580.3011
Hunter Lab72.51080.2748-6.7874
CIE-Lab77.62534.4853-11.5001

#bebed5 color RGB value is (190,190,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11010101
Octal 276 276 325
Decimal 190 190 213
Hex BE BE D5

RGB Percentages of Color #bebed5

%32.04
%32.04
%35.92

CMYK Percentages of Color #bebed5

%11
%11
%0
%16

Triadic Colors of #bebed5

#bebed5 #d5bebe #bed5be

Analogous Colors of #bebed5

#bebed5 #cabed5 #becad5

Monochromatic Colors of #bebed5

#bebed5

Complementary Color

#bebed5 #d5d5be

#bebed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebed5 Color CSS Codes

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

#bebed5 Text Font Color

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

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


#bebed5 Background Color

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

This div background color is #bebed5


#bebed5 Border Color

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

This div border color is #bebed5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,190,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 #bebed5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebed5


Comments

No comments written yet.

Please login to write comment.