#BEB4BF

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

Shades of Lola #BEB4BF

Tints of Lola #BEB4BF

Color information

#BEB4BF (or 0xBEB4BF) is unknown color: approx Lola. HEX triplet: BE, B4 and BF. RGB value is (190,180,191). Sum of RGB (Red+Green+Blue) = 190+180+191=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4BF is #414B40. Grayscale: #B8B8B8. Windows color (decimal): -4279105 or 12563646. OLE color: 12563646.

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

Color convert

RGB190180191-
CMYK0.010.0600.25
HSL294.55º7.91%72.75%-
HSV(B)294.55º5.76%74.9%-
XYZ46.9647.3555.95-
YUV184.24131.81132.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 191 (75% from 255) = 34.05%
R=33.87%
G=32.09%
B=34.05%

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
Decimal1901801910.010.0600.25294.557.9172.75
HexBEB4BF16019127849
Octal2762642771603144710111
Binary101111101011010010111111111001100110010011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4BF; }

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

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

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

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

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

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

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

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