Color Hex Logo

#bea2cc Color Hex

#BEA2CC
(190,162,204)
0 Favorites   0 Comments

Color spaces of #bea2cc

RGB 190162204
HSL0.780.290.72
HSV280°21°80°
CMYK 0.070.210.00   0.20
XYZ45.054641.147462.6944
Yxy41.14740.30260.2763
Hunter Lab64.146213.1177-13.0457
CIE-Lab70.279117.9629-17.6300

#bea2cc color RGB value is (190,162,204).

#bea2cc hex color red value is 190, green value is 162 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bea2cc hue: 0.78 , saturation: 0.29 and the lightness value of bea2cc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 11001100
Octal 276 242 314
Decimal 190 162 204
Hex BE A2 CC

RGB Percentages of Color #bea2cc

%34.17
%29.14
%36.69

CMYK Percentages of Color #bea2cc

%7
%21
%0
%20

Triadic Colors of #bea2cc

#bea2cc #ccbea2 #a2ccbe

Analogous Colors of #bea2cc

#bea2cc #cca2c5 #a9a2cc

Monochromatic Colors of #bea2cc

#bea2cc

Complementary Color

#bea2cc #b0cca2

#bea2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea2cc Color CSS Codes

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

#bea2cc Text Font Color

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

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


#bea2cc Background Color

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

This div background color is #bea2cc


#bea2cc Border Color

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

This div border color is #bea2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea2cc


Comments

No comments written yet.

Please login to write comment.