Color Hex Logo

#bea9cc Color Hex

#BEA9CC
(190,169,204)
0 Favorites   0 Comments

Color spaces of #bea9cc

RGB 190169204
HSL0.770.260.73
HSV276°17°80°
CMYK 0.070.170.00   0.20
XYZ46.322343.682763.1169
Yxy43.68270.30250.2853
Hunter Lab66.09299.4421-10.3553
CIE-Lab72.015914.0992-15.0084

#bea9cc color RGB value is (190,169,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 11001100
Octal 276 251 314
Decimal 190 169 204
Hex BE A9 CC

RGB Percentages of Color #bea9cc

%33.75
%30.02
%36.23

CMYK Percentages of Color #bea9cc

%7
%17
%0
%20

Triadic Colors of #bea9cc

#bea9cc #ccbea9 #a9ccbe

Analogous Colors of #bea9cc

#bea9cc #cca9c9 #ada9cc

Monochromatic Colors of #bea9cc

#bea9cc

Complementary Color

#bea9cc #b7cca9

#bea9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea9cc Color CSS Codes

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

#bea9cc Text Font Color

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

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


#bea9cc Background Color

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

This div background color is #bea9cc


#bea9cc Border Color

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

This div border color is #bea9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea9cc


Comments

No comments written yet.

Please login to write comment.