#BEA3C0

Color #BEA3C0 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BEA3C0

Tints of Lola #BEA3C0

Color information

#BEA3C0 (or 0xBEA3C0) is unknown color: approx Lola. HEX triplet: BE, A3 and C0. RGB value is (190,163,192). Sum of RGB (Red+Green+Blue) = 190+163+192=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3C0 is #415C3F. Grayscale: #AEAEAE. Windows color (decimal): -4283456 or 12624830. OLE color: 12624830.

HSL color Cylindrical-coordinate representation of color #BEA3C0: hue angle of 295.86º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA3C0 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190163192-
CMYK0.010.1500.25
HSL295.86º18.71%69.61%-
HSV(B)295.86º15.1%75.29%-
XYZ43.8540.9555.46-
YUV174.38137.95139.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=34.86%
G=29.91%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901631920.010.1500.25295.8618.7169.61
HexBEA3C01F0191281346
Octal27624330011703145023106
Binary10111110101000111100000011111011001100101000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3C0; }

 p { color: rgb(190,163,192); }

 H1.HeaderClassName
 {
   color: #BEA3C0;
 }
 .AnyTagClassName
 {
   color: #BEA3C0;
 }
</style>
background-color css

<style>
 a { background-color: #BEA3C0; }

 a { background-color: rgb(190,163,192); }

 div.DivClassName
 {
   background-color: #BEA3C0;
 }
 .BgClassName
 {
   background-color: #BEA3C0;
 }
</style>
border-color css

<style>
 span { border-color: #BEA3C0; }

 span { border-color: rgb(190,163,192); }

 td.TdClassName
 {
   border-color: #BEA3C0;
 }
 .TagClassName
 {
   border-color: #BEA3C0;
 }
</style>