#BEB3BE

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

Shades of Lola #BEB3BE

Tints of Lola #BEB3BE

Color information

#BEB3BE (or 0xBEB3BE) is unknown color: approx Lola. HEX triplet: BE, B3 and BE. RGB value is (190,179,190). Sum of RGB (Red+Green+Blue) = 190+179+190=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3BE is #414C41. Grayscale: #B7B7B7. Windows color (decimal): -4279362 or 12497854. OLE color: 12497854.

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

Color convert

RGB190179190-
CMYK00.0600.25
HSL300º7.8%72.35%-
HSV(B)300º5.79%74.51%-
XYZ46.6546.9155.31-
YUV183.54131.64132.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=33.99%
G=32.02%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017919000.0600.253007.872.35
HexBEB3BE0601912c848
Octal2762632760603145410110
Binary101111101011001110111110011001100110010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3BE; }

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

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

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

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

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

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

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

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