Color Hex Logo

#bea8bf Color Hex

#BEA8BF
(190,168,191)
0 Favorites   0 Comments

Color spaces of #bea8bf

RGB 190168191
HSL0.830.150.70
HSV297°12°75°
CMYK 0.010.120.00   0.25
XYZ44.641842.714055.1820
Yxy42.71400.31320.2997
Hunter Lab65.35597.5527-4.3112
CIE-Lab71.360412.1076-8.8352

#bea8bf color RGB value is (190,168,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 10111111
Octal 276 250 277
Decimal 190 168 191
Hex BE A8 BF

RGB Percentages of Color #bea8bf

%34.61
%30.60
%34.79

CMYK Percentages of Color #bea8bf

%1
%12
%0
%25

Triadic Colors of #bea8bf

#bea8bf #bfbea8 #a8bfbe

Analogous Colors of #bea8bf

#bea8bf #bfa8b5 #b3a8bf

Monochromatic Colors of #bea8bf

#bea8bf

Complementary Color

#bea8bf #a9bfa8

#bea8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea8bf Color CSS Codes

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

#bea8bf Text Font Color

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

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


#bea8bf Background Color

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

This div background color is #bea8bf


#bea8bf Border Color

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

This div border color is #bea8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea8bf


Comments

No comments written yet.

Please login to write comment.