Color Hex Logo

#beb9ce Color Hex

#BEB9CE
(190,185,206)
0 Favorites   0 Comments

Color spaces of #beb9ce

RGB 190185206
HSL0.710.180.77
HSV254°10°81°
CMYK 0.080.100.00   0.19
XYZ49.724750.101365.4423
Yxy50.10130.30090.3032
Hunter Lab70.78231.5277-5.2694
CIE-Lab76.13145.7671-9.9361

#beb9ce color RGB value is (190,185,206).

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

The process color (four color CMYK) of #beb9ce color hex is 0.08, 0.10, 0.00, 0.19. Web safe color of #beb9ce is #cccccc. Color #beb9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 11001110
Octal 276 271 316
Decimal 190 185 206
Hex BE B9 CE

RGB Percentages of Color #beb9ce

%32.70
%31.84
%35.46

CMYK Percentages of Color #beb9ce

%8
%10
%0
%19

Triadic Colors of #beb9ce

#beb9ce #cebeb9 #b9cebe

Analogous Colors of #beb9ce

#beb9ce #c9b9ce #b9bfce

Monochromatic Colors of #beb9ce

#beb9ce

Complementary Color

#beb9ce #c9ceb9

#beb9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb9ce Color CSS Codes

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

#beb9ce Text Font Color

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

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


#beb9ce Background Color

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

This div background color is #beb9ce


#beb9ce Border Color

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

This div border color is #beb9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb9ce


Comments

No comments written yet.

Please login to write comment.