Color Hex Logo

#bea2bf Color Hex

#BEA2BF
(190,162,191)
0 Favorites   0 Comments

Color spaces of #bea2bf

RGB 190162191
HSL0.830.180.69
HSV298°15°75°
CMYK 0.010.150.00   0.25
XYZ43.559540.549454.8212
Yxy40.54940.31350.2919
Hunter Lab63.678410.6665-6.4683
CIE-Lab69.859115.4123-11.0754

#bea2bf color RGB value is (190,162,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 10111111
Octal 276 242 277
Decimal 190 162 191
Hex BE A2 BF

RGB Percentages of Color #bea2bf

%34.99
%29.83
%35.17

CMYK Percentages of Color #bea2bf

%1
%15
%0
%25

Triadic Colors of #bea2bf

#bea2bf #bfbea2 #a2bfbe

Analogous Colors of #bea2bf

#bea2bf #bfa2b2 #b0a2bf

Monochromatic Colors of #bea2bf

#bea2bf

Complementary Color

#bea2bf #a3bfa2

#bea2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea2bf Color CSS Codes

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

#bea2bf Text Font Color

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

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


#bea2bf Background Color

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

This div background color is #bea2bf


#bea2bf Border Color

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

This div border color is #bea2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea2bf


Comments

No comments written yet.

Please login to write comment.