#BEA5C1

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

Shades of Lola #BEA5C1

Tints of Lola #BEA5C1

Color information

#BEA5C1 (or 0xBEA5C1) is unknown color: approx Lola. HEX triplet: BE, A5 and C1. RGB value is (190,165,193). Sum of RGB (Red+Green+Blue) = 190+165+193=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEA5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5C1 is #415A3E. Grayscale: #AFAFAF. Windows color (decimal): -4282943 or 12690878. OLE color: 12690878.

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

Color convert

RGB190165193-
CMYK0.020.1500.24
HSL293.57º18.42%70.2%-
HSV(B)293.57º14.51%75.69%-
XYZ44.3241.7156.17-
YUV175.67137.78138.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=34.67%
G=30.11%
B=35.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901651930.020.1500.24293.5718.4270.2
HexBEA5C12F0181261246
Octal27624530121703044622106
Binary101111101010010111000001101111011000100100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5C1; }

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

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

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

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

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

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

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

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