Color Hex Logo

#bea8cc Color Hex

#BEA8CC
(190,168,204)
0 Favorites   0 Comments

Color spaces of #bea8cc

RGB 190168204
HSL0.770.260.73
HSV277°18°80°
CMYK 0.070.180.00   0.20
XYZ46.136943.312063.0551
Yxy43.31200.30250.2840
Hunter Lab65.81199.9653-10.7381
CIE-Lab71.766214.6498-15.3845

#bea8cc color RGB value is (190,168,204).

#bea8cc hex color red value is 190, green value is 168 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bea8cc hue: 0.77 , saturation: 0.26 and the lightness value of bea8cc is 0.73.

The process color (four color CMYK) of #bea8cc color hex is 0.07, 0.18, 0.00, 0.20. Web safe color of #bea8cc is #cc99cc. Color #bea8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 11001100
Octal 276 250 314
Decimal 190 168 204
Hex BE A8 CC

RGB Percentages of Color #bea8cc

%33.81
%29.89
%36.30

CMYK Percentages of Color #bea8cc

%7
%18
%0
%20

Triadic Colors of #bea8cc

#bea8cc #ccbea8 #a8ccbe

Analogous Colors of #bea8cc

#bea8cc #cca8c8 #aca8cc

Monochromatic Colors of #bea8cc

#bea8cc

Complementary Color

#bea8cc #b6cca8

#bea8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea8cc Color CSS Codes

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

#bea8cc Text Font Color

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

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


#bea8cc Background Color

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

This div background color is #bea8cc


#bea8cc Border Color

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

This div border color is #bea8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea8cc


Comments

No comments written yet.

Please login to write comment.