#BEA2C1

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

Shades of Lola #BEA2C1

Tints of Lola #BEA2C1

Color information

#BEA2C1 (or 0xBEA2C1) is unknown color: approx Lola. HEX triplet: BE, A2 and C1. RGB value is (190,162,193). Sum of RGB (Red+Green+Blue) = 190+162+193=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEA2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2C1 is #415D3E. Grayscale: #ADADAD. Windows color (decimal): -4283711 or 12690110. OLE color: 12690110.

HSL color Cylindrical-coordinate representation of color #BEA2C1: hue angle of 294.19º degrees, saturation: 0.2, 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 #BEA2C1 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190162193-
CMYK0.020.1600.24
HSL294.19º20%69.61%-
HSV(B)294.19º16.06%75.69%-
XYZ43.7840.6455.99-
YUV173.91138.78139.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=34.86%
G=29.72%
B=35.41%

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
Decimal1901621930.020.1600.24294.192069.61
HexBEA2C12100181261446
Octal27624230122003044624106
Binary1011111010100010110000011010000011000100100110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2C1; }

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

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

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

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

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

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

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

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