Color Hex Logo

#bea6bc Color Hex

#BEA6BC
(190,166,188)
0 Favorites   0 Comments

Color spaces of #bea6bc

RGB 190166188
HSL0.850.160.70
HSV305°13°75°
CMYK 0.000.130.01   0.25
XYZ43.948541.850453.3386
Yxy41.85040.31590.3008
Hunter Lab64.69198.0534-3.6004
CIE-Lab70.767712.6401-8.0614

#bea6bc color RGB value is (190,166,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 10111100
Octal 276 246 274
Decimal 190 166 188
Hex BE A6 BC

RGB Percentages of Color #bea6bc

%34.93
%30.51
%34.56

CMYK Percentages of Color #bea6bc

%0
%13
%1
%25

Triadic Colors of #bea6bc

#bea6bc #bcbea6 #a6bcbe

Analogous Colors of #bea6bc

#bea6bc #bea6b0 #b4a6be

Monochromatic Colors of #bea6bc

#bea6bc

Complementary Color

#bea6bc #a6bea8

#bea6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea6bc Color CSS Codes

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

#bea6bc Text Font Color

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

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


#bea6bc Background Color

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

This div background color is #bea6bc


#bea6bc Border Color

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

This div border color is #bea6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea6bc


Comments

No comments written yet.

Please login to write comment.