Color Hex Logo

#bea3bf Color Hex

#BEA3BF
(190,163,191)
0 Favorites   0 Comments

Color spaces of #bea3bf

RGB 190163191
HSL0.830.180.69
HSV298°15°75°
CMYK 0.010.150.00   0.25
XYZ43.736440.903154.8802
Yxy40.90310.31350.2932
Hunter Lab63.955510.1462-6.1078
CIE-Lab70.108014.8605-10.7033

#bea3bf color RGB value is (190,163,191).

#bea3bf hex color red value is 190, green value is 163 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bea3bf hue: 0.83 , saturation: 0.18 and the lightness value of bea3bf is 0.69.

The process color (four color CMYK) of #bea3bf color hex is 0.01, 0.15, 0.00, 0.25. Web safe color of #bea3bf is #cc99cc. Color #bea3bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 10111111
Octal 276 243 277
Decimal 190 163 191
Hex BE A3 BF

RGB Percentages of Color #bea3bf

%34.93
%29.96
%35.11

CMYK Percentages of Color #bea3bf

%1
%15
%0
%25

Triadic Colors of #bea3bf

#bea3bf #bfbea3 #a3bfbe

Analogous Colors of #bea3bf

#bea3bf #bfa3b2 #b0a3bf

Monochromatic Colors of #bea3bf

#bea3bf

Complementary Color

#bea3bf #a4bfa3

#bea3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea3bf Color CSS Codes

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

#bea3bf Text Font Color

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

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


#bea3bf Background Color

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

This div background color is #bea3bf


#bea3bf Border Color

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

This div border color is #bea3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea3bf


Comments

No comments written yet.

Please login to write comment.