#BEA6C1

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

Shades of Lola #BEA6C1

Tints of Lola #BEA6C1

Color information

#BEA6C1 (or 0xBEA6C1) is unknown color: approx Lola. HEX triplet: BE, A6 and C1. RGB value is (190,166,193). Sum of RGB (Red+Green+Blue) = 190+166+193=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6C1 is #41593E. Grayscale: #B0B0B0. Windows color (decimal): -4282687 or 12691134. OLE color: 12691134.

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

Color convert

RGB190166193-
CMYK0.020.1400.24
HSL293.33º17.88%70.39%-
HSV(B)293.33º13.99%75.69%-
XYZ44.542.0756.23-
YUV176.25137.45137.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=34.61%
G=30.24%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901661930.020.1400.24293.3317.8870.39
HexBEA6C12E0181251246
Octal27624630121603044522106
Binary101111101010011011000001101110011000100100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6C1; }

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

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

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

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

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

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

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

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