Color Hex Logo

#beb9dd Color Hex

#BEB9DD
(190,185,221)
0 Favorites   0 Comments

Color spaces of #beb9dd

RGB 190185221
HSL0.690.350.80
HSV248°16°87°
CMYK 0.140.160.00   0.13
XYZ51.635350.865575.5032
Yxy50.86550.29010.2858
Hunter Lab71.32014.4229-12.8435
CIE-Lab76.59758.8535-17.3730

#beb9dd color RGB value is (190,185,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 11011101
Octal 276 271 335
Decimal 190 185 221
Hex BE B9 DD

RGB Percentages of Color #beb9dd

%31.88
%31.04
%37.08

CMYK Percentages of Color #beb9dd

%14
%16
%0
%13

Triadic Colors of #beb9dd

#beb9dd #ddbeb9 #b9ddbe

Analogous Colors of #beb9dd

#beb9dd #d0b9dd #b9c6dd

Monochromatic Colors of #beb9dd

#beb9dd

Complementary Color

#beb9dd #d8ddb9

#beb9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb9dd Color CSS Codes

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

#beb9dd Text Font Color

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

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


#beb9dd Background Color

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

This div background color is #beb9dd


#beb9dd Border Color

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

This div border color is #beb9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb9dd


Comments

No comments written yet.

Please login to write comment.