#BEA5BF

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

Shades of Lola #BEA5BF

Tints of Lola #BEA5BF

Color information

#BEA5BF (or 0xBEA5BF) is unknown color: approx Lola. HEX triplet: BE, A5 and BF. RGB value is (190,165,191). Sum of RGB (Red+Green+Blue) = 190+165+191=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5BF is #415A40. Grayscale: #AFAFAF. Windows color (decimal): -4282945 or 12559806. OLE color: 12559806.

HSL color Cylindrical-coordinate representation of color #BEA5BF: hue angle of 297.69º 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 #BEA5BF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190165191-
CMYK0.010.1400.25
HSL297.69º16.88%69.8%-
HSV(B)297.69º13.61%74.9%-
XYZ44.0941.6255-
YUV175.44136.78138.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 191 (75% from 255) = 34.98%
R=34.80%
G=30.22%
B=34.98%

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
Decimal1901651910.010.1400.25297.6916.8869.8
HexBEA5BF1E01912a1146
Octal27624527711603145221106
Binary10111110101001011011111111110011001100101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5BF; }

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

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

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

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

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

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

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

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