Color Hex Logo

#beb9de Color Hex

#BEB9DE
(190,185,222)
0 Favorites   0 Comments

Color spaces of #beb9de

RGB 190185222
HSL0.690.360.80
HSV248°17°87°
CMYK 0.140.170.00   0.13
XYZ51.769050.919076.2071
Yxy50.91900.28940.2846
Hunter Lab71.35764.6238-13.3691
CIE-Lab76.62999.0655-17.8655

#beb9de color RGB value is (190,185,222).

#beb9de hex color red value is 190, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #beb9de hue: 0.69 , saturation: 0.36 and the lightness value of beb9de is 0.80.

The process color (four color CMYK) of #beb9de color hex is 0.14, 0.17, 0.00, 0.13. Web safe color of #beb9de is #cccccc. Color #beb9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 11011110
Octal 276 271 336
Decimal 190 185 222
Hex BE B9 DE

RGB Percentages of Color #beb9de

%31.83
%30.99
%37.19

CMYK Percentages of Color #beb9de

%14
%17
%0
%13

Triadic Colors of #beb9de

#beb9de #debeb9 #b9debe

Analogous Colors of #beb9de

#beb9de #d1b9de #b9c7de

Monochromatic Colors of #beb9de

#beb9de

Complementary Color

#beb9de #d9deb9

#beb9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb9de Color CSS Codes

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

#beb9de Text Font Color

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

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


#beb9de Background Color

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

This div background color is #beb9de


#beb9de Border Color

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

This div border color is #beb9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb9de


Comments

No comments written yet.

Please login to write comment.