Color Hex Logo

#beb9d0 Color Hex

#BEB9D0
(190,185,208)
0 Favorites   0 Comments

Color spaces of #beb9d0

RGB 190185208
HSL0.700.200.77
HSV253°11°82°
CMYK 0.090.110.00   0.18
XYZ49.969350.199166.7302
Yxy50.19910.29940.3008
Hunter Lab70.85131.9008-6.2454
CIE-Lab76.19136.1684-10.9328

#beb9d0 color RGB value is (190,185,208).

#beb9d0 hex color red value is 190, green value is 185 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #beb9d0 hue: 0.70 , saturation: 0.20 and the lightness value of beb9d0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 11010000
Octal 276 271 320
Decimal 190 185 208
Hex BE B9 D0

RGB Percentages of Color #beb9d0

%32.59
%31.73
%35.68

CMYK Percentages of Color #beb9d0

%9
%11
%0
%18

Triadic Colors of #beb9d0

#beb9d0 #d0beb9 #b9d0be

Analogous Colors of #beb9d0

#beb9d0 #cab9d0 #b9c0d0

Monochromatic Colors of #beb9d0

#beb9d0

Complementary Color

#beb9d0 #cbd0b9

#beb9d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb9d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb9d0 Color CSS Codes

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

#beb9d0 Text Font Color

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

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


#beb9d0 Background Color

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

This div background color is #beb9d0


#beb9d0 Border Color

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

This div border color is #beb9d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb9d0


Comments

No comments written yet.

Please login to write comment.