#BEA3C1

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

Shades of Lola #BEA3C1

Tints of Lola #BEA3C1

Color information

#BEA3C1 (or 0xBEA3C1) is unknown color: approx Lola. HEX triplet: BE, A3 and C1. RGB value is (190,163,193). Sum of RGB (Red+Green+Blue) = 190+163+193=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3C1 is #415C3E. Grayscale: #AEAEAE. Windows color (decimal): -4283455 or 12690366. OLE color: 12690366.

HSL color Cylindrical-coordinate representation of color #BEA3C1: hue angle of 294º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA3C1 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190163193-
CMYK0.020.1600.24
HSL294º19.48%69.8%-
HSV(B)294º15.54%75.69%-
XYZ43.9640.9956.05-
YUV174.49138.45139.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=34.80%
G=29.85%
B=35.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901631930.020.1600.2429419.4869.8
HexBEA3C12100181261346
Octal27624330122003044623106
Binary1011111010100011110000011010000011000100100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3C1; }

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

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

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

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

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

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

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

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