Color Hex Logo

#bea4bf Color Hex

#BEA4BF
(190,164,191)
0 Favorites   0 Comments

Color spaces of #bea4bf

RGB 190164191
HSL0.830.170.70
HSV298°14°75°
CMYK 0.010.140.00   0.25
XYZ43.914641.259754.9396
Yxy41.25970.31340.2945
Hunter Lab64.23379.6259-5.7476
CIE-Lab70.357514.3086-10.3305

#bea4bf color RGB value is (190,164,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10111111
Octal 276 244 277
Decimal 190 164 191
Hex BE A4 BF

RGB Percentages of Color #bea4bf

%34.86
%30.09
%35.05

CMYK Percentages of Color #bea4bf

%1
%14
%0
%25

Triadic Colors of #bea4bf

#bea4bf #bfbea4 #a4bfbe

Analogous Colors of #bea4bf

#bea4bf #bfa4b3 #b1a4bf

Monochromatic Colors of #bea4bf

#bea4bf

Complementary Color

#bea4bf #a5bfa4

#bea4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea4bf Color CSS Codes

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

#bea4bf Text Font Color

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

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


#bea4bf Background Color

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

This div background color is #bea4bf


#bea4bf Border Color

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

This div border color is #bea4bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,164,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 #bea4bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea4bf


Comments

No comments written yet.

Please login to write comment.