#BEA1C4

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

Shades of Lola #BEA1C4

Tints of Lola #BEA1C4

Color information

#BEA1C4 (or 0xBEA1C4) is unknown color: approx Lola. HEX triplet: BE, A1 and C4. RGB value is (190,161,196). Sum of RGB (Red+Green+Blue) = 190+161+196=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1C4 is #415E3B. Grayscale: #ADADAD. Windows color (decimal): -4283964 or 12886462. OLE color: 12886462.

HSL color Cylindrical-coordinate representation of color #BEA1C4: hue angle of 289.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA1C4 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190161196-
CMYK0.030.1800.23
HSL289.71º22.88%70%-
HSV(B)289.71º17.86%76.86%-
XYZ43.9440.4257.71-
YUV173.66140.61139.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=34.73%
G=29.43%
B=35.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901611960.030.1800.23289.7122.8870
HexBEA1C43120171221746
Octal27624130432202744227106
Binary1011111010100001110001001110010010111100100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1C4; }

 p { color: rgb(190,161,196); }

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

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

 a { background-color: rgb(190,161,196); }

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

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

 span { border-color: rgb(190,161,196); }

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