#BEA4C0

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

Shades of Lola #BEA4C0

Tints of Lola #BEA4C0

Color information

#BEA4C0 (or 0xBEA4C0) is unknown color: approx Lola. HEX triplet: BE, A4 and C0. RGB value is (190,164,192). Sum of RGB (Red+Green+Blue) = 190+164+192=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4C0 is #415B3F. Grayscale: #AEAEAE. Windows color (decimal): -4283200 or 12625086. OLE color: 12625086.

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

Color convert

RGB190164192-
CMYK0.010.1500.25
HSL295.71º18.18%69.8%-
HSV(B)295.71º14.58%75.29%-
XYZ44.0341.355.52-
YUV174.97137.61138.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=34.80%
G=30.04%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901641920.010.1500.25295.7118.1869.8
HexBEA4C01F0191281246
Octal27624430011703145022106
Binary10111110101001001100000011111011001100101000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4C0; }

 p { color: rgb(190,164,192); }

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

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

 a { background-color: rgb(190,164,192); }

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

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

 span { border-color: rgb(190,164,192); }

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