#BEB3BF

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

Shades of Lola #BEB3BF

Tints of Lola #BEB3BF

Color information

#BEB3BF (or 0xBEB3BF) is unknown color: approx Lola. HEX triplet: BE, B3 and BF. RGB value is (190,179,191). Sum of RGB (Red+Green+Blue) = 190+179+191=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3BF is #414C40. Grayscale: #B7B7B7. Windows color (decimal): -4279361 or 12563390. OLE color: 12563390.

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

Color convert

RGB190179191-
CMYK0.010.0600.25
HSL295º8.57%72.55%-
HSV(B)295º6.28%74.9%-
XYZ46.7646.9555.89-
YUV183.66132.14132.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 34.11%
R=33.93%
G=31.96%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901791910.010.0600.252958.5772.55
HexBEB3BF16019127949
Octal2762632771603144711111
Binary101111101011001110111111111001100110010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3BF; }

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

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

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

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

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

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

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

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