Color Hex Logo

#bea6bd Color Hex

#BEA6BD
(190,166,189)
0 Favorites   0 Comments

Color spaces of #bea6bd

RGB 190166189
HSL0.840.160.70
HSV303°13°75°
CMYK 0.000.130.01   0.25
XYZ44.056741.893753.9084
Yxy41.89370.31500.2995
Hunter Lab64.72538.2305-4.0737
CIE-Lab70.797612.8282-8.5693

#bea6bd color RGB value is (190,166,189).

#bea6bd hex color red value is 190, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bea6bd hue: 0.84 , saturation: 0.16 and the lightness value of bea6bd is 0.70.

The process color (four color CMYK) of #bea6bd color hex is 0.00, 0.13, 0.01, 0.25. Web safe color of #bea6bd is #cc99cc. Color #bea6bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 10111101
Octal 276 246 275
Decimal 190 166 189
Hex BE A6 BD

RGB Percentages of Color #bea6bd

%34.86
%30.46
%34.68

CMYK Percentages of Color #bea6bd

%0
%13
%1
%25

Triadic Colors of #bea6bd

#bea6bd #bdbea6 #a6bdbe

Analogous Colors of #bea6bd

#bea6bd #bea6b1 #b3a6be

Monochromatic Colors of #bea6bd

#bea6bd

Complementary Color

#bea6bd #a6bea7

#bea6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea6bd Color CSS Codes

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

#bea6bd Text Font Color

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

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


#bea6bd Background Color

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

This div background color is #bea6bd


#bea6bd Border Color

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

This div border color is #bea6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea6bd


Comments

No comments written yet.

Please login to write comment.