Color Hex Logo

#bea0bf Color Hex

#BEA0BF
(190,160,191)
0 Favorites   0 Comments

Color spaces of #bea0bf

RGB 190160191
HSL0.830.190.69
HSV298°16°75°
CMYK 0.010.160.00   0.25
XYZ43.210039.850354.7047
Yxy39.85030.31370.2893
Hunter Lab63.127111.7094-7.1906
CIE-Lab69.362816.5177-11.8183

#bea0bf color RGB value is (190,160,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 10111111
Octal 276 240 277
Decimal 190 160 191
Hex BE A0 BF

RGB Percentages of Color #bea0bf

%35.12
%29.57
%35.30

CMYK Percentages of Color #bea0bf

%1
%16
%0
%25

Triadic Colors of #bea0bf

#bea0bf #bfbea0 #a0bfbe

Analogous Colors of #bea0bf

#bea0bf #bfa0b1 #afa0bf

Monochromatic Colors of #bea0bf

#bea0bf

Complementary Color

#bea0bf #a1bfa0

#bea0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea0bf Color CSS Codes

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

#bea0bf Text Font Color

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

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


#bea0bf Background Color

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

This div background color is #bea0bf


#bea0bf Border Color

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

This div border color is #bea0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea0bf


Comments

No comments written yet.

Please login to write comment.