#BEA4BF

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

Shades of Lola #BEA4BF

Tints of Lola #BEA4BF

Color information

#BEA4BF (or 0xBEA4BF) is unknown color: approx Lola. HEX triplet: BE, A4 and BF. RGB value is (190,164,191). Sum of RGB (Red+Green+Blue) = 190+164+191=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4BF is #415B40. Grayscale: #AEAEAE. Windows color (decimal): -4283201 or 12559550. OLE color: 12559550.

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

Color convert

RGB190164191-
CMYK0.010.1400.25
HSL297.78º17.42%69.61%-
HSV(B)297.78º14.14%74.9%-
XYZ43.9141.2654.94-
YUV174.85137.11138.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 191 (75% from 255) = 35.05%
R=34.86%
G=30.09%
B=35.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901641910.010.1400.25297.7817.4269.61
HexBEA4BF1E01912a1146
Octal27624427711603145221106
Binary10111110101001001011111111110011001100101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4BF; }

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

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

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

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

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

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

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

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