#BEB1BF

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

Shades of Lola #BEB1BF

Tints of Lola #BEB1BF

Color information

#BEB1BF (or 0xBEB1BF) is unknown color: approx Lola. HEX triplet: BE, B1 and BF. RGB value is (190,177,191). Sum of RGB (Red+Green+Blue) = 190+177+191=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1BF is #414E40. Grayscale: #B6B6B6. Windows color (decimal): -4279873 or 12562878. OLE color: 12562878.

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

Color convert

RGB190177191-
CMYK0.010.0700.25
HSL295.71º9.86%72.16%-
HSV(B)295.71º7.33%74.9%-
XYZ46.3646.1555.76-
YUV182.48132.81133.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 191 (75% from 255) = 34.23%
R=34.05%
G=31.72%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901771910.010.0700.25295.719.8672.16
HexBEB1BF17019128a48
Octal2762612771703145012110
Binary101111101011000110111111111101100110010100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1BF; }

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

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

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

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

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

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

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

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